Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

R2 Online server files

Newbie Spellweaver
Joined
Apr 6, 2023
Messages
9
Reaction score
0
nope, if everything done right u don't have to open anyports or adding rules. Unless you changed database collation from chinese to other and translated the database, you have to edit function for shop to work. but if its original chinese database it should work as it is.
Backup FNLAccount base and webshop.exe start work balance not 0 thanks for advice. But got error if try buy item
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Feb 24, 2023
Messages
21
Reaction score
1
While testing the quest, I noticed that the Hardcore Quest Transformation Skill Book receiving quest had a problem with the reward. Received a reward, but did not receive a transformation skill book, and received another item. ㅡㅡ o_Oo_Oo_Oo_Oo_O I think it will hurt my head to fix this.


The Hardcore Quest is a quest to receive a Transformation Skill Book, but if you do not receive a Transformation Skill Book, you do not have to do it. I mean hardcore quest meaningless.:confused::confused:
 
Last edited:
Junior Spellweaver
Joined
Oct 14, 2019
Messages
137
Reaction score
29
While testing the quest, I noticed that the Hardcore Quest Transformation Skill Book receiving quest had a problem with the reward. Received a reward, but did not receive a transformation skill book, and received another item. ㅡㅡ o_Oo_Oo_Oo_Oo_O I think it will hurt my head to fix this.


The Hardcore Quest is a quest to receive a Transformation Skill Book, but if you do not receive a Transformation Skill Book, you do not have to do it. I mean hardcore quest meaningless.:confused::confused:
Cuz database is before hardcore quest reward changes, you should change all the rewards by your self, check npc scripts and change reward items.
 
Junior Spellweaver
Joined
Oct 14, 2019
Messages
137
Reaction score
29
View attachment 174222
View attachment 174223

5962 = Chinese name 炼金术士技能书 > translated into Korean 연금술사 스킬북
Korean original name Alchemist 알케미스트

Because Chinese and Korean are different, you need to check with the store to know this. So to be sure, you need to bring up the required skill book from the store and check it.
To know what is what open original Korean Langpack search item names and translate them in database, first all names, then descriptions, and use messages. it takes time, i spent almost 1 week with DT_Item translation. but if you don't have info.dat generator translating database is almost useless since you won't see the changes in client. In your case try translate the langpack file directly with text editor, but very carefully, 1 wrong character and it will break your client, and you will get C++ exeptions all the time.
 
Newbie Spellweaver
Joined
Feb 24, 2023
Messages
21
Reaction score
1
To know what is what open original Korean Langpack search item names and translate them in database, first all names, then descriptions, and use messages. it takes time, i spent almost 1 week with DT_Item translation. but if you don't have info.dat generator translating database is almost useless since you won't see the changes in client. In your case try translate the langpack file directly with text editor, but very carefully, 1 wrong character and it will break your client, and you will get C++ exeptions all the time.
I want to know the password of gui. onreon or 1702 file or freeday

And I want to know how to increase inventory slot 160 to 210.
 
Newbie Spellweaver
Joined
Apr 4, 2023
Messages
12
Reaction score
5
I want to know the password of gui. onreon or 1702 file or freeday

And I want to know how to increase inventory slot 160 to 210.

I think TheReverend has already given you plenty of info and he's probably hoping to get some from you in return

 
Newbie Spellweaver
Joined
Feb 24, 2023
Messages
21
Reaction score
1
I think TheReverend has already given you plenty of info and he's probably hoping to get some from you in return

You seem like someone who knows how to operate sql, but you don't provide information?
Do you also want to get something in return?

I hope that someday TheReverend will reward . But not now. The reason is that the R2 file I am building now is not perfect...:):):)
 
Newbie Spellweaver
Joined
Apr 4, 2023
Messages
12
Reaction score
5
You seem like someone who knows how to operate sql, but you don't provide information?
Do you also want to get something in return?

I hope that someday TheReverend will reward . But not now. The reason is that the R2 file I am building now is not perfect...:):):)

Dude, we've been spending several hours with him going through one of the tables in the database. Not so that you can get it in one minute. I believe in exchanging information rather than being a benefactor and giving it away for free.
 
Junior Spellweaver
Joined
Oct 14, 2019
Messages
137
Reaction score
29
Using assembly can solve backpack extensions. I compiled it once.
Would be good if someone provides the addresses to change, in all old clients they should be all the same right? same as for gold limit 999k for inventory, consigment system, personal shop, and warehouse.
 
Newbie Spellweaver
Joined
Apr 6, 2023
Messages
9
Reaction score
0
Assembly? Can you give me some tips?

I learned something new today. 2805 Event Holy NPC does not exist in the 1502 file. The NPC named 2805 Event Holly is a weapon armor enhancement event NPC. However, in the 1602 file, the script does not fully work. I plan to fix this.
In the 1502 file, NPC 2805 Event Holly is not implemented. There are only 2805 NPCs in 1602.

