The fixed the packet crash the packet yet.
The fixed the packet crash the packet yet.
http://forum.ragezone.com/f748/help-...5/#post7851090
source code
RanClientLib>G-Logic>GLInventory.h
Code:enum { EM_INVENSIZE_X = 6, EM_INVENSIZE_Y = 10, <-- change 10 to 30 EM_INVEN_DEF_SIZE_Y = 4, EM_INVEN_PREMIUM_SIZE = 1, };
Last edited by AsenDURE; 20-11-13 at 07:22 PM.
PLEASE UPDATE
RANDOM BUGTRAP :( USING GAME.exe
Character window
Bank window
bag window
inventory window
NPC window
please give a hint how to fix that
or make a update
thanks,sorry for my bad english
Character window
Bank window
inventory window
NPC window
I didn't see any error about this.
Edit:
to fix locker slot (based on shared gui)
source code
RanClientLib>G-Logic>GLCharDefine.h
Code:enum EMCHARDEFINE { GAEAID_NULL = (0xFFFFFFFF), CLUB_NULL = (0), PARTY_NULL = (GAEAID_NULL), //CHAR_SZNAME = CHR_ID_LENGTH, CHAR_SZNOTE = 160, CHAR_MAXSKILL = 32, SALE_INVEN_X = 6, SALE_INVEN_Y = 8, NEW_SALE_INVEN_Y = 1, NEW_SALE_INVEN_X = 10, INTEREST_INVEN_X = 1, INTEREST_INVEN_Y = 5, STORAGE_INVEN_X = 6, STORAGE_INVEN_Y = 4, <-- change 4 to 8 CHARGED_INVEN_X = 6, CHARGED_INVEN_Y = 32, };
Last edited by AsenDURE; 23-11-13 at 05:05 PM. Reason: add fix locker slot (based on shared gui)
use game.exe not emulator to see the problem
share game.exe semi interface pls
Fix locker and Vend Window
chaos
Why must use game.exe ?
If you have any random bugtrap in game.exe, emulator'll also show random bugtrap,
that's what the function of emulator, to test the client before ready to release.
Mine worked in game.exe and emulator using Juver Source Mix Semi Official, doesnt show any bug.