@rebirth

kelvin09

LOMCN Veteran
Veteran
Jul 13, 2008
438
6
64
just a quick bit of info plz

how do i go about doing the @rebirth option so people can tele into rb town and maie it so the people who cant rb go there as well :)

ty for help in advance ...
 

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
think you add

@RbCave to custom commands

then in qfun

[@rbcave]
#IF
checkrenewlevel = 1 <---- that check what lvl of rb they are
#ACT
mapmove XXXXXXX
#ELSEACT
goto @re1

[@re1]
#IF
checkrenewlevel = 2
#ACT
mapmove XXXXXXX
#ELSEACT
goto @re2

[@re2]
#IF
checkrenewlevel = 3
#ACT
mapmove XXXXXXX
#ELSESAY
You need to be Reborn to enter!\ \
 
Upvote 0