PDA

View Full Version : Plane of war problem


songie
12-22-2009, 04:03 PM
Ive been working on powar and so far everything worked but apparantly when using georges tool the npc's are in powar, but when using the php editor they are in random zones and powar has no npc info avaiable.

I hit a snag when adding an npc to a grind and thats when i found out it gave me an error ERROR:unable to assign to grid - can't find it in spawn2

Also when i add an npc to the zone trough the php editor it still sets itself up in some other zone.

Any ideas ?

joligario
12-22-2009, 05:41 PM
Are you using PEQ's PHP editor? If so, the system automatically sorts the NPCs based upon their ID. It would be zoneidnumer * 1000.

songie
12-22-2009, 05:53 PM
ah, didnt know that so for it to work i should make my npc's for powar wich has an ID of 213 213000+ for them to show up on the list.

Lol tested it and it works /cough :grin:

Ill be copying the npc's and ill try again to see if i get an error again with the grids.

Thanks man