checkslavelevel

samhag

Dedicated Member
Dedicated Member
Jul 31, 2008
213
0
42
Does CHECKSLAVELEVEL actually work ??

I have this bit of code in a script

#IF
checkslavelevel = 1
#ACT

but it dont work?
if i remove the checkslavelevel = 1 it will work, but i need that as its a vital part of the script.
Yes I have tried it with other numbers other than 1, even with something simple after the #ACT like SENDMSG 6 "IT WORKS !!!!!!!" it still dont work unless the checkslavelevel is removed.

Anyone got any ideas on this as its starting to do my head in :mad:
 

samhag

Dedicated Member
Dedicated Member
Jul 31, 2008
213
0
42
yeah, its supposed to check each level from 0-7 and then act accordingly depending on the level of the slave.
 
Upvote 0

TribsT

Dedicated Member
Dedicated Member
Feb 7, 2005
33
1
34
Seems that checkslavelevel checks the real lvl of the mob.

CHECKSLAVELEVEL > 27

Thats for OmaWarrior who's lvl 28.
there's no 0-7 lvl check, at least i cant find it.
Im going to quit a wizard quest i was making, asking a wizard to lvl his pets for a reward if i dont find a solution for this.
 
Upvote 0

K_Jonzy

Golden Oldie
Golden Oldie
Oct 8, 2008
590
15
105
My House
hmmm, maybe put a

#check
slavelevel >0(higher than 0)
#act
sendmsg 6 "lol it works bud"
#elseact
sendmsg 6 "this wont work bud"
break

???????
seems to work for me
 
Upvote 0

TribsT

Dedicated Member
Dedicated Member
Feb 7, 2005
33
1
34
hmmm, maybe put a

#check
slavelevel >0(higher than 0)
#act
sendmsg 6 "lol it works bud"
#elseact
sendmsg 6 "this wont work bud"
break

???????
seems to work for me

huh...what kind of commands are those?
That works for you? Im in a 2.3 server btw.
 
Upvote 0