Jump to content

Fluff99s

Inactive Member
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

About Fluff99s

Recent Profile Visitors

346 profile views

Fluff99s's Achievements

Explorer

Explorer (4/16)

  • One Year In
  • Collaborator
  • One Month Later
  • Week One Done
  • Dedicated

Recent Badges

0

Reputation

  1. install the 4 inventory system, practicaly u need to expand your size from 2 to 4 inventory page... here the tut [Hidden Content]
  2. Maybe you didn't put all the tabs, check again for tabs, use notepad++ function too see white space and TAB, you can activate that function from "view - Show symbols - Show white space and TAB
  3. uiPhaseCurtain.py", line 57 did you modified something in here?
  4. it is working good, but how can i add after i choose to/or not to pick an object to print a message in console to inform me?
  5. This error is happening with other lib files from my client downloaded from internet, with my originals lib files from client i have another error wich is it: 0909 12:16:08738 :: networkModule.py(line:200) SetSelectCharacterPhase system.py(line:130) __pack_import system.py(line:110) _process_result introSelect.py(line:27) <module> system.py(line:130) __pack_import system.py(line:110) _process_result interfaceModule.py(line:11) <module> system.py(line:130) __pack_import system.py(line:110) _process_result uiChat.py(line:17) <module> system.py(line:137) __pack_import C:\Users\Marian\Desktop\Client\lib\pickle.py(line:33) <module> - import re system.py(line:137) __pack_import C:\Users\Marian\Desktop\Client\lib\re.py(line:27) <module> - from sre import * system.py(line:137) __pack_import C:\Users\Marian\Desktop\Client\lib\sre.py(line:97) <module> - import sre_compile system.py(line:137) __pack_import C:\Users\Marian\Desktop\Client\lib\sre_compile.py(line:17) <module> - assert _sre.MAGIC == MAGIC, "SRE module mismatch" networkModule.SetSelectCharacterPhase - <type 'exceptions.AssertionError'>:SRE module mismatch 0909 12:16:08738 :: ============================================================================================================ 0909 12:16:08738 :: Abort!!!! L.E: to get pass this, search on google for ne lib python27 and change it in your client folder lib, as an experience, keep the originals for later.
  6. After adding this system into my server, i get the following error in syserrȘ 0909 10:58:15148 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted. 0909 10:58:18436 :: Traceback (most recent call last): 0909 10:58:18436 :: File "networkModule.py", line 239, in SetGamePhase 0909 10:58:18437 :: File "game.py", line 109, in __init__ 0909 10:58:18437 :: File "interfaceModule.py", line 306, in MakeInterface 0909 10:58:18437 :: File "interfaceModule.py", line 100, in __MakeMessengerWindow 0909 10:58:18437 :: File "uiMessenger.py", line 397, in __init__ 0909 10:58:18438 :: File "uiMessenger.py", line 540, in __AddGroup 0909 10:58:18438 :: File "uiMessenger.py", line 318, in __init__ 0909 10:58:18438 :: AttributeError 0909 10:58:18438 :: : 0909 10:58:18438 :: 'module' object has no attribute 'MESSENGER_FRIEND' 0909 10:58:18438 :: What can I do about it? do you know where is the problem from? I have in locale_game the MESSENGER_FRIEND and the "TAB" is ok, in locale_info i don't have one. EDIT: here is the solve for this error : Enter in your uimessenger.py and replace locale. to localeInfo. and it should work fine.
  7. at line 988 i have this: if app.ENABLE_COSTUME_SYSTEM: followed by this lines also if item.ITEM_TYPE_COSTUME == itemType: isCostumeItem = 1 isCostumeHair = item.COSTUME_TYPE_HAIR == itemSubType isCostumeBody = item.COSTUME_TYPE_BODY == itemSubType isCostumeSash = itemSubType == item.COSTUME_TYPE_SASH isCostumeMount = item.COSTUME_TYPE_MOUNT == itemSubType i replaced my initial if item.ITEM_TYPE_COSTUME == itemType: with itemType = item.GetItemType() but is without success...
  8. do you know another system to use ? LE: it did worked, thank you so much
  9. i got this error, could somebody help me figure it out? Error 1 error C2065: 'PLAYER_PER_ACCOUNT5' : undeclared identifier C:\Users\Marian\Desktop\Serverfiles clean+src full\sursa client\source\UserInterface\PythonApplicationModule.cpp 1541 1 UserInterface
  10. Hey guys, I have a problem with this system I did all the tut, but after that, at building solution for my client, i got the next error: Error 1 error C2065: 'PLAYER_PER_ACCOUNT5' : undeclared identifier C:\Users\Marian\Desktop\Serverfiles clean+src full\sursa client\source\UserInterface\PythonApplicationModule.cpp 1541 1 UserInterface 3 IntelliSense: identifier "PLAYER_PER_ACCOUNT5" is undefined c:\Users\Marian\Desktop\Serverfiles clean+src full\sursa client\source\UserInterface\PythonApplicationModule.cpp 1541 58 UserInterface What can I do about it?
  11. Hello guys, I try to put the Full Costume Mount System into my server, i did all steps from tutorial, but into my root/uitooltip.py i got issues, syserr: 0829 21:20:08645 :: networkModule.py(line:200) SetSelectCharacterPhase system.py(line:130) __pack_import system.py(line:110) _process_result introSelect.py(line:22) <module> system.py(line:130) __pack_import system.py(line:110) _process_result uiAffectShower.py(line:8) <module> system.py(line:130) __pack_import system.py(line:110) _process_result uiToolTip.py(line:315) <module> uiToolTip.py(line:989) ItemToolTip networkModule.SetSelectCharacterPhase - <type 'exceptions.NameError'>:name 'itemType' is not defined 0829 21:20:08645 :: ============================================================================================================ 0829 21:20:08645 :: Abort!!!! Could you guys could give me a hand to include the itemType into my client?
  12. have somebody had this error in uitooltip.py ? 0829 21:20:08645 :: networkModule.py(line:200) SetSelectCharacterPhase system.py(line:130) __pack_import system.py(line:110) _process_result introSelect.py(line:22) <module> system.py(line:130) __pack_import system.py(line:110) _process_result uiAffectShower.py(line:8) <module> system.py(line:130) __pack_import system.py(line:110) _process_result uiToolTip.py(line:315) <module> uiToolTip.py(line:989) ItemToolTip networkModule.SetSelectCharacterPhase - <type 'exceptions.NameError'>:name 'itemType' is not defined 0829 21:20:08645 :: ============================================================================================================ 0829 21:20:08645 :: Abort!!!! this is my syserr from client, now idk where to import itemType... all tabs are fixed in uitooltip.py
×
×
  • 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.