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!

[v83]Number of items displayed in the cash shop list

Newbie Spellweaver
Joined
Aug 31, 2013
Messages
33
Reaction score
4
What is the best way to change the number of items displayed in the cache store from 10 to 11 or more?
result = a1;
*(_DWORD *)a1 = 174 * a2 % 10 % 4;
*(_DWORD *)(a1 + 4) = 173 * ((signed int)(a2 % 10 - ((unsigned __int64)(a2 % 10) >> 32)) >> 2) + 2;
*(_DWORD *)(a1 + 8) = 174 * a2 % 10 % 4 + 200;
*(_DWORD *)(a1 + 12) = 173 * ((signed int)(a2 % 10 - ((unsigned __int64)(a2 % 10) >> 32)) >> 2) + 82;
return result;
}

Even if the number 10 is greater than 11, the game will only show up to 10.
MapleStory 5_5_2023 1_09_12 AM - [v83]Number of items displayed in the cash shop list - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top