Page 1 of 1

Getting rid of (Two Handed)

Posted: Mon Jun 28, 2004 4:08 am
by syntax53
in the v1.11p-beta13 dll, hex edit offset 0x3969C and change:

68 CF 58 48 00 ==> 68 DD 58 48 00



that will change it so it points to the old (Weapon Hand) string

Re: Getting rid of (Two Handed)

Posted: Tue Jun 29, 2004 12:42 am
by Raybdbomb
ah, that must be what was causing mega to give me problems with backstabbing with a 2h weapon

Re: Getting rid of (Two Handed)

Posted: Wed Jul 14, 2004 1:29 pm
by PeterParker
in the v1.11p-beta13 dll, hex edit offset 0x3969C and change:

68 CF 58 48 00 ==> 68 DD 58 48 00



that will change it so it points to the old (Weapon Hand) string



I looked and couldn't find the string your talking about.....I found where it says (Two Handed) but the string isn't even close to it that gets high lighted



I used hex workshop and searched for the offset string but couldn't even find it, had to search for (Two Handed)



Lodin

Re: Getting rid of (Two Handed)

Posted: Wed Jul 14, 2004 2:07 pm
by syntax53
I looked and couldn't find the string your talking about.....I found where it says (Two Handed) but the string isn't even close to it that gets high lighted



I used hex workshop and searched for the offset string but couldn't even find it, had to search for (Two Handed)



Lodin

did i say anything about searching for a string? you go to the file offset of 0x3969C. at that point in the HEX data you will see 68 CF 58 48 00. change it to 68 DD 58 48 00.

Re: Getting rid of (Two Handed)

Posted: Wed Jul 14, 2004 2:20 pm
by PeterParker
did i say anything about searching for a string? you go to the file offset of 0x3969C. at that point in the HEX data you will see 68 CF 58 48 00. change it to 68 DD 58 48 00.



Sorry I'm pretty dumb when it comes to hex editing. How do I go to the offset string?



Lodin

Re: Getting rid of (Two Handed)

Posted: Wed Jul 14, 2004 2:25 pm
by PeterParker
Found it!



Thanx Syn

Re: Getting rid of (Two Handed)

Posted: Wed Oct 06, 2004 1:01 am
by ruiner
I've never used a hex editor before so would i chance screwing up my mud doing this?

Re: Getting rid of (Two Handed)

Posted: Wed Oct 06, 2004 5:29 pm
by FreeBander
copy the file(s) to a seperate dir somewhere before you make any changes. then if you screw up ya have a quick fix to the problem. :bravo:

Re: Getting rid of (Two Handed)

Posted: Mon Apr 25, 2005 7:00 pm
by Aurora
How do I fix this with NMR since I dont use hex edit?

Re: Getting rid of (Two Handed)

Posted: Mon Apr 25, 2005 7:25 pm
by syntax53
How do I fix this with NMR since I dont use hex edit?

you can't