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!

How to disable item limit 50000

Newbie Spellweaver
Joined
Feb 4, 2009
Messages
89
Reaction score
6
How to disable item limit 50000 ?
Cause almost every item in my shop is cash.
Help will be fine,
 
Good Guy George
Loyal Member
Joined
Apr 12, 2009
Messages
1,260
Reaction score
239
There is two ways:
1.renumber it , from 1 to ............. you can download the editor from http://forum.ragezone.com/f245/zitem-tools-1-1-a-510952/
2.ASM
rodisr said:
1. File -> Open -> Choose your runnable.
2. Right click at CPU mainthread -> Search for -> All constants
3. At signed enter : 500000 then a new window would popup at each end it say's 7A120.
4. Follow those into the assembler and change the hex code : 7A120 to 0F423F
5. And save it.
6. Do the same for your Matchserver.
SEARCH/BRAIN:sleep:
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Feb 4, 2009
Messages
89
Reaction score
6
Thanks, maby it would be fine if someone can do the ASM way for me.
Cause the renumber didn't work, i get MatchServer error

''nhn server mode is real
Load XML from memory : strings.xml(0x0037) - SUCCESS
Load XML from memory : cserror.xml(0x0037) - SUCCESS
[07/21/11 17:12:21] Read Item Descriptor Failed''
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Feb 4, 2009
Messages
89
Reaction score
6
Thanks for you comments, but i tryed it last week, but the clients crashes :S
 
Upvote 0
Newbie Spellweaver
Joined
Jul 22, 2011
Messages
75
Reaction score
0
make the Item iscashitem="false"
and the ItemId is not greater than 500000
 
Upvote 0
Back
Top