Hey got bored so thought I would throw out some sql queries to add to the teleports.
These have been tested with the latest VIP release (Version 12) of 4.3.4
Game client from: 4.3.4 Download - FULL CLIENT - Torrent - Cataclysm Download (No Background downloader
First up: An area that has floating crystals with trees on them
And now some Emerald Dream ports
Remember:
If it won't let you port and gives you a "you must be in a raid group":
Method 1)
worldserver.conf
--> Instance.IgnoreRaid = 0 change the 0 to a 1
Method 2)
If for some reason it doesn't work, you port there and it just disconnects you from your server and won't let you log that character again:
- A GM can summon a character that is not logged in with
These have been tested with the latest VIP release (Version 12) of 4.3.4
Game client from: 4.3.4 Download - FULL CLIENT - Torrent - Cataclysm Download (No Background downloader
First up: An area that has floating crystals with trees on them
Code:
INSERT INTO `game_tele` VALUES ('2946','-1596','597','6','2.75545','36','CrystalTrees');
And now some Emerald Dream ports
Code:
INSERT INTO `game_tele` VALUES ('2947','2996.61','3055.2','23.222','5.87819','169','EmeraldDream1');
INSERT INTO `game_tele` VALUES ('2948','-2300.59','-1328.72','123.366','5.87819','169','EmeraldDream2');
INSERT INTO `game_tele` VALUES ('2949','2716.44','-3376.71','100.02','5.87819','169','EmeraldDream3');
Remember:
If it won't let you port and gives you a "you must be in a raid group":
Method 1)
worldserver.conf
--> Instance.IgnoreRaid = 0 change the 0 to a 1
Method 2)
Code:
.gm on
If for some reason it doesn't work, you port there and it just disconnects you from your server and won't let you log that character again:
- A GM can summon a character that is not logged in with
Code:
.summon #CharacterName
Last edited: