HristDead Posted August 15, 2012 Group: Members Topic Count: 66 Topics Per Day: 0.01 Content Count: 167 Reputation: 2 Joined: 08/01/12 Last Seen: October 9, 2019 Share Posted August 15, 2012 (edited) i'll put in short what I'm looking for... 1) there will be a monster in this map, as soon as the monster dies all the players on that map will be warped back to the save point. Um, thats most info i can give. Sorry for being newbie at scripting... help much appreciated!! ^^; This is what i got so far but its not work... - script something -1,{ OnInit: sleep2 3000; monster "prontera",0,0,"Dark Valkyrie",1931,1; end; OnNPCKillEvent: if(killedrid!=1931); mapannounce "prontera","Dark Valkyrie: I have lost... how could this happen...?",0; sleep2 3000; mapwarp "prontera","Lacie",156,72; end; } Edited August 15, 2012 by HristDead Quote Link to comment Share on other sites More sharing options...
Joseph Posted August 16, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted August 16, 2012 (edited) - script something -1,{ OnInit: sleep 3000; monster "prontera",0,0,"Dark Valkyrie",1931,1,strnpcinfo(0)+"OnMobDead"; end; OnMobDead: mapannounce "prontera","Dark Valkyrie: I have lost... how could this happen...?",0; sleep 3000; mapwarp "prontera","Lacie",156,72; end; } Edited August 16, 2012 by Joseph Thanks Emistry. D: Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 16, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: April 20 Share Posted August 16, 2012 monster ......................strnpcinfo(0)+"::OnMobDead"; Quote Link to comment Share on other sites More sharing options...
HristDead Posted August 16, 2012 Group: Members Topic Count: 66 Topics Per Day: 0.01 Content Count: 167 Reputation: 2 Joined: 08/01/12 Last Seen: October 9, 2019 Author Share Posted August 16, 2012 Thanks! That worked! Quote Link to comment Share on other sites More sharing options...
Question
HristDead
i'll put in short what I'm looking for...
1) there will be a monster in this map, as soon as the monster dies all the players on that map will be warped back to the save point.
Um, thats most info i can give. Sorry for being newbie at scripting... help much appreciated!! ^^;
This is what i got so far but its not work...
Edited by HristDeadLink to comment
Share on other sites
3 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.