PewN Posted June 8, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted June 8, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share 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 Link to comment Share on other sites More sharing options...
PewN Posted June 9, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Author Share Posted June 9, 2012 thx euphy Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.