Im just wondering if anyone has the working source for shamike's gold tree emulator v4. I can't seem to debug it or add new commands. A good reply would be appreciated
Code:
1.Extract all file inside "Gold Tree Emulator Edited By Shamike.rar"
2.Create a new database
3.Import gte.sql to your database
4.Setup " Gold Tree Emulator Edited By Shamike\config.conf "
5.Run " Gold Tree Emulator Edited By Shamike\Gold Tree Emulator 3.0.exe "
6.DONE
EXISTED GTE DATABASE INSTALLATION:
Code:
1.Extract all file inside "Gold Tree Emulator Edited By Shamike.rar"
2.Open your existed gte database
3.Run this sql
ALTER TABLE `permissions_ranks` ADD `cmd_sign` ENUM('1','0') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0';
ALTER TABLE `permissions_ranks` ADD `cmd_pet` ENUM('1','0') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0';
ALTER TABLE `permissions_ranks` ADD `cmd_viptele` ENUM('1','0') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0';
ALTER TABLE `permissions_ranks` ADD `cmd_alleffect` ENUM('1','0') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0';
ALTER TABLE `permissions_ranks` ADD `cmd_faceless` ENUM('1','0') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0';
ALTER TABLE `permissions_ranks` ADD `cmd_vipoverride` ENUM('1','0') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0';
4.Setup " Gold Tree Emulator Edited By Shamike\config.conf "
5.Run " Gold Tree Emulator Edited By Shamike\Gold Tree Emulator 3.0.exe "
6.DONE
Vps setup instruction:
Code:
1.Open config.conf
2.Change all ip 127.0.0.1 to 0.0.0.0
3.If you have proxy just change "game.tcp.proxyip=" to your proxy ip
4.Done
Enables Instruction:
Code:
1.Open "Enables.rar"
2.Extract to your swfs file
3.done
Handitem Instruction:
Code:
1.Open "Hand Item.rar"
2.Extract to your swfs file
3.done