Scripts PET level checker..

Mu online season 21 - grand opening

Grinch

Dedicated Member
Dedicated Member
Dec 30, 2008
115
0
43
I make this script for 1 NPC to see what level have holydeva:
[@main]
#IF
CHECKSLAVELEVEL = 0
#SAY

Your Deva have level 0.\\

<OK !/Exit>\
#ELSEACT
GOTO @bang_1
[@bang_1]
#IF
CHECKSLAVELEVEL = 1
#SAY

Your Deva have level 1.\\

<OK !/Exit>\
#ELSEACT
GOTO @bang_2
[@bang_2]
#IF
CHECKSLAVELEVEL = 2
#SAY
Your Deva have level 2.\\
<OK !/Exit>\
#ELSEACT
GOTO @bang_3
[@bang_3]
#IF
CHECKSLAVELEVEL = 3
#SAY
Your Deva have level 3.\\

<OK !/Exit>\
#ELSEACT
GOTO @bang_4
[@bang_4]
#IF
CHECKSLAVELEVEL = 4
#SAY
Your Deva have level 4.\\

<OK !/Exit>\
#ELSEACT
GOTO @bang_5
[@bang_5]
#IF
CHECKSLAVELEVEL = 5
#SAY
Your Deva have level 5.\\

<OK !/Exit>\
#ELSEACT
GOTO @bang_6
[@bang_6]
#IF
CHECKSLAVELEVEL = 6
#SAY
Your Deva have level 6.\\

<OK !/Exit>\
#ELSEACT
GOTO @bang_7
[@bang_7]
#IF
CHECKSLAVELEVEL = 7
#SAY
Your Deva have level 7.\\
<OK !/Exit>\
#ELSEACT
GOTO @bang_8
[@bang_8]
#IF
CHECKSLAVELEVEL = 8
#SAY
Your Deva have level 8, so maximum.\\
<OK !/Exit>\
#ELSESAY
I CANT READ YOUR PET.\
..................................\
<ok/@exit>

And do not read corectly the level of the holydeva, even if deva have level(change colour in different blue) give me this answer:

I CANT READ YOUR PET

Why this comand :
CHECKSLAVELEVEL = 2 (2 is for an example)
cant read the corect level?:mad:

Are some options for this in M2Setup.exe?
thanks in advance:)
 
Last edited:

Dazz

LOMCN Veteran
Veteran
Apr 12, 2008
296
0
43
Try rescript it, less complicated lol.. you've put alot of **** in there that complicates it and you can get muddled up.
 
Upvote 0