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
Getting rid of (Two Handed)
Re: Getting rid of (Two Handed)
ah, that must be what was causing mega to give me problems with backstabbing with a 2h weapon
-
PeterParker
- Posts: 0
- Joined: Sat Aug 30, 2003 5:00 am
Re: Getting rid of (Two Handed)
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
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)
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.
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.
-
PeterParker
- Posts: 0
- Joined: Sat Aug 30, 2003 5:00 am
Re: Getting rid of (Two Handed)
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
Sorry I'm pretty dumb when it comes to hex editing. How do I go to the offset string?
Lodin
-
PeterParker
- Posts: 0
- Joined: Sat Aug 30, 2003 5:00 am
Re: Getting rid of (Two Handed)
Found it!
Thanx Syn
Thanx Syn
-
ruiner
Re: Getting rid of (Two Handed)
I've never used a hex editor before so would i chance screwing up my mud doing this?
-
FreeBander
- Posts: 0
- Joined: Thu Dec 26, 2002 6:00 am
Re: Getting rid of (Two Handed)
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)
How do I fix this with NMR since I dont use hex edit?
Re: Getting rid of (Two Handed)
How do I fix this with NMR since I dont use hex edit?
you can't
you can't