How to....?

01/19/2012 18:32 karnyge#1
I have made a map, created the monsters, created the drops rules, altered all i need to, except one thing.

How do I add the map to an existing teleporter?
I want to add it to the one in Cronus, named Minnie. You all know the one. She sends you to Gobi and Elven.

MUCHOS GRACIAS

Yes i know its in Cq_action, yes i know the map id, yes i know the teleporter id, but the rest - unknown.
01/19/2012 19:56 WolvesMaster#2
you can click on the teleporter ( Minnie ) and look at end of the IDs i mean the last ID then if it the last Id is like ( ID 570000090 ID_Next 570000091 ) so add this query and it's just like IDs forwarding

INSERT INTO `cq_action` VALUES ('570000091','570000092','0','102','0','
Duskwolf Cliff. 570000092') ;

INSERT INTO `cq_action` VALUES ('
570000092','0','0','1003','1000 288 405') ;


Your map name----your MapID X Y----Those IDs must be the same to make connect when you press Duskwolf Cliff then it transfer you to the map you want