CastorTroy Knight Customer Dec 6, 2021 #3 localhost said: добавить еще боссов скорее всего Click to expand... боссы добавлены все от 70 до 89
Gamlet Knight Customer Dec 6, 2021 #4 CastorTroy said: боссы добавлены все от 70 до 89 Click to expand... Возможно часть кода потерялась, которое отвечает за страницы 1,2,3...
CastorTroy said: боссы добавлены все от 70 до 89 Click to expand... Возможно часть кода потерялась, которое отвечает за страницы 1,2,3...
CastorTroy Knight Customer Dec 7, 2021 #6 Rosylik said: Переключалки страниц нету в коде? Click to expand... <html> <title>Boss status</title> <body> <table width=282 border=0 cellspacing=0 cellpadding=0 bgcolor="000000"> <tr><td align=center> <br> <img src="L2UI.SquareGray" width=270 height=1> <br> <table width=260 border=0 cellspacing=0 cellpadding=0> <tr><td width=130>Boss:</td><td width=130>Status:</td></tr> %list% </table> <img src="L2UI.SquareGray" width=270 height=1> <br> </td></tr> <tr><td align=center> Now: %current_date% <br> </td></tr> </table> </body> </html>
Rosylik said: Переключалки страниц нету в коде? Click to expand... <html> <title>Boss status</title> <body> <table width=282 border=0 cellspacing=0 cellpadding=0 bgcolor="000000"> <tr><td align=center> <br> <img src="L2UI.SquareGray" width=270 height=1> <br> <table width=260 border=0 cellspacing=0 cellpadding=0> <tr><td width=130>Boss:</td><td width=130>Status:</td></tr> %list% </table> <img src="L2UI.SquareGray" width=270 height=1> <br> </td></tr> <tr><td align=center> Now: %current_date% <br> </td></tr> </table> </body> </html>