Does anyone know about the nation number? No.1? No. 2 KR No. 3 No. 4 No. 5 No. RU?
Maybe this?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 4, 2023
Messages
12
Reaction score
5
5

Assembly? Can you give me some tips?

I learned something new today. 2805 Event Holy NPC does not exist in the 1502 file. The NPC named 2805 Event Holly is a weapon armor enhancement event NPC. However, in the 1602 file, the script does not fully work. I plan to fix this.
In the 1502 file, NPC 2805 Event Holly is not implemented. There are only 2805 NPCs in 1602.

Does anyone know about the nation number? No.1? No. 2 KR No. 3 No. 4 No. 5 No. RU?
u also can try [test] NPC's
 
Last edited:
Junior Spellweaver
Joined
Oct 14, 2019
Messages
137
Reaction score
29
Assembly? Can you give me some tips?

I learned something new today. 2805 Event Holy NPC does not exist in the 1502 file. The NPC named 2805 Event Holly is a weapon armor enhancement event NPC. However, in the 1602 file, the script does not fully work. I plan to fix this.
In the 1502 file, NPC 2805 Event Holly is not implemented. There are only 2805 NPCs in 1602.

Does anyone know about the nation number? No.1? No. 2 KR No. 3 No. 4 No. 5 No. RU?
All events in the data base are almost useless, they are too old, and outdated. If you don't have some NPC's in database you can easily add them, its very easy to do, add new row to to DT_Monster, then add it to DT_MonsterResource, TblMonsterSpot and TblMonsterSpotGroup.

The only problem is to find dialog script, and dialog. (dialog can be found in client langpack) but if you don't have script you have to write it by your self which is pretty hard to do.

About nation:
1682793000128 - R2 Online server files - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Oct 14, 2019
Messages
137
Reaction score
29
I looking for value in expanding inventory space. The doubt has been fixed in the SQL and the server is successful with no errors. However, when I tested access to the game, a hacker message came from the client. It looks like the client needs to modify some values.

It seems that the value on the server and the value on the client must match.
Yes, where did you find inventory limit in database? i don't remember that i saw it in sql database, i tell you more you should modify not only client, but also dll files from server and client too. It's complex task to do, i haven't achieved expand silver cap of 999k to 2kkk, i can loot silver, after 999kkk, but there appear other errors, and personal shop and auction system don't work with 2kkk anyway.
 
Newbie Spellweaver
Joined
Apr 24, 2023
Messages
8
Reaction score
1
Yes, where did you find inventory limit in database? i don't remember that i saw it in sql database, i tell you more you should modify not only client, but also dll files from server and client too. It's complex task to do, i haven't achieved expand silver cap of 999k to 2kkk, i can loot silver, after 999kkk, but there appear other errors, and personal shop and auction system don't work with 2kkk anyway.
I saw in funcion. Silver is limited, and in sql management studio, for example, if it is set to tnyint, you need to change it to int or a larger value.
 
Junior Spellweaver
Joined
Oct 14, 2019
Messages
137
Reaction score
29
I saw in funcion. Silver is limited, and in sql management studio, for example, if it is set to tnyint, you need to change it to int or a larger value.
in 1602 database it's alredy on int, i havent seen any limits in functions so this is why i'm asking;D cuz i just checked that its int, which supports 2kkk number, and then i just were looking for 999 and 1kkk cap inside client exe, field, and dll files. but there is something else that is left to do.
 
Junior Spellweaver
Joined
Oct 14, 2019
Messages
137
Reaction score
29
As a result of checking in the game, the silver holding limit is 1 billion. I want to change it to 10 billion. We need to find and fix this too. I want to change my inventory limit from 160 to 300. I plan to check the .dll files first.
Haha 10 billion:D lets make 2 atleast, then talk about 10:D inventory probably can't be that big, since official latest version have 240 max.
Check FnlAppW.dll, apart from field and client exe. (and maybe some client dll must be changed too)
 
Junior Spellweaver
Joined
Oct 14, 2019
Messages
137
Reaction score
29
In the Russian client, the number of inventory slots in the YouTube video was 300ea.

I shortened the loading time with the name 1602 version. It takes 3 minutes from start to server open. Before, it took about 5-10 minutes from start to open, and when I stopped and reopened it, the server didn't start. This is no longer a problem either. The server runs very cleanly. And my laptop doesn't perform well. If you run the server on a powerful computer, it will take less than 2 minutes.

View attachment 197423


