Code: Select all
/echo ${Spawn[npc "bat"].ID}
| This works fine and lets say it spits out 1755
| Now I'll try to get the next bat
| I'll show you all of the different ways I've tried. Sometimes it gets one more mob but it isn't a bat usually and it never exceeds two mobs.
|
/echo ${Spawn[npc "bat" id 1755].Next.ID}
/echo ${Spawn[npc "bat" id:1755].Next.ID}
/echo ${Spawn["bat" npc id 1755].Next.ID}
/echo ${Spawn["bat" npc].Next.ID}

