- Oct 26, 2003
- 3
- 0
- 12
Here is my Pet NPC script:
I have this m2server.exe http://www.lomcn.co.uk/forum/showthread.php?t=28438, which should work with pet rentals, but it just gets these script errors:
Does anyone know how I can solve this problem please?
ty
[@main]
Well <$USERNAME> I can offer you many of the mobs in Mir.\
Do you want to buy one?\
---------------------------------------------------------------------\
<Yeah!/@yeah> <Nope/@exit>\
[@yeah]
Well,You Seem Worthy Of My Creatures. Please Make Your Choise.\
-----------------------------------------------------------------------\
<WoomaGuardian/@WGuard>\
<Exit/@exit>\
;--------------------------------------------------------\
[@WGuard]
#IF
CHECKSLAVECOUNT = 1
#ACT
goto @say
#ELSEACT
goto @mob6
[@mob6]
#ACT
RECALLMOB WoomaGuardian 1
break
[@say]
#SAY
You already have too many pets!\\
I have this m2server.exe http://www.lomcn.co.uk/forum/showthread.php?t=28438, which should work with pet rentals, but it just gets these script errors:
script error: CHECKSLAVECOUNT = 1 line:14 : c:\Mirserver\Mir200\Envir\Npc_def\PetNPC-0.txt
script error: RECALLMOB WoomaGuardian 1 line:21 : c:\Mirserver\Mir200\Envir\Npc_def\PetNPC-0.txt
Does anyone know how I can solve this problem please?
ty
