Quest Flags go away on recovery

Discussion on running your own board and editing MajorMUD.
DarkwoodBBS
Posts: 37
Joined: Tue Feb 02, 2016 4:47 pm

Quest Flags go away on recovery

Post by DarkwoodBBS »

When I run an offline recovery, mudrev quest flags using Ability 200 or higher seem to be removed from characters. Is there any way to prevent this?


telnet://darkwood.ddns.net -- Mudrev with fixed and enhanced content, 25 level PVP
Information: http://www.mudinfo.net/viewforum.php?f=55
User avatar
syntax
Site Admin
Posts: 517
Joined: Tue Jun 02, 2009 10:02 am

Re: Quest Flags go away on recovery

Post by syntax »

it's one of the cracks in the dll that needs to be made

edit: actually, to the wccmmutl.exe file


User avatar
BearFather
Posts: 656
Joined: Sun Feb 09, 2014 6:27 pm
Location: Portland, OR
Contact:

Re: Quest Flags go away on recovery

Post by BearFather »

Do you know what to look for to crack this?

I would love to raise the numbers myself.


User avatar
syntax
Site Admin
Posts: 517
Joined: Tue Jun 02, 2009 10:02 am

Re: Quest Flags go away on recovery

Post by syntax »

I do. I have a crack for what says to be for "v1.11o and v1.11p-beta13" but the v1.11p-final has a different CRC. Also tested the crack on the v1.11o and v1.11p-beta13 wccmmutl.exe files and while it says it patched it, it also says it failed the crc check. So I'm trying to verify it all for v1.11p final.


User avatar
syntax
Site Admin
Posts: 517
Joined: Tue Jun 02, 2009 10:02 am

Re: Quest Flags go away on recovery

Post by syntax »

So I just verified it. There is a file called " MajorMUD_v1.11o-v1.11p-b13_AbilityStripCrack.exe "

You run it and it says --

Code: Select all

MajorMUD v1.11o & v1.11p-beta13
*Offline Ability Strip Fix"

this will patch wccmmutl.exe to stop it from stripping abilities > 190.

this hack will only work on the v1.11o and v1.11p-beta13 wccmmutl.exe file.  it will appear to apply correctly to other versions but not work.

(v1.11p-beta13 was the latest wccmmutl.exe at the time of this patch creation)
I just verified that it also works on the v1.11p final wccmmutl.exe.

It changes...

Code: Select all

CODE:00403C9E                 cmp     [ebp+ebx*2+var_C2], 0BEh
to...

Code: Select all

CODE:00403C9E                 cmp     [ebp+ebx*2+var_C2], 7FFFh
0BEh => 190
7FFFh => 32767

Hex editor offset 3CA6

Code: Select all

3CA6:	BE => FF
3CA7:	00 => 7F
@offset 3C9E through 3CA7

stock:

Code: Select all

6681BC5D3EFFFFFFBE00
cracked:

Code: Select all

6681BC5D3EFFFFFFFF7F


User avatar
BearFather
Posts: 656
Joined: Sun Feb 09, 2014 6:27 pm
Location: Portland, OR
Contact:

Re: Quest Flags go away on recovery

Post by BearFather »

I'm not finding that file in google, so I will have to bust out the hex editor and give it a whirl. Thanks, I wish I knew this a year ago, much better then trying to shove all my quest flags into lower numbers.


User avatar
syntax
Site Admin
Posts: 517
Joined: Tue Jun 02, 2009 10:02 am

Re: Quest Flags go away on recovery

Post by syntax »

Here
Attachments
MajorMUD_wccmmutl.exe-AbilityStripCrack-works on v1.11o,v1.11p-b13,v1.11p.7z
(21.72 KiB) Downloaded 413 times


DarkwoodBBS
Posts: 37
Joined: Tue Feb 02, 2016 4:47 pm

Re: Quest Flags go away on recovery

Post by DarkwoodBBS »

Thank you i will try this out


telnet://darkwood.ddns.net -- Mudrev with fixed and enhanced content, 25 level PVP
Information: http://www.mudinfo.net/viewforum.php?f=55
Bloodrock
Posts: 301
Joined: Mon Jul 16, 2012 9:02 pm

Re: Quest Flags go away on recovery

Post by Bloodrock »

my antivirus reports the crack is a virus


User avatar
BearFather
Posts: 656
Joined: Sun Feb 09, 2014 6:27 pm
Location: Portland, OR
Contact:

Re: Quest Flags go away on recovery

Post by BearFather »

Bloodrock wrote:my antivirus reports the crack is a virus
I'm not saying it's clean, but most programs that edit a file the way this does is considered a virus by the more "robust" antivirus software. I would google the the message your antivirus thinks it is.


Post Reply