pet tamer npc

wanabee

Golden Oldie
Golden Oldie
Jul 10, 2004
723
4
125
newbury
hello all can you help a bit please, i have this script in my server and works kinda.

the script spawns mobs on the map in jail's puts 3 mobs in th jail but leaves 3 outside any idears.


[@main]
#SAY
Hi <$USERNAME> You can Tame Mobs peace.\
Please Select from the list below.\
<List/@listnow>

[@listnow]
#SAY
Click a mob from the list below\
<BlackMaggot/@blm>\
<WedgeMoff/@wedgemoff>30\
<Tong/@tong>32\
<RedfrogSpider/@redfrog>33\
<Hedge KekTal/@hedgekek>36\
<BrownFrogSpider/@brownfrog>41\
<Big HedgeKektal/@bigkektal>44\

;subs made by list.pl

[@blm]
#SAY
this is confusing
#ACT
Param1 taming1
Param2 14
Param3 9
Param4 0
MonGen BlackMaggot 1

Param1 taming1
Param2 12
Param3 11
Param4 0
MonGen BlackMaggot 1

Param1 taming1
Param2 8
Param3 7
Param4 0
MonGen BlackMaggot 1

Param1 taming1
Param2 6
Param3 9
Param4 0
MonGen BlackMaggot 1

Param1 taming1
Param2 10
Param3 5
Param4 0
MonGen BlackMaggot 1

Param1 taming1
Param2 9
Param3 13
Param4 0
MonGen BlackMaggot 1
 

koni

V.I.P
VIP
Mar 14, 2006
1,111
1
185
Southampton UK
we have mate, its really wierd, three of the six mobs spawn in the correct place, and three are just randomly placed in the room, some even into the same jail cels as other mobs lol, we have been in each bit of the jail and the cords are spot on, its well confusing.
 
Upvote 0

wanabee

Golden Oldie
Golden Oldie
Jul 10, 2004
723
4
125
newbury
problem fixed if anyone has the problem try this

Param1 taming1
Param2 9
Param3 13
MonGen BlackMaggot 1 0

from what i can make out is that the 1 is for mob and the 0 is for fixed position this script now puts all mobs in the jail and none go outside the jail.
 
Upvote 0