PewN Posted June 8, 2012 Posted June 8, 2012 can i request a script example : There is a Boss. after the boss died there will be a warp pop out and after the boss respawn the warp will gone Quote
Euphy Posted June 8, 2012 Posted June 8, 2012 <header> { L_Summon: monster "<map>",<x>,<y>,<name>,<ID>,1,strnpcinfo(3)+"::OnBossDead"; disablenpc "bosswarp"; end; OnBossDead: enablenpc "bosswarp"; sleep <ms>; // Respawn time goto L_Summon; end; } <from map> warp bosswarp 2,2,<to map> Quote
Question
PewN
can i request a script
example :
There is a Boss. after the boss died there will be a warp pop out and after the boss respawn the warp will gone
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.