
Originally Posted by
rog
anything you find in pxi has nothing to do with ffxi. as was already said, everything was based on whatever the people developing the server decided to put (or by anyone that knows how to edit a simple database...), and is NOT based on the actual ffxi servers. you cannot do any testing on pxi that would mean anything in ffxi.
And to add a little on to this...
Looking at the SQL for setting up the pXI database, AA's position is placed at (0, 0, 0) which is where the pXI devs placed the "fished-up" mobs (as well as some moogles?) on the ferry to al zahbi. The ferry to nashmau is different though, and has non-zero xyz coordinates set for every mob, but you won't see AA there anyway. From what is known, AA is not a fished up NM. If you really want to see AA on your pXI, run the following:
Code:
UPDATE npc_silver_sea_route_to_al_zahbi SET x=0x17d99640, y=0xec51e8c0, z=0x10584141 WHERE id=0x11b00301
This should make AA pop on top of the thunder elemental. (untested so it might not actually work).
So to reiterate what was said, you can set this up however you want. If you want AA to pop everytime you do a /dance emote, I'm sure you could with a little knowledge of pXI scripting.