Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!
SQL files created
File Database Tables Description
00_INSTALL.sql - - Master script that imports everything in order
01_account.sql srv1_account 6 Accounts, billing, anti-spam, HWID bans
02_player.sql srv1_player 55+ Players, items, guilds, marriage, shops, arena, rankings, pets, world boss, dungeons, battle pass, IkarusShop
03_common.sql srv1_common 5 Locale, GM list, ban words, privileges
04_log.sql srv1_log 21 All logs (chat, hack, gold, refine, login, etc.)
05_proto.sql srv1_player 14 item_proto, mob_proto, skill_proto, refine_proto, item_attr, shop, biolog
Total: ~87 tables in 4 databases
To install
# Import everything at once
mysql -u root -p < 00_INSTALL.sql
# Or one by one in order
mysql -u root -p < 01_account.sql
mysql -u root -p < 02_player.sql
mysql -u root -p < 03_common.sql
mysql -u root -p < 04_log.sql
mysql -u root -p < 05_proto.sql
# Then import the protos data (item_proto and mob_proto with data)
mysql -u root -p srv1_player < “source-client/Srcs/Tools/Pack Protos Script/Pack Protos Script/item_proto.sql”
mysql -u root -p srv1_player < “source-client/Srcs/Tools/Pack Protos Script/Pack Protos Script/mob_proto.sql”
Important notes
The tables include columns with source #ifdefs #ifdefs with COMMENT). If your build does not have those defines active, the extra columns will simply remain unused.
The database names (srv1_account, srv1_player, etc.) must match what you configure in the server’s conf.txt.
File Database Tables Description
00_INSTALL.sql - - Master script that imports everything in order
01_account.sql srv1_account 6 Accounts, billing, anti-spam, HWID bans
02_player.sql srv1_player 55+ Players, items, guilds, marriage, shops, arena, rankings, pets, world boss, dungeons, battle pass, IkarusShop
03_common.sql srv1_common 5 Locale, GM list, ban words, privileges
04_log.sql srv1_log 21 All logs (chat, hack, gold, refine, login, etc.)
05_proto.sql srv1_player 14 item_proto, mob_proto, skill_proto, refine_proto, item_attr, shop, biolog
Total: ~87 tables in 4 databases
To install
# Import everything at once
mysql -u root -p < 00_INSTALL.sql
# Or one by one in order
mysql -u root -p < 01_account.sql
mysql -u root -p < 02_player.sql
mysql -u root -p < 03_common.sql
mysql -u root -p < 04_log.sql
mysql -u root -p < 05_proto.sql
# Then import the protos data (item_proto and mob_proto with data)
mysql -u root -p srv1_player < “source-client/Srcs/Tools/Pack Protos Script/Pack Protos Script/item_proto.sql”
mysql -u root -p srv1_player < “source-client/Srcs/Tools/Pack Protos Script/Pack Protos Script/mob_proto.sql”
Important notes
The tables include columns with source #ifdefs #ifdefs with COMMENT). If your build does not have those defines active, the extra columns will simply remain unused.
The database names (srv1_account, srv1_player, etc.) must match what you configure in the server’s conf.txt.
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
thank you that was missing its now sortedSQL files created
File Database Tables Description
00_INSTALL.sql - - Master script that imports everything in order
01_account.sql srv1_account 6 Accounts, billing, anti-spam, HWID bans
02_player.sql srv1_player 55+ Players, items, guilds, marriage, shops, arena, rankings, pets, world boss, dungeons, battle pass, IkarusShop
03_common.sql srv1_common 5 Locale, GM list, ban words, privileges
04_log.sql srv1_log 21 All logs (chat, hack, gold, refine, login, etc.)
05_proto.sql srv1_player 14 item_proto, mob_proto, skill_proto, refine_proto, item_attr, shop, biolog
Total: ~87 tables in 4 databases
To install
# Import everything at once
mysql -u root -p < 00_INSTALL.sql
# Or one by one in order
mysql -u root -p < 01_account.sql
mysql -u root -p < 02_player.sql
mysql -u root -p < 03_common.sql
mysql -u root -p < 04_log.sql
mysql -u root -p < 05_proto.sql
# Then import the protos data (item_proto and mob_proto with data)
mysql -u root -p srv1_player < “source-client/Srcs/Tools/Pack Protos Script/Pack Protos Script/item_proto.sql”
mysql -u root -p srv1_player < “source-client/Srcs/Tools/Pack Protos Script/Pack Protos Script/mob_proto.sql”
Important notes
The tables include columns with source #ifdefs #ifdefs with COMMENT). If your build does not have those defines active, the extra columns will simply remain unused.
The database names (srv1_account, srv1_player, etc.) must match what you configure in the server’s conf.txt.
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 13
- Görüntüleme
- 3K
- Cevaplar
- 259
- Görüntüleme
- 36K
- Cevaplar
- 37
- Görüntüleme
- 9K