Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Asm code for dissable firstmast by wizkid errors

Skilled Illusionist
Joined
Apr 3, 2009
Messages
323
Reaction score
2
Location
England
0045D120 is the address that changes the stagemaster to a staffmember. If you reverse it a bit more, you'll end up at 0045E7E1. Change it to JMP and done.
i dont under stand this i went to line 0045E7E1 then what do i do click assemble then type jmp but that doesnt work it sais an error in ollydbg :S

Btw ive recieved messages saying post all my problems in one thread i have been having a few problems one after another as i quit making gunz for long.
 
Do these ASM edits into your matchserver depending on your version.
2007:
Code:
0045C1DF - JMP SHORT 0045C1F3
0045E7E1 - JMP SHORT 0045E7FD

July 2008:
Code:
00449BBF - JMP SHORT 00449BD3
0044C0C7 - JMP SHORT 0044C0E3
 
Upvote 0
Back