Twisted 发表于 2011-10-7 18:28:06

[1298] Absolutness Matchless fix

This patch makes ebenezer check how many skillpoints the user have put in master instead of checking if the user is below level 70 or 65.

Matchless:

Original code:

004A03B7CMP BYTE PTR DS:,46
004A03BBJB SHORT 004A03F7


Jump to codecave:

004A03B7JMP 004A0747

Codecave:

004A0747CMP BYTE PTR DS:,0A
004A074EJB 004A03F7
004A0754JMP 004A03BD


Absolutness:

Original code:

004A03FDCMP BYTE PTR DS:,41
004A0401JB SHORT 004A0444


Jump to codecave:

004A03FDJMP 004A075B


Codecave:

004A075BCMP BYTE PTR DS:,5
004A0762JB 004A0444
004A0768JMP 004A0403

页: [1]
查看完整版本: [1298] Absolutness Matchless fix