2023-04-30 14:10:54 Info: 1(DEFAULT):UNKNOWN MSG-NO[CCnsmCacheMgr loading Data...]
2023-04-30 14:10:54 Info: 1(DEFAULT):UNKNOWN MSG-NO[CCnsmCacheMgr loading Data...done!]
2023-04-30 14:10:54 Info: 1(DEFAULT):UNKNOWN MSG-NO[XignCode open success]
2023-04-30 14:10:54 Info: 3746473046(eLogNoGoldItemInfoTotalCnt):已登陆的金币道具消息个数.[205]
2023-04-30 14:10:54 Info: 689616009(eLogNoParm):参数.[SvrType(1),SvrNo(1172),Version(70309002/2019082921),ThdCnt(17/5)SessionCnt(5500),SendCnt(60000),Port(11005/11005),SvrInfo(0)]
2023-04-30 14:11:09 Info: 1023907422(eLogNoCharBearCnt):生成的NON-PC个数.[Cnt(28517)]
2023-04-30 14:11:09 Info: 1023907422(eLogNoCharBearCnt):生成的NON-PC个数.[VarRespawn Cnt(117)]
2023-04-30 14:11:16 Info: 582206930(eLogNoBeginWorldGame):游戏数据(Game DB)库已经初始化.[Recovery Min : 1019]
2023-04-30 14:11:16 Info: 2500881104(eLogNoBeginWorldAccount):用户数据库(Account DB)已经初始化.[^^]
2023-04-30 14:11:21 Info: 1917067304(eLogNoGSExchangeInfoTotalCnt):已登陆的金币交易所信息个数.[Complete Load Macro Detector File : 831]
2023-04-30 14:11:21 Info: 2673823402(eLogNoSiegeOn):攻城战支持.[^^]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarGuildMarkReq(5766)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrArenaJoinReq(2113)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankJoinReq(2076)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarIngNotifyReq(5795)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankNextActionReq(5985)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrArenaPcInfoAck(2125)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarPcInvenQuickAck(2056)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrArenaLoginReq(6152)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarPcSkillAck(2065)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankIngressExpireReq(5991)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarLoginReq(5747)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarControlReq(2062)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrFierceBattleSessionExitReq(6158)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankStxReq(5983)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrArenaEquipPointAck(2120)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarMakeIngressReq(2051)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarStxReq(5733)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrArenaJoinCheckReq(2126)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankUnregisterReq(2080)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarGkillInfoAck(2057)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrFierceBattleSessionReq(6153)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrBossBattleSessionExitReq(6162)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankLoginReq(5992)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankIngNotifyReq(6001)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrBossBattleSessionReq(6159)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarIngressExpireReq(5768)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrArenaMakeIngressReq(2121)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarJoinReq(2038)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarEtxReq(5734)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarUnregisterReq(2044)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankSessionReq(5993)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarTournamentRefreshReq(5763)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankPcLimitPlayCntReq(2096)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarLoginDangleReq(5755)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrArenaUnregisterReq(2116)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankLimitPlayCntReq(2093)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrChaosBattleServantInfoAck(2108)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrBossBattleRespawnReq(6164)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarTournamentAdvantageReq(6017)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarGuildRegWaitReq(5756)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarTournamentGuildInfoAck(2048)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarUpdateAdvantageReq(6015)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrNotifySvrStateAck(1114)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrFierceBattleOpenGateReq(6165)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarNormalAdvantageReq(6004)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankPcInfoAck(2089)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarSessionReq(5757)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankEtxReq(5984)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrEchoReq(1100)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrArenaTypeJoinStateReq(2110)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarPcInfoAck(2055)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrArenaIngressExpireReq(6151)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankRegWaitReq(5990)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarNextActionReq(5746)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrTeamRankMakeIngressReq(2084)]
2023-04-30 14:11:21 Info: 4293188496(eLogNoTrUnsupport):虽然已经登陆到服务器,但这是当前服务器不支持的TR.[eCTrUnitedGuildWarPcBeadAck(2070)]
2023-04-30 14:12:28 Info: 1497646729(eLogNoThdBegin):开始Thread.[FieldW(4200)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[DB-Thread(3776)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[LOG-Thread(5808)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[LOG-Thread(2688)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[LOG-Thread(5784)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[DB-Thread(5764)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[DB-Thread(5760)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[DB-Thread(5260)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[DB-Thread(2324)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(5920)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(6132)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(6100)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(1376)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(1240)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(5324)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(3996)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(3816)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(4716)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(5220)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(1636)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(3960)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(2880)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(988)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(4684)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(5780)]
2023-04-30 14:12:29 Info: 1497646729(eLogNoThdBegin):开始Thread.[Worker-Thread(5412)]

View attachment 197424View attachment 197425


I'm sure the name cnt is associated with silver, but I'm not sure how to fix it. haha
It is associated with the items count at all i think, for exemple u can easily buy 2kkk arrows for ranger or summoner, or magic crystalls for elf, (if you reduce the default weight which is 5 per unit to 0) but silver is limited.

About which russian client are you talking about? on official servers the limit was 160 always, if you saw 300 its probably pirate server, running on emulator, not on original field, emulator is useless it breaks half of game mechanics or even more.

P.S After you clear the database, Field launch in 1 min max, on decent pc.
 
Newbie Spellweaver
Joined
Apr 29, 2023
Messages
7
Reaction score
0
Please help, I need to remove the level of the cap from 100 to 200 or 250.
 
Back
Top