V3ct0r 2,033 Report post Posted December 14, 2021 [Mod] Editing the limits of .txt tables With the help of this mod for the "PKODev.NET mod loader" system, you can easily edit the limits for .txt/.bin files of the client and server without the need to edit Game.exe and GameServer.exe in the HEX editor. The limits are edited in the text file pkodev.mod.tablelimit.cfg: areaset = 300 character_lvup = 120 characterinfo = 2500 forgeitem = 12 hairs = 500 int_cha_item = 32 iteminfo = 6000 lifelvup = 1000 saillvup = 1000 shipinfo = 120 shipiteminfo = 500 skilleff = 240 skillinfo = 500 characterposeinfo = 100 chaticons = 100 elfskillinfo = 100 eventsound = 30 itempre = 100 itemrefineeffectinfo = 5000 itemrefineinfo = 20000 itemtype = 100 magicgroupinfo = 10 magicsingleinfo = 100 mapinfo = 100 musicinfo = 500 notifyset = 100 objevent = 10 resourceinfo = 3000 sceneffectinfo = 14000 sceneobjinfo = 800 selectcha = 60 serverset = 100 shadeinfo = 14000 stoneinfo = 100 terraininfo = 100 It is not necessary to write to the file all limits If you need to edit only some of them: iteminfo = 12000 characterinfo = 6000 mapinfo = 500 GameServer.exe tables (13) Quote areaset, character_lvup, characterinfo, forgeitem, hairs, int_cha_item, iteminfo, lifelvup, saillvup, shipinfo, shipiteminfo, skilleff, skillinfo Game.exe tables (31) Quote areaset, characterinfo, forgeitem, hairs, iteminfo, shipinfo, shipiteminfo, skilleff, skillinfo, characterposeinfo, chaticons, elfskillinfo, eventsound, itempre, itemrefineeffectinfo, itemrefineinfo, itemtype, magicgroupinfo, magicsingleinfo, mapinfo, musicinfo, notifyset, objevent, resourceinfo, sceneffectinfo, sceneobjinfo, selectcha, serverset, shadeinfo, stoneinfo, terraininfo Requirements Installed mod loading system for server and client (PKOdev.NET mod loader). Modification information Name: pkodev.mod.tablelimit; Version: 1.0; Author: V3ct0r; Type: for client and server (Game.exe and GameServer.exe); Supported executable .exe files: GAME_13X_0, GAME_13X_1, GAME_13X_2, GAME_13X_3, GAME_13X_4, GAME_13X_5, GAMESERVER_136 and GAMESERVER_138. Installation 1) In the "mods" directory of your server or client, create a "pkodev.mod.tablelimit" folder; 2) Place into it the mod DLL file "pkodev.mod.tablelimit.<client/server>.<x>.dll" for your version of Game.exe or GameServer.exe; 3) Place into it the mod settings file "pkodev.mod.tablelimit.cfg"; 4) Edit the "pkodev.mod.tablelimit.cfg" file at your own discretion - specify the required limit values for each .txt/.bin table file: <table_name> = <value> Download 1) Binary release (.dll); 2) The source code of the mod for Visual Studio 2019 Community (C++). If you encounter any problem, bug or have any questions, then feel free to write in this thread. 1 2 Quote Some useful links / Полезные ссылки Tips for making a topic in 'Questions & Help' / Рекомендации по созданию тем в разделе "Помощь" Server Advertising Section Rules / Правила раздела "Реклама серверов" Available e-mail domains for registration / Допустимые e-mail домены для регистрации User groups / Группы пользователей User ranks / Звания пользователей "Broken" pictures on the forum / "Битые" изображения на форуме Beware of scammers! / Осторожно, мошенники! My developments / Мои разработки Mods for client and server / Моды для клиента и сервера PKOdev.NET website for Tales of Pirates Server / PKOdev.NET веб-обвязка для сервера Пиратии I do not provide any help in private messages and outside the forum. Use 'Questions & Help' section please. Thank you for understanding! Я не оказываю какую-либо помощь в личных сообщениях и вне форума. Пожалуйста, используйте раздел "Пиратия: Помощь". Благодарю за понимание! Share this post Link to post Share on other sites
Myruni 10 Report post Posted December 30, 2021 Hi @V3ct0r, Just wondering. Does this allow skilleff to go above the 249 (if I remember correctly) hard cap where skill eff only displays effect in game for skill eff id below 249 and does not show anything else with id more than 249 even though limit being raised? Thanks Quote Share this post Link to post Share on other sites
RafaelaMartins 4 Report post Posted December 31, 2021 1 hour ago, Myruni said: Hi @V3ct0r, Just wondering. Does this allow skilleff to go above the 249 (if I remember correctly) hard cap where skill eff only displays effect in game for skill eff id below 249 and does not show anything else with id more than 249 even though limit being raised? Thanks i want to know this to please. Quote Share this post Link to post Share on other sites
V3ct0r 2,033 Report post Posted January 1, 2022 On 12/31/2021 at 1:34 AM, Myruni said: Hi @V3ct0r, Just wondering. Does this allow skilleff to go above the 249 (if I remember correctly) hard cap where skill eff only displays effect in game for skill eff id below 249 and does not show anything else with id more than 249 even though limit being raised? Thanks On 12/31/2021 at 3:27 AM, RafaelaMartins said: i want to know this to please. No, it doesn't. It just increases .txt/.bin limits as if you were editing them with HEX editor. But this mod allows you to specify limits for some tables more than when using the HEX editor. For example, when editing the limit for mapinfo using HEX editor you can specify a maximum of 255 maps. With this mod you can specify 4294967295 maps. Quote Some useful links / Полезные ссылки Tips for making a topic in 'Questions & Help' / Рекомендации по созданию тем в разделе "Помощь" Server Advertising Section Rules / Правила раздела "Реклама серверов" Available e-mail domains for registration / Допустимые e-mail домены для регистрации User groups / Группы пользователей User ranks / Звания пользователей "Broken" pictures on the forum / "Битые" изображения на форуме Beware of scammers! / Осторожно, мошенники! My developments / Мои разработки Mods for client and server / Моды для клиента и сервера PKOdev.NET website for Tales of Pirates Server / PKOdev.NET веб-обвязка для сервера Пиратии I do not provide any help in private messages and outside the forum. Use 'Questions & Help' section please. Thank you for understanding! Я не оказываю какую-либо помощь в личных сообщениях и вне форума. Пожалуйста, используйте раздел "Пиратия: Помощь". Благодарю за понимание! Share this post Link to post Share on other sites
dragontechi 52 Report post Posted January 18, 2022 @V3ct0rsorry it seems that the modem is malfunctioning in the gameserver since when I get an item above 6002 it disconnects me from the game when I use a gameserver edited at 10k it works normal Quote Share this post Link to post Share on other sites
Graf 173 Report post Posted January 18, 2022 @dragontechi May be need compile iteminfo.txt serverside to iteminfo.bin client side? Quote Share this post Link to post Share on other sites
dragontechi 52 Report post Posted January 18, 2022 1 hour ago, Graf said: @dragontechi ¿Puede ser necesario compilar iteminfo.txt del lado del servidor al lado del cliente de iteminfo.bin? I mean, it is compiled with another gameserver, it does not give the error when I take a clean one, I mount the mod, it detects the amount that I put, but when I get an item above 6002, it disconnects me Quote Share this post Link to post Share on other sites
V3ct0r 2,033 Report post Posted January 19, 2022 Hello @dragontechi! Try to remove the following line from the pkodev.mod.tablelimit.cfg file and check if the bug is gone: skillinfo = 1000 Quote Some useful links / Полезные ссылки Tips for making a topic in 'Questions & Help' / Рекомендации по созданию тем в разделе "Помощь" Server Advertising Section Rules / Правила раздела "Реклама серверов" Available e-mail domains for registration / Допустимые e-mail домены для регистрации User groups / Группы пользователей User ranks / Звания пользователей "Broken" pictures on the forum / "Битые" изображения на форуме Beware of scammers! / Осторожно, мошенники! My developments / Мои разработки Mods for client and server / Моды для клиента и сервера PKOdev.NET website for Tales of Pirates Server / PKOdev.NET веб-обвязка для сервера Пиратии I do not provide any help in private messages and outside the forum. Use 'Questions & Help' section please. Thank you for understanding! Я не оказываю какую-либо помощь в личных сообщениях и вне форума. Пожалуйста, используйте раздел "Пиратия: Помощь". Благодарю за понимание! Share this post Link to post Share on other sites
gunnapong 14 Report post Posted April 17, 2022 i want to know pkodev.mod.tablelimit.client.address what is my version please help me >>https://drive.google.com/file/d/1PPsUQTcpRq45tchWApT26_gUK4ZKnU7m/view?usp=drivesdk i want to know the number Gameserver.exe what model and number do i have because i will put it in loader.h please help me >>https://drive.google.com/file/d/1hKzpwdqBGrARtwyfOFzKQ4EGrwrAxORc/view?usp=sharing Quote Share this post Link to post Share on other sites
gunnapong 14 Report post Posted April 24, 2022 On 4/17/2022 at 10:51 PM, gunnapong said: i want to know pkodev.mod.tablelimit.client.address what is my version please help me >>https://drive.google.com/file/d/1PPsUQTcpRq45tchWApT26_gUK4ZKnU7m/view?usp=drivesdk i want to know the number Gameserver.exe what model and number do i have because i will put it in loader.h please help me >>https://drive.google.com/file/d/1hKzpwdqBGrARtwyfOFzKQ4EGrwrAxORc/view?usp=sharing Help me plz. @V3ct0r 1 Quote Share this post Link to post Share on other sites
V3ct0r 2,033 Report post Posted April 25, 2022 18 hours ago, gunnapong said: Help me plz. @V3ct0r Hello @gunnapong, I am currently unable to search for addresses for your Game.exe. Quote Some useful links / Полезные ссылки Tips for making a topic in 'Questions & Help' / Рекомендации по созданию тем в разделе "Помощь" Server Advertising Section Rules / Правила раздела "Реклама серверов" Available e-mail domains for registration / Допустимые e-mail домены для регистрации User groups / Группы пользователей User ranks / Звания пользователей "Broken" pictures on the forum / "Битые" изображения на форуме Beware of scammers! / Осторожно, мошенники! My developments / Мои разработки Mods for client and server / Моды для клиента и сервера PKOdev.NET website for Tales of Pirates Server / PKOdev.NET веб-обвязка для сервера Пиратии I do not provide any help in private messages and outside the forum. Use 'Questions & Help' section please. Thank you for understanding! Я не оказываю какую-либо помощь в личных сообщениях и вне форума. Пожалуйста, используйте раздел "Пиратия: Помощь". Благодарю за понимание! Share this post Link to post Share on other sites
gunnapong 14 Report post Posted April 25, 2022 3 hours ago, V3ct0r said: Hello @gunnapong, I am currently unable to search for addresses for your Game.exe. Gameserver.exe. number? Quote Share this post Link to post Share on other sites
V3ct0r 2,033 Report post Posted April 27, 2022 On 4/25/2022 at 9:09 AM, V3ct0r said: Hello @gunnapong, I am currently unable to search for addresses for your Game.exe. * For GameServer.exe @gunnapong Quote Some useful links / Полезные ссылки Tips for making a topic in 'Questions & Help' / Рекомендации по созданию тем в разделе "Помощь" Server Advertising Section Rules / Правила раздела "Реклама серверов" Available e-mail domains for registration / Допустимые e-mail домены для регистрации User groups / Группы пользователей User ranks / Звания пользователей "Broken" pictures on the forum / "Битые" изображения на форуме Beware of scammers! / Осторожно, мошенники! My developments / Мои разработки Mods for client and server / Моды для клиента и сервера PKOdev.NET website for Tales of Pirates Server / PKOdev.NET веб-обвязка для сервера Пиратии I do not provide any help in private messages and outside the forum. Use 'Questions & Help' section please. Thank you for understanding! Я не оказываю какую-либо помощь в личных сообщениях и вне форума. Пожалуйста, используйте раздел "Пиратия: Помощь". Благодарю за понимание! Share this post Link to post Share on other sites
gunnapong 14 Report post Posted April 27, 2022 5 hours ago, V3ct0r said: * For GameServer.exe @gunnapong Ok.brother Quote Share this post Link to post Share on other sites
Ximboliex 84 Report post Posted April 24 (edited) This partially worked for me. I explain, compile and game open, the item exists in the game but I can't have the item in my inventory because it disconnects me from the server, here are the images I put the limits at 10k but I can't have the items in my inventory with an id greater than 6001 have game.exe 13x_2@V3ct0r Edited April 24 by Ximboliex Quote Share this post Link to post Share on other sites
V3ct0r 2,033 Report post Posted May 1 Hello @Ximboliex, The mod is buggy a bit. I don't recommend use it now. 1 Quote Some useful links / Полезные ссылки Tips for making a topic in 'Questions & Help' / Рекомендации по созданию тем в разделе "Помощь" Server Advertising Section Rules / Правила раздела "Реклама серверов" Available e-mail domains for registration / Допустимые e-mail домены для регистрации User groups / Группы пользователей User ranks / Звания пользователей "Broken" pictures on the forum / "Битые" изображения на форуме Beware of scammers! / Осторожно, мошенники! My developments / Мои разработки Mods for client and server / Моды для клиента и сервера PKOdev.NET website for Tales of Pirates Server / PKOdev.NET веб-обвязка для сервера Пиратии I do not provide any help in private messages and outside the forum. Use 'Questions & Help' section please. Thank you for understanding! Я не оказываю какую-либо помощь в личных сообщениях и вне форума. Пожалуйста, используйте раздел "Пиратия: Помощь". Благодарю за понимание! Share this post Link to post Share on other sites
Ximboliex 84 Report post Posted May 1 4 hours ago, V3ct0r said: Hello @Ximboliex, The mod is buggy a bit. I don't recommend use it now. Thanks for reply 1 Quote Share this post Link to post Share on other sites
Ximboliex 84 Report post Posted May 9 (edited) @V3ct0r know you the Game.exe(1.3x) iteminfo limit hex address? Edited May 9 by Ximboliex Quote Share this post Link to post Share on other sites
V3ct0r 2,033 Report post Posted May 9 Hello @Ximboliex, Which one of Game.exe? I know 6 versions. Quote Some useful links / Полезные ссылки Tips for making a topic in 'Questions & Help' / Рекомендации по созданию тем в разделе "Помощь" Server Advertising Section Rules / Правила раздела "Реклама серверов" Available e-mail domains for registration / Допустимые e-mail домены для регистрации User groups / Группы пользователей User ranks / Звания пользователей "Broken" pictures on the forum / "Битые" изображения на форуме Beware of scammers! / Осторожно, мошенники! My developments / Мои разработки Mods for client and server / Моды для клиента и сервера PKOdev.NET website for Tales of Pirates Server / PKOdev.NET веб-обвязка для сервера Пиратии I do not provide any help in private messages and outside the forum. Use 'Questions & Help' section please. Thank you for understanding! Я не оказываю какую-либо помощь в личных сообщениях и вне форума. Пожалуйста, используйте раздел "Пиратия: Помощь". Благодарю за понимание! Share this post Link to post Share on other sites
Ximboliex 84 Report post Posted May 9 (edited) 36 minutes ago, V3ct0r said: Hello @Ximboliex, Which one of Game.exe? I know 6 versions. The Game.exe (13x_0) Edited May 9 by Ximboliex Quote Share this post Link to post Share on other sites
V3ct0r 2,033 Report post Posted May 9 1 hour ago, Ximboliex said: The Game.exe (13x_0) 0x0024D880 Quote Some useful links / Полезные ссылки Tips for making a topic in 'Questions & Help' / Рекомендации по созданию тем в разделе "Помощь" Server Advertising Section Rules / Правила раздела "Реклама серверов" Available e-mail domains for registration / Допустимые e-mail домены для регистрации User groups / Группы пользователей User ranks / Звания пользователей "Broken" pictures on the forum / "Битые" изображения на форуме Beware of scammers! / Осторожно, мошенники! My developments / Мои разработки Mods for client and server / Моды для клиента и сервера PKOdev.NET website for Tales of Pirates Server / PKOdev.NET веб-обвязка для сервера Пиратии I do not provide any help in private messages and outside the forum. Use 'Questions & Help' section please. Thank you for understanding! Я не оказываю какую-либо помощь в личных сообщениях и вне форума. Пожалуйста, используйте раздел "Пиратия: Помощь". Благодарю за понимание! Share this post Link to post Share on other sites
Ximboliex 84 Report post Posted May 9 3 hours ago, V3ct0r said: 0x0024D880 Thanks, Thanks 1 Quote Share this post Link to post Share on other sites