pet npc script

Join Discord

Tahriel

LOMCN Veteran
Veteran
Jun 1, 2004
319
0
63
will this work with the two commands in the #IF bit?

[@Phoenix]
#IF
checklevel 55
CHECKSLAVECOUNT < 1
#ACT
recallmob Phoenix 0
recallmob Phoenix 0
recallmob Phoenix 0
recallmob Phoenix 0
recallmob Phoenix 0
#SAY
There are your pets\\
<Thanks/@exit>\
#ELSESAY
Sorry you are not a high enough level\\
<Ill Go Level/@exit>\
 

GuildWars

Dedicated Member
Dedicated Member
Sep 28, 2004
164
0
62
Yes that will work..

#IF
checklevel55(checks to see if user is level55)
checkslavecount < 1(Make's sure you do not already have a pet)
#ACT
recallmob Phoenix 0 5(will recall 5 level0 phoenix mobs)
 
Upvote 0

Tahriel

LOMCN Veteran
Veteran
Jun 1, 2004
319
0
63
Yes that will work..

#IF
checklevel55(checks to see if user is level55)
checkslavecount < 1(Make's sure you do not already have a pet)
#ACT
recallmob Phoenix 0 5(will recall 5 level0 phoenix mobs)

im using the 1.9 ledu tho so wont that juts recall 1 lvl 0 phoenix? lol:P
im sure i read sumwhere that u have to write it 5 times to recall 5 pets i think

ty for confirmation tho, my npc scriptin skills r pickin up agen :P hehe
 
Upvote 0

GhettoFx

Runescape HD
Golden Oldie
May 17, 2005
920
0
122
#ELSESAY
Sorry you have to many pets.\\
Sorry you are not a high enough level.\\
<Ill Go Level/@exit>\
 
Upvote 0

Tahriel

LOMCN Veteran
Veteran
Jun 1, 2004
319
0
63
#ELSESAY
Sorry you have to many pets.\\
Sorry you are not a high enough level.\\
<Ill Go Level/@exit>\

ah i see
so if the speech ends with \\ it stops there
so if theres 2 it will show the 1st one
Sorry you have to many pets.\\
fior the 1st command if theres an error
and
Sorry you are not a high enough level.\\
for the 2nd command if theres the error.

thx never knew u cud do that ^^
 
Upvote 0

jasper

Golden Oldie
Golden Oldie
Sep 10, 2005
890
3
125
nope,,, \ means start another line
\\ means leave a gap before next line


you could just put

#ELSAY
You are not high enough level\
or have too mant pets\\
<Ill Go Level/@exit>
 
Upvote 0

Shabalabalong

Golden Oldie
Golden Oldie
Jul 1, 2006
1,067
30
154
Brighton
nope,,, \ means start another line
\\ means leave a gap before next line


you could just put

#ELSAY
You are not high enough level\
or have too mant pets\\
<Ill Go Level/@exit>

Lol. Corrected your script xD

#ELSESAY
Sorry, Your Not High Enough!\
Or have too many pets!\\
<I'll Go Level!/@exit>
 
Upvote 0

GhettoFx

Runescape HD
Golden Oldie
May 17, 2005
920
0
122
shabalabalong we was dealing with the matter there wasnt a need in urs sayiing correct it .
 
Upvote 0

Shabalabalong

Golden Oldie
Golden Oldie
Jul 1, 2006
1,067
30
154
Brighton
shabalabalong we was dealing with the matter there wasnt a need in urs sayiing correct it .

Well yours wasn't very successful.
Yours would Look Like:

Sorry your not high enough

Or you go too much pets

I'll Go Level!


Not very nice IMO, the one I produced is a fixed one of a working one. Not that yours didn't work.
 
Upvote 0

GhettoFx

Runescape HD
Golden Oldie
May 17, 2005
920
0
122
well i did notice that u frooob get ya head sorted and come back with more stuff. 4 gm srver team lmao. guaranteed it will be corrupt.
 
Upvote 0

Shabalabalong

Golden Oldie
Golden Oldie
Jul 1, 2006
1,067
30
154
Brighton
well i did notice that u frooob get ya head sorted and come back with more stuff. 4 gm srver team lmao. guaranteed it will be corrupt.

Hmm I don't think you can count. And heavensent left you as he realised that all you want to do is be a GM. Just like last night on MSN you asked to be on my server team and you couldn't do ****. Its a 2 GM server team u nub. Me and westy, ash don't count as a server team u nub. Get ya facts right.
 
Upvote 0

jasper

Golden Oldie
Golden Oldie
Sep 10, 2005
890
3
125
Why does every thread turn into a slagging off match? Tahriel should be able to work it out from the answers given.
 
Upvote 0