Hi!
This is how far i got... Could someone plz help out from here...
/*
Make portal to Buyers Island
Spellfocus in gameobejct_names is thesame number as ID in Teleport_Coords.
GAMEOBJECT_NAME: ENTRY 200000
TELEPORT_CORDS: ID 36000
Insert number of your location at X,Y,Z-number in teleport_coords
If U use it, plz visit
http://wow.tyringe.org
*/
insert into `gameobject_names` (`entry`, `Type`, `DisplayID`, `Name`, `spellfocus`, `sound1`, `sound2`, `sound3`, `sound4`, `sound5`, `sound6`, `sound7`, `sound8`, `sound9`, `unknown1`, `unknown2`, `unknown3`, `unknown4`, `unknown5`, `unknown6`, `unknown7`, `unknown8`, `unknown9`, `unknown10`, `unknown11`, `unknown12`, `unknown13`, `unknown14`) values('200000','22','6955','Shattrath Portal to Buyers Island','36000','0','0','0','0','0','0','0','0','0 ','0','0','0','0','0','0','0','0','0','0','0','0', '0','0');
insert into `teleport_coords` (`id`, `name`, `mapId`, `x`, `y`, `z`, `totrigger`) values('36000','Portal Effect: Buyers Island','1','x-number,'Y-number','Z-number','0');
I can spawn this portal but it wont take me anywhere. Does anyone know whats missing?
-PMS