- Jun 6, 2009
- 570
- 30
- 115
What i want this npc to do is spawn mobs in the exact coords i want it to. I have tried several things but it either doesn't work or it would spawn out of the cell..
I'm trying to do the same taming idea as project69 using the same taming room map.
Here's the script:
Any ideas?
Edit: Before anyone says use "MONGENEX" instead of "mobplace" i have already tried the two and none of these work.
I'm trying to do the same taming idea as project69 using the same taming room map.
Here's the script:
Code:
[@main]
#SAY
<Oma/@oma>
[@oma]
#ACT
CLEARMAPMON TRM1
mobplace TRM1 18 18 Oma 1 1
mobplace TRM1 22 22 Oma 1 1
mobplace TRM1 21 16 Oma 1 1
mobplace TRM1 24 20 Oma 1 1
mobplace TRM1 23 14 Oma 1 1
mobplace TRM1 27 18 Oma 1 1
Any ideas?
Edit: Before anyone says use "MONGENEX" instead of "mobplace" i have already tried the two and none of these work.
Last edited:
