domez86 Posted October 27, 2019 Group: Members Topic Count: 85 Topics Per Day: 0.02 Content Count: 207 Reputation: 0 Joined: 06/11/13 Last Seen: July 11, 2020 Share Posted October 27, 2019 hi, I need a script that if char kill a specific mob id (also only effect in specific map if can), it teleports you into another map x y. tnx! Quote Link to comment Share on other sites More sharing options...
0 Moooooon-Aisha Posted October 27, 2019 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 116 Reputation: 19 Joined: 09/08/17 Last Seen: April 13, 2023 Share Posted October 27, 2019 Check Emistry's Gold Room. Almost identical to what you want. Quote Link to comment Share on other sites More sharing options...
0 Tisuuu Posted October 27, 2019 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 37 Reputation: 3 Joined: 02/14/14 Last Seen: June 15, 2020 Share Posted October 27, 2019 1 hour ago, domez86 said: oi, eu preciso de um script que, se char matar um id mob específico (também apenas efeito em um mapa específico, se puder), ele te teleporta para outro mapa x y. tnx! prontera,0,0,0 script teleport HIDDEN_NPC,{ OnNPCKillEvent: getmapxy(@map$,@x,@y,0); if(killedrid == 1038 ) { //IDMOB if(@map$ == "prontera") { //MAPEVENT atcommand "@warp izlude 121 120"; //MAPTELEPORT } } end; } Not tested, if there are any errors here.. Quote Link to comment Share on other sites More sharing options...
0 domez86 Posted October 27, 2019 Group: Members Topic Count: 85 Topics Per Day: 0.02 Content Count: 207 Reputation: 0 Joined: 06/11/13 Last Seen: July 11, 2020 Author Share Posted October 27, 2019 tnx all! Quote Link to comment Share on other sites More sharing options...
Question
domez86
hi, I need a script that if char kill a specific mob id (also only effect in specific map if can), it teleports you into another map x y.
tnx!
Link 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.