Jump to content

rares2017

Member
  • Posts

    38
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by rares2017

  1. 41 minutes ago, blackhero said:

    no i have import 

     

    if app.ENABLE_SHOW_CHEST_DROP:
        import uiChestDrop

     

    the problem from something other

    networkModule.SetSelectCharacterPhase - <type 'exceptions.ImportError'>:No module named uiChestDrop

    can't find file ... try to rename

    make sure the file name is uiChestDrop not uichestdrop

     

  2. 1 hour ago, blackhero said:

    hello i have problem with this system every time i go to lunched game and sign up it's exite and on syser say

     networkModule.SetSelectCharacterPhase - <type 'exceptions.ImportError'>:No module named uiChestDrop

    iam sure i have this file uichestdrop  on folder root  

     

    there are any example how to fixed this ? 

     

    Import uiChestDrop

  3. On 5/17/2021 at 2:50 AM, dv2axonn said:

    It occurs only when teleport using a quest dialog, when teleporting by command indeed there is no problem, lets say you teleport using a quest teleport ring: https://metin2.download/picture/ECQLVFFc29r1WCACmGE143SK3W8I922Y/.gif

    Interfacemodule.py

    if self.wndInventory:
                self.wndInventory.Destroy()

    to

    if self.wndInventory:
                self.wndInventory.Hide()#fix
                self.wndInventory.Destroy()

    Is it really that hard?

    • Metin2 Dev 2
    • Not Good 1
    • Sad 1
    • Good 1
    • Love 1
×
×
  • 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.