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!

Staff limit

Status
Not open for further replies.
Newbie Spellweaver
Joined
Oct 7, 2018
Messages
20
Reaction score
42
Hello all right, after seeing some releases turned to full I come to contribute to the community, I will teach how to correct the Staffs of MA, I do not have vast knowledge in ASM but reading the memory I managed to solve this problem that I always dreamed to solve.

* What needs to be improved (only very high core optimizers do not recognize the very high APP).

What has been fixed: Apps recognition correction for pets and improvement even on the highest grid (13+)


Added Source Code:



How to implement:

Quick Method:

Open the 010 Editor, press Control + G and type in the search box: 4BC4C0 and press Enter.


Code:
8B 54 24 04 83 C2 F1 33 C0 83 FA 59 77 7E 0F B6 92 8C C6 8B 00 FF 24 95 80 C6 8B 00 83 7C 24 10 03 75 13 8B 81 B8 00 00 00 8B 4C 24 0C 8D 44 88 FC 8B 00 C2 14 00 8B 91 88 00 00 00 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 83 7C 24 10 02 0F 85 67 01 00 00 8B 54 24 08 83 FA 05 75 13 8B 89 C8 00 00 00 8B 54 24 0C 8D 44 91 FC 8B 00 C2 14 00 83 FA 08 0F 85 42 01 00 00 8B 81 D8 00 00 00 8B 4C 24 0C 8D 44 88 FC 8B 00 C2 14 00 83 7C 24 10 03 75 34 8B 54 24 14 4A 74 1A 4A 0F 85 1A 01 00 00 8B 91 A8 00 00 00 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 89 98 00 00 00 8B 54 24 0C 8D 44 91 FC 8B 00 C2 14 00 8B 54 24 08 83 C2 FC 83 FA 0D 0F 87 E4 00 00 00 FF 24 95 E8 C6 8B 00 8B 41 08 8B 4C 24 0C 8D 44 88 FC 8B 00 C2 14 00 8B 51 18 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 49 28 8B 54 24 0C 8D 44 91 FC 8B 00 C2 14 00 8B 41 38 8B 4C 24 0C 8D 44 88 FC 8B 00 C2 14 00 8B 51 48 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 49 58 8B 54 24 0C 8D 44 91 FC 8B 00 C2 14 00 8B 41 68 8B 4C 24 0C 8D 44 88 FC 8B 00 C2 14 0 0 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B FF DC C4 8B 00 09 C5 8B 00 4C C5 8B 00 00 00 00 02 02 02 02 01 02 02 02 02 02 02 02 02 02 00 00 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 00 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 00 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 00 8B FF 9E C5 8B 00 AE C5 8B 00 BE C5 8B 00 CE C5 8B 00 DE C5 8B 00 EE C5 8B 00 FE C5 8B 00 0E C6 8B 00 1E C6 8B 00 2E C6 8B 00 3E C6 8B 00 4E C6 8B 00 5E C6 8B 00 6E C6 8B 00 CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC



Right after press Control + Shift + v so that it is pasted in Hex format at this address 4BC4C0.

Observe if it is overwriting or inserting looking at the bottom right side of the screen, where it will have written OVR, if it is INS press INSERT to change the mode.



After doing this, go to these 2 addresses:

4FBE65 change from 0C to 11

298E1F change 0C to 11

Tips:

• In item.dec change all the highest improvements to grade 17;

• Change the orbs of orichalcum + to the correct grids in their category;

• It is not necessary to move the grids on the server side, keep them in grid 11;

• I'm looking for the resolution of the optimizers, I'm a little sick at the moment.

• Back up before changing your main.

• I will not provide support on how to change the item grid.
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Oct 14, 2008
Messages
1,277
Reaction score
248
Re: Fix staffs ma

what's the difference after adding this to the main? be more explicit, i mean...i have an idea about what u are trying to share but i'm not sure.
 
Newbie Spellweaver
Joined
Oct 7, 2018
Messages
20
Reaction score
42
Re: Fix staffs ma

this is the reading length of the staffs, usually when you equip the orichalcum orb above it shows the mithril look, this extension correctly shows the staffs above mithril and lycanus.
 
Newbie Spellweaver
Joined
Oct 7, 2018
Messages
20
Reaction score
42
this is the reading length of the staffs, usually when you equip the orichalcum orb above it shows the mithril look, this extension correctly shows the staffs above mithril and lycanus.
 
Newbie Spellweaver
Joined
Oct 7, 2018
Messages
20
Reaction score
42
Re: Ignore

wrong, it does not replace the 4 crystals, it increases the reading of the staves by expanding the grids [client side] and allowing the use up to the grid17or be, grade4 ~ grade17
 
Newbie Spellweaver
Joined
Oct 7, 2018
Messages
20
Reaction score
42
On the server side you will continue to use grid11 and on the client until 17, the statuses appeared correctly.different from what ZiiZii said about replacing this method just makes it read the grid in duplicate, allowing the orichalcum to appear.Evidence:

 
Experienced Elementalist
Joined
Feb 17, 2015
Messages
260
Reaction score
112
good release, I must test it soon :)))
 
