v83 Client Addresses

Newbie Spellweaver
Joined
Aug 6, 2012
Messages
53
Reaction score
2
Location
Grand Rapids, M
Been scraping tons of different threads and sources for client edit addresses and here is what I've compiled. Will add as I find more important ones that people would frequently want to change.

Would love to see others drop theirs as well. Jump tele, attack move, and jump attack (bow/wand) would be big improvements for the scene.

I did not find these, I'm just compiling into one location.

Client Edits

Speed Cap > Hex Edit > put in your new hex value (fa 00 00 00 for 250 speed)
00380746
004C4287
0054D91F

Damage Cap > edit double
00AFE8A0

BattleShip Rope Climb > Credit Rulax
009CC11F --> Change Jz to jmp

Chain Lightning / Piercing Arrow no dmg fall off
75C004 > JMP SHORT 0075C006

No Whack
009698BC --> Change jnz to jmp
Jmp(0x009516C2, (void*)0x0095138F);

Hurricane / Rapid Fire no whack
0096AA4E : je 0096AC43 -> je 0096AEB5
0096AA59: je 0096AC43 -> je 0096AEB5
0096AA64: je 0096AC43 -> je 0096AEB5
0096AA6F: je 0096AC43 -> je 0096AEB5

No Gender > Credit Eric
00460ADC > NOP

No Breath > Credit Rulax
00452316 --> Change value from 0x7D to 0x7C

Jump Tele > credit rulax
0x00957C2D > Edit Binary, 90 90 90 90 90 90

No charge Piercing Arrow > also remove the loop sound from wz file otherwise your ear dies > credit Rulax
00968048 > Edit Binary, e9 07 00 00 00

Corkscrew Blow No Charge > Also remove the loop sound from wz file > credit rulax
00968278 > Edit Binary, e9 19 00 00 00

Jump Attack Mage / Shoot > credits Teto on discord
009539FA jnz -> jmp
009559E5 jnz -> jmp
 
Last edited:
Do you maybe know how to change v83 resolution?
My problem is that the game won't launch because my screen isn't supporting a 800x600 (it's a wide screen), I thought maybe a resolution change would help
 
Hey man, thanks for the share.
I'm currently also ckient editing the converted .exe to assembly/hex client.

If you are also have programming experience, I'm looking to brainstorm with someone.
(Most recently I was able to create another Equip Category to the v83 versiob [SHOULDER])
HMU.
 
Thank you but this is not working for me in wine. So I thought maybe editing the 4GB client to HD manually would work but so far all my attempts ruined the client
 
Back