TouchAndDie Posted August 15, 2012 Posted August 15, 2012 Hello, i use this script: http://pastebin.com/iNUaykJ4 and it worked fine but i changed the html ( home.htm ) <html><title>Raid Boss Informer</title> <body><center><br><br> <img src="L2UI_CH3.herotower_deco" width=256 height=32><br> <font color="FFCC00">Raid Boss Informer</font><br> <center><img src="L2UI.SquareGray" width=256 height=1><br><br> <center> <br><td align=center><button value="Timer" action="bypass -h Quest BossRespawn raidboss_85" width=160 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> <br><br><img src="L2UI.SquareGray" width=256 height=1><br> </center> <table> </table> <br><br><img src="L2UI_CH3.herotower_deco" width=256 height=32><br> </body> </html> and now when i press " Timer ", nothing happen ... original html: http://pastebin.com/aASKi0zz
0 vampir Posted August 15, 2012 Posted August 15, 2012 change "Quest" inside button line to: npc_%objectId%_Quest not sure if it will work but u can try :)
0 lord_rex Posted August 15, 2012 Posted August 15, 2012 change "Quest" inside button line to: npc_%objectId%_Quest not sure if it will work but u can try :) in the proper l2jserver/or same that way do not work for quest bypasses. Your way works only for to show the QuestList
0 TouchAndDie Posted August 16, 2012 Author Posted August 16, 2012 change "Quest" inside button line to: npc_%objectId%_Quest not sure if it will work but u can try :) not working ..
0 vampir Posted August 18, 2012 Posted August 18, 2012 add message inside catch (NumberFormatException nfe) {} also add second message before return null; so we will know if it reach that point :)
0 lord_rex Posted August 18, 2012 Posted August 18, 2012 I would try debug messages like if (val == foo) player.sendMessage("val is " + foo);
Question
TouchAndDie
Hello, i use this script: http://pastebin.com/iNUaykJ4 and it worked fine but i changed the html ( home.htm )
and now when i press " Timer ", nothing happen ...
original html: http://pastebin.com/aASKi0zz
8 answers to this question
Recommended Posts