Jump to content

danhakhavro

member
  • Posts

    138
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by danhakhavro

  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?
  11. Hello, Somebody know what file and how i need to edit to solve this problem:
  12. Hello, Somebody know where can i find this weapons effects? I search at oficial unpacked client but i cant find it. Somebody maybe know the name of some of this effects? Or is somewhere for download? Thanks
  13. Same problem. The effect doesnt show and the sysser are empty. Maybe the configuration is wrong. If / When i discover what happen i will update the topic. FIX: The system is incomplete and there are bugs made on purpose, here I leave the resolution: Locale_inc.h ADD: #define ENABLE_SHINING_SYSTEM PythonApplication.cpp Find: if (!rkItemMgr.Loa******ngTable(szShiningTable)) and replace with: if (!rkItemMgr.LoadShiningTable(szShiningTable)) And at InstanceBase.cpp Add the bracket (red color on screenshot)
  14. Problem solved! If somebody have the same problem, here the fix: Create a new file or edit if you already have: my.cnf in your /usr/locale At the end write: sql_mode=NO_ENGINE_SUBSTITUTION You can also try to run a query at navicat.account: sql_mode=NO_ENGINE_SUBSTITUTION You welcome
  15. Hello, I am registering a new account in the website, the site says that the account was registered successfully but it doesnt add any account to my database. I already change the website, use a simple 1 page register, allow all columns in account.account to NULL, nothing works. But if i use one id that already exist, the website say that i cant create account, the ranking is working also fine. Does anyone have an idea of what it might be? Thanks
  16. Works! Thanks you very much!
×
×
  • 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.