2H backstab fix

Discussion on running your own board and editing MajorMUD.
Post Reply
User avatar
Shalafi
Posts: 53
Joined: Mon Jul 01, 2013 2:18 pm
Location: New Jersey
Contact:

2H backstab fix

Post by Shalafi »

Is there a simple fix for 2H backstab?

I know some people have fix it for their realms, just curious how it is done.


Telnet: grimoirebbs.sytes.net Majormud live as of March 6th, 2020
http://grimoire.sytes.net
Image
User avatar
Necrosaro420
Posts: 116
Joined: Tue Jan 17, 2012 2:16 am

Re: 2H backstab fix

Post by Necrosaro420 »



User avatar
Shalafi
Posts: 53
Joined: Mon Jul 01, 2013 2:18 pm
Location: New Jersey
Contact:

Re: 2H backstab fix

Post by Shalafi »

Below is the text from your other post.

Just so I understand correctly.

So for 1.11P full edit wccmmud.dll, go to line 0x382D7 and changed as noted?
In 1.11p full, for anyone who's curious, here's the fix for this:
0x392D7: 68 41 49 48 00 ==> 68 4F 49 48 00
-------------------------------------------------------------
For v1.11p-beta13, hex edit the following addresses
NOTE: To hex edit, get a program like "Hex Workshop." Open the wccmmud.dll with it. Jump to the listed offsets and change the bytes as listed. To jump, in hex workshop, go to edit --> goto --> choose hex --> choose from 'beginning of file' --> enter the address to jump to in the offset field --> hit ok
Fixes trying to backstab with a Two-Handed Weapon:
offset 0x50F5A
E8 81 FA FF FF ==> 90 90 90 90 90
Fixes backstabs becoming regular attacks when moving between rooms (credits to demosthenes on this one):
offset 0x16CC6
E8 00 4A 03 00 ==> 90 90 90 90 90
Fixes backstabs becoming regular attacks by breaking combat and re-attacking:
offset 0x2B59F
83 3D 54 87 48 00 04 ==> 83 3D 58 87 48 00 04


Telnet: grimoirebbs.sytes.net Majormud live as of March 6th, 2020
http://grimoire.sytes.net
Image
User avatar
Necrosaro420
Posts: 116
Joined: Tue Jan 17, 2012 2:16 am

Re: 2H backstab fix

Post by Necrosaro420 »

Been quite a while since ive done it, prett much find 68 41 49 48 00 and replace that with 68 4F 49 48 00


Post Reply