Hikayeler

Reklam vermek için turkmmo@gmail.com
5.00 yıldız(lar) 1 Değerlendirme Değerlendirenler

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.


 
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.


thank you that was missing its now sorted :)
 

Şu an konuyu görüntüleyenler (Toplam : 13, Üye: 11, Misafir: 2)

Geri
Üst