firstly..i was bored today so im looking for problem thread like a newest one by crow_zero(knight star limit) so i make this thread for helping everyone who dont know about this..
ok lets start....
Things u will need:
OllyDBG - ([Only registered and activated users can see links. Click Here To Register...])
After download extract it on your desktop or wherever..then open the folder where u extract it then open file name OLLYDBG.exe
1) Open your game server(msg)
2) Right click->Search for->All referenced text strings(after you done this,windows will open,u need to scroll up)
3) Right click->Search for text(put this MSG_OFFICIALEUD_APPOINT and UNtick the Case sensitive box and click OK)
4) You will get something like this
5) Then u need to scroll down until u see this g_pOfficialType(first line)
6) Double click on it then scroll up you will see something like this
NOTE: 9869F = 624287
RED = mean star, so 6242*
GREEN = starmark
7) Change 9869F to F4240 if you would like to set the limit to 10k * or 1E8480 for 20k *
8) Untick Fill with NOP's then click Assemble then Cancel
9) After finish Right click->Copy to executable->All modifications then select Copy all
10) New windows open Right click->Save file(save it to your game server folder with diffrent name)
Start your with new msg you make and oh yeah~ you got it work!:)
I hope its not very hard to understand;)
ok lets start....
Things u will need:
OllyDBG - ([Only registered and activated users can see links. Click Here To Register...])
After download extract it on your desktop or wherever..then open the folder where u extract it then open file name OLLYDBG.exe
1) Open your game server(msg)
2) Right click->Search for->All referenced text strings(after you done this,windows will open,u need to scroll up)
3) Right click->Search for text(put this MSG_OFFICIALEUD_APPOINT and UNtick the Case sensitive box and click OK)
4) You will get something like this
Code:
OO5E0DF6 | PUSH MsgServe.007c0550 ASCII "msgAppoint.CreateA(MSG_OFFICIALEUD_APPOINT, idEudemon, nType, nSort)"
6) Double click on it then scroll up you will see something like this
Code:
CMP DWORD PTR DS:[ESI+14],9869F
RED = mean star, so 6242*
GREEN = starmark
7) Change 9869F to F4240 if you would like to set the limit to 10k * or 1E8480 for 20k *
8) Untick Fill with NOP's then click Assemble then Cancel
9) After finish Right click->Copy to executable->All modifications then select Copy all
10) New windows open Right click->Save file(save it to your game server folder with diffrent name)
Start your with new msg you make and oh yeah~ you got it work!:)
I hope its not very hard to understand;)