Jump to content
  • 0

Raid boss npc info problem


TouchAndDie

Question

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

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

add message inside catch (NumberFormatException nfe) {}

also add second message before return null; so we will know if it reach that point :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...