Jump to content

danhakhavro

member
  • Posts

    138
  • Joined

  • Last visited

  • Feedback

    0%

About danhakhavro

Recent Profile Visitors

1489 profile views

danhakhavro's Achievements

Collaborator

Collaborator (7/16)

  • Reacting Well
  • Dedicated
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

42

Reputation

  1. I have the same issue, i dont think that its the sql problem but maybe the client.
  2. Error when compiling. ok. very incomplete tutorial. If you download the instruction here, you have only 50% of code there, if you undrastand 0 how all this work, dont even start. *Solved
  3. Thanks for your reply. Now i got this error: 0614 14:14:46801 :: Traceback (most recent call last): 0614 14:14:46801 :: File "uiSkillBookCombination.py", line 224, in OnPressEscapeKey 0614 14:14:46801 :: File "uiSkillBookCombination.py", line 40, in Close 0614 14:14:46801 :: File "uiSkillBookCombination.py", line 174, in SetCanMouseEventSlot 0614 14:14:46801 :: AttributeError 0614 14:14:46801 :: : 0614 14:14:46801 :: 'NoneType' object has no attribute 'GetInventoryPageIndex' 0614 14:14:46801 :: Line 174: def SetCanMouseEventSlot(self, idx): if not isinstance(idx, types.NoneType): if app.WJ_SPLIT_INVENTORY_SYSTEM: if self.inven or self.invenSpecial: page = self.inven.GetInventoryPageIndex() # range 0 ~ 1 special_page = self.invenSpecial.GetInventoryPageIndex() if (page * INVENTORY_PAGE_SIZE) <= idx < ((page + 1) * INVENTORY_PAGE_SIZE): # range 0 ~ 44, 45 ~ 89 idx = idx - (page * INVENTORY_PAGE_SIZE) self.inven.wndItem.SetCanMouseEventSlot(idx) elif self.invenSpecial.GetInventoryType() == 0: if (item.SKILL_BOOK_INVENTORY_SLOT_START + (special_page * SPECIAL_INVENTORY_PAGE_SIZE)) <= idx < (item.SKILL_BOOK_INVENTORY_SLOT_START + (((special_page + 1) * SPECIAL_INVENTORY_PAGE_SIZE))): idx = idx - (item.SKILL_BOOK_INVENTORY_SLOT_START + (special_page * SPECIAL_INVENTORY_PAGE_SIZE)) self.invenSpecial.wndItem.SetCanMouseEventSlot(idx) If i make: # if self.inven or self.invenSpecial: if self.invenSpecial: Than happen the previous bug: GIF
  4. Python part working well. I have exactly the same problem: GIF
  5. After edit a bit uiskillbook...py # if self.inven or self.invenSpecial: if self.invenSpecial: Got exactly the same problem als Pisti95, and BYTE bCell > UINT bCell doesnt work for me
  6. marty's files are sold by him. I can't find the link here on the forum, maybe it's suspended sales for now.
  7. Thanks for your answer, I don't know what I would do without it. I have to learn c ++, tell me that a person who doesn't know how to compile a source. Thanks you iMerv3 it works!
  8. Yes but how should i change ? Maybe somebody have ideia? Bump
  9. Hi Guys, I am looking for a designer for a logo. Nothing that requires a lot of experience, I already have an idea, I need someone who can put it into practice. Thanks
  10. Hi, How should we understand what armor is there?
×
×
  • 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.