- Joined
- Jul 19, 2005
- Messages
- 97
- Reaction score
- 3
Hi there, i wish someone could give me a little hint so that i could solve it.
at 1st , i am able to move my character thru GM command (/move character 3 1000 1000 100) , and i am able to move back to zone12 with the NPC i created. My problem is , i cannot enter zone3 with the Npc i created. (NPC script stated below)
SetNPC(0xC, 0x40012201, 0x10000006, false, "NPC_H_teleport.GCMDS", "Kelvin\\<Event BattleGround[PvP])>");
SetPosition(0x40012201, 2.731, 2815.1, 27, 2389.1);
SetNPCAttribute(0x40012201, 0x11, 1);
AddPopup(0x40012201, 0x2710, 0, "Talk", 0, 0, 0xFF0FFF);
AddPopup(0x40012201, 0x69, 0, "Enter Event BattleGround now!", 0, 0, 0xFF0FFF);
AddWords(0x40012201, "Do u dare to go in??");
AddDialog(0x40012201, 1, 0, "BattleGround was discovered by Akkan\\Hero[Rotale]. Now its lead by [John]'s \\ [Allmighty Land Pirate]to governed\\[Allmighty land] Since it's a new\\land, thus more adventures is a must.");
AddZoneMove(0x40012201, 3, 1214, 45, 1830.11);
when i enter zone 3 with the NPC i create, the agent server down. i appreciate if you could give me some hint, thank you
this is the Agent Server error code
[Ty-INF][Tm-2008-09-07 18:30:15][Ex-UID: 73270 / CID: 0 / ST:UpdateUIDTableUserMove / UpdateUIDTable
at 1st , i am able to move my character thru GM command (/move character 3 1000 1000 100) , and i am able to move back to zone12 with the NPC i created. My problem is , i cannot enter zone3 with the Npc i created. (NPC script stated below)
SetNPC(0xC, 0x40012201, 0x10000006, false, "NPC_H_teleport.GCMDS", "Kelvin\\<Event BattleGround[PvP])>");
SetPosition(0x40012201, 2.731, 2815.1, 27, 2389.1);
SetNPCAttribute(0x40012201, 0x11, 1);
AddPopup(0x40012201, 0x2710, 0, "Talk", 0, 0, 0xFF0FFF);
AddPopup(0x40012201, 0x69, 0, "Enter Event BattleGround now!", 0, 0, 0xFF0FFF);
AddWords(0x40012201, "Do u dare to go in??");
AddDialog(0x40012201, 1, 0, "BattleGround was discovered by Akkan\\Hero[Rotale]. Now its lead by [John]'s \\ [Allmighty Land Pirate]to governed\\[Allmighty land] Since it's a new\\land, thus more adventures is a must.");
AddZoneMove(0x40012201, 3, 1214, 45, 1830.11);
when i enter zone 3 with the NPC i create, the agent server down. i appreciate if you could give me some hint, thank you

this is the Agent Server error code
[Ty-INF][Tm-2008-09-07 18:30:15][Ex-UID: 73270 / CID: 0 / ST:UpdateUIDTableUserMove / UpdateUIDTable
Last edited: