KingOfWar
11-13-2007, 05:43 AM
Many tutorial make you do all the work in this tutorial all you have to do is change the entry ID and the Portals name.
Here is the SQL
DELETE FROM teleport_coords WHERE id = 12510;
INSERT INTO telelport_coords VALUES(12510,'GM Island',1,16222,16265,12,0);
INSERT INTO gameobject_names VALUES('500000','22','1327','GM
Island','12510','0','0','0','0','0','0','0','0','0 ','0','0','0','0','0','0','0'
,'0','0','0','0','0','0','0');
/*Created By KingOfWar*/
I will post here what to edit from top of the sql to the bottom.
Step 1. Where is sais "GM Island" in teleport_coords query. Change that to wherever you want you want the portal to be.
Step 2. in gameobject_names change "500000" to what you want the x to be in
.go spawn x
Step 4. In gameobject_names change "GM Island" to whatever you want the portals name to be.
Step 5. Restart the server (do not do .reload or your portal will port you to a wrong place)
Step 6. Log on and type in
.go spawn 500000 (or whatever the Number is)
Step 7. Visit http://ac-db.info/ :D
Here is the SQL
DELETE FROM teleport_coords WHERE id = 12510;
INSERT INTO telelport_coords VALUES(12510,'GM Island',1,16222,16265,12,0);
INSERT INTO gameobject_names VALUES('500000','22','1327','GM
Island','12510','0','0','0','0','0','0','0','0','0 ','0','0','0','0','0','0','0'
,'0','0','0','0','0','0','0');
/*Created By KingOfWar*/
I will post here what to edit from top of the sql to the bottom.
Step 1. Where is sais "GM Island" in teleport_coords query. Change that to wherever you want you want the portal to be.
Step 2. in gameobject_names change "500000" to what you want the x to be in
.go spawn x
Step 4. In gameobject_names change "GM Island" to whatever you want the portals name to be.
Step 5. Restart the server (do not do .reload or your portal will port you to a wrong place)
Step 6. Log on and type in
.go spawn 500000 (or whatever the Number is)
Step 7. Visit http://ac-db.info/ :D