Jump to content

diosmx9

Inactive Member
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by diosmx9

  1. Someone who helps me to help, happens to change uicharacter.py by one with another desing and I do not want to take a part of the skills.

    this is the error : GameWindow.Open - <type 'exceptions.AttributeError'>:'NoneType' object has no attribute 'itervalues' 

    this is the code : 

    def __SetSkillSlotEvent(self):
            for skillPageValue in self.skillPageDict.itervalues():
                skillPageValue.SetSlotStyle(wndMgr.SLOT_STYLE_NONE)
                skillPageValue.SetSelectItemSlotEvent(ui.__mem_func__(self.SelectSkill))
                skillPageValue.SetSelectEmptySlotEvent(ui.__mem_func__(self.SelectEmptySlot))
                skillPageValue.SetUnselectItemSlotEvent(ui.__mem_func__(self.ClickSkillSlot))
                skillPageValue.SetUseSlotEvent(ui.__mem_func__(self.ClickSkillSlot))
                skillPageValue.SetOverInItemEvent(ui.__mem_func__(self.OverInItem))
                skillPageValue.SetOverOutItemEvent(ui.__mem_func__(self.OverOutItem))
                skillPageValue.SetPressedSlotButtonEvent(ui.__mem_func__(self.OnPressedSlotButton))
                skillPageValue.AppendSlotButton("d:/ymir work/ui/game/windows/btn_plus_up.sub",\
                                                "d:/ymir work/ui/game/windows/btn_plus_over.sub",\
                                                "d:/ymir work/ui/game/windows/btn_plus_down.sub")

     

    thanks for read!

  2. Hello, dev community, today I come to offer my server files:
    Characteristics:
    Max lvl 105
    Drops 100%
    Armor, Weapons, Accessories like the official
    PetSystem as the official (4 pets, you can easily add the ones you want)
    PetSystemOld Off (Just load the quest and go)
    Without Wolfamn
    Without 6-7
    System of achievements
    System crafteo
    Stolas System
    Group Chat
    Quick change of equipment
    Mounts system
    4 inventories
    Room dragon blue
    Dungeon nemere
    Dungeon catacombs
    Purgatory Dungeon
    Total war
    PvP budokan
    And some more but I do not remember well ...

    100% without bug
    In case it is found some contact with me and it will be solved without cost some.

    Ilumina interface desing 95% Finished due to lack of time it could not finish it, but in a few more weeks I will finish it and obviously the update will be free.


    The server files count with Source Binary + Source game + Server files + client + own decompiler ...

    For more information contact me by mp ...
    Price 75 Euros only files and 125 with Soruce (Price may be negotiable)
    (Modifications can be made to your liking, depending on how difficult the cost of it will be)

    f70e57ac6c694033aba7e2c538c9ccb0.png

     

    hola.png

     

    sorry for my bad english

  3. 32 minutes ago, kieranFMT2 said:

    can s1 help me with this error?

      Reveal hidden contents

    0902 14:54:43929 :: AttributeError
    0902 14:54:43929 :: : 
    0902 14:54:43929 :: 'InventoryWindow' object has no attribute 'inventoryPageIndex'
    0902 14:54:43929 :: 

     

    Replacing the function test for this:

    where says for i in xrange(2): the number 2 is the amount of inventory you have

    def SetInventoryPage(self, page):
            self.inventoryPageIndex = page
            for i in xrange(2):
                if i != self.inventoryPageIndex:
                    self.inventoryTab.SetUp()
                    self.inventoryTab[self.inventoryPageIndex].Down()
                self.RefreshBagSlotWindow()

     

    reviews the tabs

    https://metin2.download/picture/ifT2c5LhHe2T058T4sMfBwwsyyz8rhvb/.png

  4. Hello someone could help me with this error I get while compiling agradeceria far the error is to compile GAMe

    SYSSER;

    In file included from questlua_item.cpp:1:0:
    db.h:44:22: error: 'LOGIN_MAX_LEN' was not declared in this scope
      char        szLogin[LOGIN_MAX_LEN+1];
                          ^
    db.h:47:19: error: 'MAX_HOST_LENGTH' was not declared in this scope
      char        szIP[MAX_HOST_LENGTH+1];
                       ^
    db.h:79:35: error: expected template-name before '<' token
     class DBManager : public singleton<DBManager>
                                       ^
    db.h:79:35: error: expected '{' before '<' token
    db.h:79:35: error: expected unqualified-id before '<' token
    In file included from ../../common/tables.h:4:0,
                     from constants.h:4,
                     from horse_rider.h:4,
                     from char.h:9,
                     from questlua_item.cpp:4:
    ../../common/length.h:729:22: error: expected declaration before end of line
     #pragma pack(push, 1)
                          ^
    gmake: *** [.obj/questlua_item.o] Error 1
    gmake: *** Waiting for unfinished jobs....

  5. Hello, I wonder if someone can help me with this sysser, and what the problem is but not how someone could help me fix it?

    0516 16:58:57365 :: File "ui.py", line 1610, in OnOverInItem

     

    0516 16:58:57366 :: File "ui.py", line 87, in __call__

     

    0516 16:58:57366 :: File "ui.py", line 78, in __call__

     

    0516 16:58:57367 :: File "uiInventory.py", line 1160, in OverInItem

     

    0516 16:58:57368 :: File "uiInventory.py", line 1336, in ShowToolTip

     

    0516 16:58:57368 :: File "uiToolTip.py", line 577, in SetInventoryItem

     

    0516 16:58:57369 :: File "uiToolTip.py", line 1270, in AddItemData

     

    0516 16:58:57369 :: AttributeError

    0516 16:58:57369 :: :

    0516 16:58:57369 :: 'ItemToolTip' object has no attribute '_ItemToolTip__Imagen_Pet'

    0516 16:58:57369 ::

     

    I leave my ui.py if puedrian help me !! Thanks in advance

    This is the hidden content, please

  6. Hi I could help with this because when I try to enter the server I get this sysser and closed just as he will open to select the character


    0201 22: 35: 09324 :: :: Python Skill RegisterSkillDesc (dwSkillIndex = 137) - Need Strange Skill Weapon (CLAW)
    0201 22: 35: 09324 :: :: RegisterSkillDesc CPython Skill (dwSkillIndex = 139) - Need Strange Skill Weapon (CLAW)
    0201 22: 35: 10958 ::
    playerSettingModule.py (line 1398) LoadGameData
    playerSettingModule.py (line 239) __initdata
    LoadGameData - <type 'exceptions.AttributeError'>: 'module' object has no attribute 'EFFECT_SHINSOO'
    0201 22: 35: 10959 ::============================================================================================================
    0201 22: 35: 10959 :: Abort !!!!

×
×
  • 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.