- Katılım
- 23 Haz 2020
- Konular
- 9
- Mesajlar
- 96
- Online süresi
- 11g 79173s
- Reaksiyon Skoru
- 26
- Altın Konu
- 0
- Başarım Puanı
- 61
- TM Yaşı
- 5 Yıl 10 Ay
- MmoLira
- 3,967
- DevLira
- 12
Metin2 EP, Valorant VP dahil tüm oyun ürünlerini en uygun fiyatlarla bulabilir, Item ve Karakterlerinizi hızlıca satabilirsiniz. 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.
- Katılım
- 5 Eki 2015
- Konular
- 97
- Mesajlar
- 2,113
- Online süresi
- 1ay 21g
- Reaksiyon Skoru
- 3,360
- Altın Konu
- 2
- Başarım Puanı
- 253
- TM Yaşı
- 10 Yıl 6 Ay 18 Gün
- MmoLira
- 18,403
- DevLira
- 61
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.
- Katılım
- 10 Ara 2011
- Konular
- 51
- Mesajlar
- 1,193
- Online süresi
- 4ay 25g
- Reaksiyon Skoru
- 499
- Altın Konu
- 1
- Başarım Puanı
- 209
- TM Yaşı
- 14 Yıl 4 Ay 13 Gün
- MmoLira
- 1,641
- DevLira
- 16
Paylaşım için teşekkürler.
- Katılım
- 5 Eki 2015
- Konular
- 97
- Mesajlar
- 2,113
- Online süresi
- 1ay 21g
- Reaksiyon Skoru
- 3,360
- Altın Konu
- 2
- Başarım Puanı
- 253
- TM Yaşı
- 10 Yıl 6 Ay 18 Gün
- MmoLira
- 18,403
- DevLira
- 61