I dont really know anything about editing the exe but,
Im curious if adding (below code) to server & respective code to client is just to make the character able to fish? Or is it actually adding the class itself (like if i was to copy this for the 4 new classes would it just be for fishing or would it allow me to load/play the new chars)?
And just an extra question since i cant compare the last 7 lines to anything, what do they mean? (INC ECX -> DEC ESI)
Im curious if adding (below code) to server & respective code to client is just to make the character able to fish? Or is it actually adding the class itself (like if i was to copy this for the 4 new classes would it just be for fishing or would it allow me to load/play the new chars)?
Code:
00A93026 68 5530A900 PUSH 00A93055 ; ASCII "ALLOKEN" 00A9302B 8D4C24 08 LEA ECX,DWORD PTR SS:[ESP+8] 00A9302F E8 ECE996FF CALL 00401A20 00A93034 50 PUSH EAX 00A93035 8BCE MOV ECX,ESI 00A93037 E8 24EB96FF CALL 00401B60 00A9303C 84C0 TEST AL,AL 00A9303E 74 0C JE SHORT 00A9304C 00A93040 B0 06 MOV AL,6 00A93042 5E POP ESI 00A93043 81C4 00010000 ADD ESP,100 00A93049 C2 0400 RETN 4 00A9304C -E9 2A279EFF JMP 0047577B 00A93051 0000 ADD BYTE PTR DS:[EAX],AL 00A93053 0000 ADD BYTE PTR DS:[EAX],AL 00A93055 41 INC ECX 00A93056 4C DEC ESP 00A93057 4C DEC ESP 00A93058 4F DEC EDI 00A93059 4B DEC EBX 00A9305A 45 INC EBP 00A9305B 4E DEC ESI