Banned
Banned
Joined
Aug 10, 2010
Messages
159
Reaction score
33
I tried to replace bytes with the hex decimal editor as said in the post, but when doing this select and replace with the one that shared my cabalmain does not open, it gives error: / :?::/:
 
Newbie Spellweaver
Joined
Oct 7, 2018
Messages
20
Reaction score
42
Your behavior is useless, I will make a video, I did not put any more details / I made a video because I was affected, it is necessary to create in cabal.dec as grade12 / grade13 / grade14 / grade15 / grade16 / grade17in the enchantment field expand from grade 11 -> 17change the item's grid to 14 (orichalcum), they are all clientside.



source code
https://archive.org/download/fixstaffs/FIX%20STAFFS.zip

hook dll in cabalmain.exe
 
Last edited:
Junior Spellweaver
Joined
Jul 13, 2013
Messages
139
Reaction score
1
Hello all right, after seeing some releases turned to full I come to contribute to the community, I will teach how to correct the Staffs of MA, I do not have vast knowledge in ASM but reading the memory I managed to solve this problem that I always dreamed to solve.

* What needs to be improved (only very high core optimizers do not recognize the very high APP).

What has been fixed: Apps recognition correction for pets and improvement even on the highest grid (13+)


Added Source Code:



How to implement:

Quick Method:

Open the 010 Editor, press Control + G and type in the search box: 4BC4C0 and press Enter.


Code:
8B 54 24 04 83 C2 F1 33 C0 83 FA 59 77 7E 0F B6 92 8C C6 8B 00 FF 24 95 80 C6 8B 00 83 7C 24 10 03 75 13 8B 81 B8 00 00 00 8B 4C 24 0C 8D 44 88 FC 8B 00 C2 14 00 8B 91 88 00 00 00 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 83 7C 24 10 02 0F 85 67 01 00 00 8B 54 24 08 83 FA 05 75 13 8B 89 C8 00 00 00 8B 54 24 0C 8D 44 91 FC 8B 00 C2 14 00 83 FA 08 0F 85 42 01 00 00 8B 81 D8 00 00 00 8B 4C 24 0C 8D 44 88 FC 8B 00 C2 14 00 83 7C 24 10 03 75 34 8B 54 24 14 4A 74 1A 4A 0F 85 1A 01 00 00 8B 91 A8 00 00 00 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 89 98 00 00 00 8B 54 24 0C 8D 44 91 FC 8B 00 C2 14 00 8B 54 24 08 83 C2 FC 83 FA 0D 0F 87 E4 00 00 00 FF 24 95 E8 C6 8B 00 8B 41 08 8B 4C 24 0C 8D 44 88 FC 8B 00 C2 14 00 8B 51 18 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 49 28 8B 54 24 0C 8D 44 91 FC 8B 00 C2 14 00 8B 41 38 8B 4C 24 0C 8D 44 88 FC 8B 00 C2 14 00 8B 51 48 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 49 58 8B 54 24 0C 8D 44 91 FC 8B 00 C2 14 00 8B 41 68 8B 4C 24 0C 8D 44 88 FC 8B 00 C2 14 0 0 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B 51 78 8B 44 24 0C 8D 44 82 FC 8B 00 C2 14 00 8B FF DC C4 8B 00 09 C5 8B 00 4C C5 8B 00 00 00 00 02 02 02 02 01 02 02 02 02 02 02 02 02 02 00 00 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 00 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 00 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 00 8B FF 9E C5 8B 00 AE C5 8B 00 BE C5 8B 00 CE C5 8B 00 DE C5 8B 00 EE C5 8B 00 FE C5 8B 00 0E C6 8B 00 1E C6 8B 00 2E C6 8B 00 3E C6 8B 00 4E C6 8B 00 5E C6 8B 00 6E C6 8B 00 CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC



Right after press Control + Shift + v so that it is pasted in Hex format at this address 4BC4C0.

Observe if it is overwriting or inserting looking at the bottom right side of the screen, where it will have written OVR, if it is INS press INSERT to change the mode.



After doing this, go to these 2 addresses:

4FBE65 change from 0C to 11

298E1F change 0C to 11

Tips:

• In item.dec change all the highest improvements to grade 17;

• Change the orbs of orichalcum + to the correct grids in their category;

• It is not necessary to move the grids on the server side, keep them in grid 11;

• I'm looking for the resolution of the optimizers, I'm a little sick at the moment.

• Back up before changing your main.

• I will not provide support on how to change the item grid.
hi,sir,can you share the full source of the cabal,including the client 、server and database,thanks!
 
Junior Spellweaver
Joined
Aug 30, 2016
Messages
139
Reaction score
21
after i hook the dll . cabalmain was corrupted . i tried to do change byte on 010 editor , still cabalmain corrupt
 
Status
Not open for further replies.
Back
Top