Ventricle Posted September 20, 2013 Posted September 20, 2013 wanna try it but can't connect npc to html, can you post npc/html creation? Create a new html and put the code in there.
drgn Posted September 24, 2013 Posted September 24, 2013 (edited) wanna try it but can't connect npc to html, can you post npc/html creation? a simple one.. : <html> <head> <title>Zombie Event</title> </head> <body> <center> <img src="L2UI_CH3.herotower_deco" width=256 height=32> <table> <tr> <td><button value="Event" action="bypass -h Quest Zombie show" width=90 height=25 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> </tr> </table> <font color=3c3c3c>__________________________</font><br> </center> </body> </html> Now as many here i spawn an 70012 npc press event but nothing.. is auto spawn ? or.... Thanks Edit : ok i saw again the code auto spawn npc ! :) Spawn 9999 npcs.... event run and run every sec, announce first the start of event after 10 min to register then 5 min to register 1 min and end cause no participants. and again and again the same announcements ! Bug :/ im trying to figurit out. Edited September 24, 2013 by drgn
Recommended Posts