Jump to content

Kenny1337

Inactive Member
  • Posts

    32
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Kenny1337

  1. Hello Dev. My weapons are invisible, but when I put them on the d: / work ymir it works, someone had a problem and can help me or send another good packer, if it is his fault, of course? All entries are good.
  2. Edit GameType.h #ifdef ENABLE_COSTUME_SYSTEM const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19; const DWORD c_Costume_Slot_Body = c_Costume_Slot_Start + 0; const DWORD c_Costume_Slot_Hair = c_Costume_Slot_Start + 1; const DWORD c_Costume_Slot_Acce = c_Costume_Slot_Start + 2; const DWORD c_Costume_Slot_Mount = c_Costume_Slot_Start + 3; const DWORD c_Costume_Slot_Count = 4; const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count; #endif and #ifdef ENABLE_NEW_EQUIPMENT_SYSTEM const DWORD c_New_Equipment_Start = c_Equipment_Start + 22; const DWORD c_New_Equipment_Count = 3; const DWORD c_Equipment_Ring1 = c_New_Equipment_Start + 0; const DWORD c_Equipment_Ring2 = c_New_Equipment_Start + 1; const DWORD c_Equipment_Belt = c_New_Equipment_Start + 2;; #endif
  3. Hi guys, i'have problem with Switchbo by Mijigo (7 slots) When i added this to my new client appaers this error PHP Code: 0321 11:07:45858 :: Traceback (most recent call last): 0321 11:07:45858 :: File "ui.py", line 1122, in OnToggleDown 0321 11:07:45858 :: File "switchbot.py", line 128, in Activate 0321 11:07:45859 :: AttributeError 0321 11:07:45859 :: : 0321 11:07:45859 :: 'int' object has no attribute 'gameWindow' 0321 11:07:45859 :: Help, please. I added all everything as a guide
  4. Hi guys, after adding the system sash have an error. Help?:( [Hidden Content] [Hidden Content]
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.