I'm working in a GS 1.00.18 and when a player join party only who kills the mob gets experience, the others doesn't get anything.
I have this:
And some other functions to set experience value but the problem is that there's no experience, not even "0".Code:__declspec(naked) void ExperiencePartyHook() { _asm { MOV EAX,DWORD PTR SS:[EBP-0x08] PUSH EAX MOV EDX,DWORD PTR SS:[EBP-0x54] PUSH EDX LEA EBX,AddExperience // -> Set Experience Value CALL EBX MOV DWORD PTR SS:[EBP-0x08],EAX MOV EBX,Experience_Party_Hook_2 // -> Offset JMP EBX } }
Any idea? Any help would be great! Thanks in advance



![[Solved] GS 1.00.18 Party no Experience](http://ragezone.com/hyper728.png)

