script help

Join Discord

K_Jonzy

Golden Oldie
Golden Oldie
Oct 8, 2008
590
15
125
My House
soz for double thread but other one wasnt helping much it just left me more confused.
i want a command where u type @taopet
and it checks if your level 130+ if you are u get pet1 if your not it checks your lvl 90+ if you are you get pet2 if your not it checks it your lvl 60+ if u r u get pet3
if ur not it checks ur 40+ if u r u get pet4 if u not it sendmsg 6 "sorry your either not a tao, not level 40+ or have a pet allready"

heres what i have...

[@taopet]
#IF
checklevel > 130
#ACT
goto @130
#ELSEACT
goto @check90
[@check90]
#IF
checklevel > 90
#ACT
goto @90
#ELSEACT
goto @check60
[@check60]
#IF
checklevel > 60
#ACT
goto @60
#ELSEACT
goto @check40
[@check40]
#IF
checklevel > 40
#ACT
goto @40

[@130]
#IF
CHECKSLAVECOUNT = 0
CHECKJOB TAOIST
#ACT
RECALLMOB ADVTaoPet 9 ( 1 = level of mob you can use 1 - 9)
sendmsg 6 "Heres the suitable pet for your level. <$USERNAME>."
#ELSEACT
sendmsg 6 "your either not: level 130, a tao, or you have a pet"

[@90]
#IF
CHECKSLAVECOUNT = 0
CHECKJOB TAOIST
#ACT
RECALLMOB TaoPet 9 ( 1 = level of mob you can use 1 - 9)
sendmsg 6 "Heres the suitable pet for your level. <$USERNAME>."
#ELSEACT
sendmsg 6 "your either not: level 90, a tao, or you have a pet"

[@60]
#IF
CHECKSLAVECOUNT = 0
CHECKJOB TAOIST
#ACT
RECALLMOB SkullCrusher 9 ( 1 = level of mob you can use 1 - 9)
sendmsg 6 "Heres the suitable pet for your level. <$USERNAME>."
#ELSEACT
sendmsg 6 "your either not: level 60, a tao, or you have a pet"

[@40]
#IF
CHECKSLAVECOUNT = 0
CHECKJOB TAOIST
#ACT
RECALLMOB BoneCollecter 9 2 ( 1 = level of mob you can use 1 - 9)
sendmsg 6 "Heres the suitable pet for your level. <$USERNAME>."
#ELSEACT
sendmsg 6 "your either not: level 60, a tao, or you have a pet"
Close


it doesnt work...

neither does the following one


[@killpet]
#act
KillSlave