TeleportMaker[NPC] Error!!

10/26/2011 05:49 boby_kiler#1
I have a problems with TeleportMaker[NPC]

There is a problem!
[Only registered and activated users can see links. Click Here To Register...]

What to do for fix error!!:p
10/26/2011 06:25 Thorlon#2
Have you added the script etc....
10/26/2011 06:32 boby_kiler#3
i want to change the nopc teleport location
10/26/2011 06:36 Thorlon#4
If you want to change the teleport location you dont need to use that tool, just change the line in cq action.
10/26/2011 06:37 idlemonkey#5
seems like I remember seeing somewhere that once you create something with this in the client file with these tools you cant change some things and have them stick maybe make sure the items are how you want them when u add them the first time:)
uhm just a suggestion.. maybe this program is telling you that you do not have the feilds filled out or that one of them is not filled out correctly
just do it in the database to edit the npc location then go into cq_npc and change your teleport location? ie: mapid and cellx celly

no need to overcomplicate things :)
just in case
you cant make your program work try doing it the old fasioned way :)
query:
Code:
 

INSERT INTO `cq_action` VALUES ('999812000', '999812001', '0000', '0101', '0', 'This~Way~To~Your~Destination');
INSERT INTO `cq_action` VALUES ('999812001', '999812002', '0000', '0102', '0', 'Sounds~Cool. 999812003');
INSERT INTO `cq_action` VALUES ('999812002', '4000010', '0000', '0102', '0', 'No~Way. 0');
INSERT INTO `cq_action` VALUES ('999812003', '0000', '0000', '1003', '0', '1000 163 400 1');<-----for destination edit this



INSERT INTO `cq_task` VALUES ('999812000', '999812000', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('999812003', '999812003', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');


INSERT INTO `cq_npc` VALUES ('991239', '0', '0', 'YourNPCName', '0123', '35000', '0', '0', '-1', '1000', '0551', '0235', '999812000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', '0', '0000', '00', '00', '0000', '01', '0000', '0000', '0000', '0000', '0000');<-----npc location edit this
where the 1000 is your map id the 4 digit numbers next to it are your co ordinates simple edit the destination in the cq action line with the map id you want and the co ords u want then edit the npc line with the mapid and co ords good luck