Jump to content

Cali

Member
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

About Cali

Informations

  • Gender
    Male

Recent Profile Visitors

589 profile views

Cali's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

  1. It's possible. I create a tutorial for you. open: game.py find: def RefineSuceededMessage(self): after add: net.SendChatPacket("(Cali_Success)") find: def RefineFailedMessage(self): after add: net.SendChatPacket("(Cali_Failed)") open: uichat.py find: def __SendChatPacket(self, text, type): after add: if text == "(Cali_Success)": chat.AppendChat("Success text.") return if text == "(Cali_Failed)": chat.AppendChat("Failed text.") return
  2. [Hidden Content] invalid url. I think if you share intrologin.py and loginwindow.py; it would be better.
  3. No, i dont mean extended slots in private shop. I mean private shop name in private shop screen. This part: [Hidden Content]
  4. Removed by me. How can i build it? Can you help me, please? I have a error: [Hidden Content]
  5. Can anyone send me this binarys lib files? or How can i make this files? I dont have 'library builder' folder. how can i build this libs? thx.
  6. Can anyone help me, please? I can build this client without problem, but when i select character, closing game. syserr: 0214 17:00:05192 :: uiTaskBar.py: inconsistent use of tabs and spaces in indentation 0214 17:00:05226 :: uiDragonSoul.py: inconsistent use of tabs and spaces in indentation 0214 17:00:05276 :: uiSystem.py: inconsistent use of tabs and spaces in indentation 0214 17:00:05333 :: uiQuest.py: inconsistent use of tabs and spaces in indentation 0214 17:00:11230 :: 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. 0214 17:00:15576 :: game.py: inconsistent use of tabs and spaces in indentation 0214 17:00:15666 :: Failed to load script file : locale/tr/ui/InventoryWindow.py 0214 17:00:15666 :: # trying .traceback.pyd 0214 17:00:15666 :: # trying .traceback.py 0214 17:00:15666 :: # trying .traceback.pyw 0214 17:00:15666 :: # trying .traceback.pyc 0214 17:00:15666 :: # trying libtraceback.pyd 0214 17:00:15666 :: # trying libtraceback.py 0214 17:00:15667 :: # libtraceback.pyc has bad magic 0214 17:00:15669 :: import traceback # from libtraceback.py 0214 17:00:15670 :: ui.py(line:2754) LoadScriptFile system.py(line:192) execfile system.py(line:163) Run locale/tr/ui/InventoryWindow.py(line:88) <module> LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'EQUIPMENT_BELT' How can i fix this? I changed inventory number(2->5), trade/shop slots(12->24,40->80).
  7. Can anyone share this binary? (precompiled). I can't build it, or can anyone share include/lib files, please?
  8. My files has a bug about wait skills. Aura of sword, strong body, camouflage etc. skills not working. You can see: How can i fix this? Thanks advance
×
×
  • 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.