Page 1 of 2

Spawning Tiamat....

Posted: Tue May 06, 2014 9:03 am
by Signature
Cant seem to get Tiamat to spawn with @spawnmob 16806227
Everyother monster so far spawned fine... This one doesnt spawn at all. Am i missing something?

Re: Spawning Tiamat....

Posted: Tue May 06, 2014 9:42 am
by tagban
Try making a command, this one works for me.
cmdprops =
{
permission = 1,
parameters = "iiii"
};
function onTrigger(player)
SpawnMob('16806227'); -- Tiamat
end

Re: Spawning Tiamat....

Posted: Tue May 06, 2014 9:43 am
by tagban
Just a very small part of my NM Respawn command, but you get the idea.

Re: Spawning Tiamat....

Posted: Tue May 06, 2014 10:17 am
by Signature
Thanks brother, I shall try this! I'm sure it will work.

Re: Spawning Tiamat....

Posted: Tue May 06, 2014 10:37 am
by Signature
I don't know, the command is right.... He's just not spawning at all.. and It doesn't even say Tiamat is already spawned like all the others.

Re: Spawning Tiamat....

Posted: Tue May 06, 2014 10:50 am
by atom0s
SpawnMob takes an integer value, not a string. Doing this wont do anything:

Code: Select all

SpawnMob('16806227'); -- Tiamat
Remove the quotes and use a number directly.

Re: Spawning Tiamat....

Posted: Tue May 06, 2014 10:55 am
by Signature
ok the problem isn't the command.. I know the command is right., it spawns other mobs.. Tiamat however just Does not spawn


even with just @spawnmob 16806227 he doesnt pop.

Re: Spawning Tiamat....

Posted: Tue May 06, 2014 11:02 am
by Signature
is it possible that i'm missing a .dat file somehow in my ffxi installation? causing tiamat not to spawn because there is no info?

Re: Spawning Tiamat....

Posted: Tue May 06, 2014 11:59 am
by tagban
You could try rebuilding, and also re-import mob_spawn_points.sql

Re: Spawning Tiamat....

Posted: Tue May 06, 2014 3:47 pm
by kjLotus
@spawnmob 16806227 0 30