- Mar 24, 2005
- 903
- 0
- 103
Can anyone tell me why the slave isnt spawning please?
This is my Npc Script
[@main]
#SAY
Welcome <$USERNAME>.I'm The Slave Pet Renter,\
It Could be Possible on your level you could get a slave, that\
will help you leveling and maybe hunting. You'll need 1,000,000 gold\
for each pet.\
So what you say ? \ \
<Ok I`ll buy one/@go1>\
<No thanks/@exit>\
[@go1]
#If
gender 0
#act
goto @go2
#elsesay
You need to be Male to use this service.
[@go2]
#IF
CheckLevelex >39
#ACT
Recallmob Slave 1
#SAY
There we go. You have now received your pet.\ \
<Close/@exit>
#ELSESAY
You are not level 40. Please go level some more.\
<Ok/@Exit>
This is my Npc Script
[@main]
#SAY
Welcome <$USERNAME>.I'm The Slave Pet Renter,\
It Could be Possible on your level you could get a slave, that\
will help you leveling and maybe hunting. You'll need 1,000,000 gold\
for each pet.\
So what you say ? \ \
<Ok I`ll buy one/@go1>\
<No thanks/@exit>\
[@go1]
#If
gender 0
#act
goto @go2
#elsesay
You need to be Male to use this service.
[@go2]
#IF
CheckLevelex >39
#ACT
Recallmob Slave 1
#SAY
There we go. You have now received your pet.\ \
<Close/@exit>
#ELSESAY
You are not level 40. Please go level some more.\
<Ok/@Exit>
