• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

help v83 for map

Newbie Spellweaver
Joined
Jun 8, 2014
Messages
74
Reaction score
1
hello , im use v83 anyone know how to keep the map automatically


like training map and you get your 100th rebirth you will automatically be warped to fm
 
Last edited:
Joined
Jul 2, 2011
Messages
783
Reaction score
230
hello , my use v83 anyone know how to keep the map automatically


like training map and you get your 100th rebirth you will automatically be warped to fm

That's the simplest piece of code ever. Just go to your rebirth method in MapleCharacter and add an if statement at the bottom.

if player.rebirthvariablehere = 100 && player.isinMap(trainingmap)
warp(fm)

You could also add something like this to the NPC script but, don't feel like writing that.
 
Upvote 0
Newbie Spellweaver
Joined
Jun 8, 2014
Messages
74
Reaction score
1
That's the simplest piece of code ever. Just go to your rebirth method in MapleCharacter and add an if statement at the bottom.

if player.rebirthvariablehere = 100 && player.isinMap(trainingmap)
warp(fm)

You could also add something like this to the NPC script but, don't feel like writing that.



ty i will try
 
Last edited:
Upvote 0
Back
Top