Jump to content

narcisxb

Inactive Member
  • Posts

    113
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by narcisxb

  1. 1029 22:03:29127 :: Traceback (most recent call last): 1029 22:03:29127 :: File "ui.py", line 1535, in OnSelectEmptySlot 1029 22:03:29127 :: File "ui.py", line 87, in __call__ 1029 22:03:29127 :: File "ui.py", line 78, in __call__ 1029 22:03:29127 :: File "uiSkillBookCombination.py", line 116, in SelectEmptySlot 1029 22:03:29128 :: AttributeError 1029 22:03:29128 :: : 1029 22:03:29128 :: 'module' object has no attribute 'ITEM_SLOT_COUNT' 1029 22:03:29128 :: Any ideea? I don t have special invetory.
  2. Ok, so this fix will make Malis Official 6/7 ATTR System FAIL every single time you try to add a new bonus. Any ideea why? I want to use the fix but at the same time I love his system.
  3. I don t really understeand why tho. Since "succes" should already be 100 any number less than or equal to 100 should equate to true. I suspect that my issue is the second part: item-»AddRareAttribute()... any ideeas on that front? I ll give it a try anyways and let you know. EDIT: As expected it does not work... EDIT2: I solved the issue.
  4. Rate should be 100% now but it still always fails I try to add a bonus. (everything works and I even get the failure message).
  5. UP: Does anyone have any ideea why adding the bonuses always fails (what could cause that)? I did the whole thing again and the same result. I DID NOT have this problem when I first added this system...
  6. Hi anyone know why does it always fail? When I added it first it worked like a charm but now when I try to add a bonus it always fails... (I did not do any changes to system code)
  7. my cube won t open anymore. I think the issue is in game.py. Can someone show me the correct way of adding it in game.py?
  8. Hi! I want to delete the basic metin2 quests since they are pretty much useless for my purposes. I want to know which ones are safe to delete without affecting the gameplay. (Like can I safely delete mainquests and secondary ones without deleting idk skill select quest.)
  9. Can you link an extractor for season1? After extracting, editing and repacking with Eter client won t work anymore.
  10. Using 0 or numbers that are smaller than 0 (negative numbers) in shops and pretty much everywhere outside of maths is a sure way to get nasty bugs. I d recommend against this feature.
  11. Anyone found a fix for this bug? It s very annoying. 1008 03:30:03932 :: Traceback (most recent call last): 1008 03:30:03932 :: File "uiCharacter.py", line 827, in OnPressEscapeKey 1008 03:30:03932 :: File "uiCharacter.py", line 472, in Close 1008 03:30:03932 :: AttributeError 1008 03:30:03932 :: : 1008 03:30:03932 :: 'NoneType' object has no attribute 'Hide' 1008 03:30:03932 :: 1008 03:38:57982 :: Traceback (most recent call last): 1008 03:38:57982 :: File "uiCharacter.py", line 831, in OnUpdate 1008 03:38:57982 :: File "uiCharacter.py", line 791, in __UpdateQuestClock 1008 03:38:57983 :: TypeError 1008 03:38:57983 :: : 1008 03:38:57983 :: 'NoneType' object has no attribute '__getitem__' 1008 03:38:57983 :: 1008 03:31:09360 :: Traceback (most recent call last): 1008 03:31:09360 :: File "ui.py", line 871, in OnMouseOverIn 1008 03:31:09360 :: File "ui.py", line 87, in __call__ 1008 03:31:09360 :: File "ui.py", line 69, in __call__ 1008 03:31:09361 :: File "uiCharacter.py", line 1122, in __ShowAlignmentToolTip 1008 03:31:09361 :: AttributeError 1008 03:31:09361 :: : 1008 03:31:09361 :: 'NoneType' object has no attribute 'ShowToolTip' 1008 03:31:09361 :: 1008 03:31:09541 :: Traceback (most recent call last): 1008 03:31:09542 :: File "ui.py", line 880, in OnMouseOverOut 1008 03:31:09542 :: File "ui.py", line 87, in __call__ 1008 03:31:09542 :: File "ui.py", line 69, in __call__ 1008 03:31:09542 :: File "uiCharacter.py", line 1125, in __HideAlignmentToolTip Syserr when trying to interact with ghost ui. (pressed close or other buttons) EDIT::::@@@@@ This solution works as a hotfix: def Close(self): if self.toolTipSkill: self.toolTipSkill.Hide() if self.chDetailsWnd and self.chDetailsWnd.IsShow(): self.chDetailsWnd.Hide() self.Hide() but still leaves thys syserr: 1008 03:50:13522 :: Traceback (most recent call last): 1008 03:50:13522 :: File "ui.py", line 871, in OnMouseOverIn 1008 03:50:13522 :: File "ui.py", line 87, in __call__ 1008 03:50:13523 :: File "ui.py", line 69, in __call__ 1008 03:50:13523 :: File "uiCharacter.py", line 1118, in __ShowAlignmentToolTip 1008 03:50:13523 :: AttributeError 1008 03:50:13523 :: : 1008 03:50:13523 :: 'NoneType' object has no attribute 'ShowToolTip' 1008 03:50:13523 :: 1008 03:50:13539 :: Traceback (most recent call last): 1008 03:50:13539 :: File "ui.py", line 880, in OnMouseOverOut 1008 03:50:13539 :: File "ui.py", line 87, in __call__ 1008 03:50:13539 :: File "ui.py", line 69, in __call__ 1008 03:50:13540 :: File "uiCharacter.py", line 1121, in __HideAlignmentToolTip 1008 03:50:13540 :: AttributeError 1008 03:50:13540 :: : 1008 03:50:13540 :: 'NoneType' object has no attribute 'HideToolTip' 1008 03:50:13540 :: If anyone would like to do a better one that would be great.
  12. I ve got a newer version of python installed and I don t want to conflict them. I actually took the lib from another client and the system works fine. Thank you anyways!
  13. 1007 22:38:00430 :: Traceback (most recent call last): 1007 22:38:00430 :: File "introLogo.py", line 60, in OnUpdate 1007 22:38:00430 :: File "networkModule.py", line 177, in SetLoginPhase 1007 22:38:00430 :: File "system.py", line 130, in __pack_import 1007 22:38:00430 :: File "system.py", line 110, in _process_result 1007 22:38:00430 :: File "introLogin.py", line 19, in <module> 1007 22:38:00431 :: File "system.py", line 130, in __pack_import 1007 22:38:00431 :: File "system.py", line 110, in _process_result 1007 22:38:00431 :: File "uiSelectCredentials.py", line 5, in <module> 1007 22:38:00431 :: File "system.py", line 130, in __pack_import 1007 22:38:00431 :: File "system.py", line 110, in _process_result 1007 22:38:00431 :: File "intrologin.py", line 23, in <module> 1007 22:38:00432 :: File "system.py", line 137, in __pack_import 1007 22:38:00432 :: ImportError 1007 22:38:00432 :: : 1007 22:38:00432 :: Bad magic number in C:\xxx\xxx\xxx\xxx\Client & Serverfiles xxx _ xxx\Client\lib\string.pyc Any ideea why I m getting this error? I ve got python2.7. Do you have the string lib for this version by any chance? xD
  14. Where do I add the new libs? I can t import them from root since it requres a .py file and I get syserr no module to import + name.
  15. I added it but now I can t refine any alchemy. I just get this stone can t be refined error everytime. (both at grade and class) EDIT: I solved the issue in the meanwhile.
  16. Hi could anyone tell me how to modify this function so that it will send a PM (private message) to the name after @ instead of a chat_type_whisper? std::string findstr(buf); if (findstr.at(0) == '@') { findstr = findstr.substr(1); int pos = findstr.find(" "); std::string message = findstr.substr(pos + 1), chname = findstr.substr(0, pos); LPCHARACTER stch = CHARACTER_MANAGER::instance().FindPC(chname.c_str()); if (stch) { if (message.size() - chname.size() <= 1 ) { ch->ChatPacket(CHAT_TYPE_INFO, "You haven't written a message or it is too short."); return (iExtraLen); } if (ch->GetLastPMPulse() < thecore_pulse()) ch->ClearPMCounter(); if (ch->GetPMCounter() > 3 && ch->GetLastPMPulse() > thecore_pulse()) { ch->GetDesc()->SetPhase(PHASE_CLOSE); return -1; } if (stch == ch) { ch->ChatPacket(CHAT_TYPE_INFO, "You can't send message to yourself."); return (iExtraLen); } stch->ChatPacket(CHAT_TYPE_WHISPER, "%s: %s", ch->GetName(), message.c_str()); ch->ChatPacket(CHAT_TYPE_WHISPER, "To %s: %s", stch->GetName(), message.c_str()); ch->IncreasePMCounter(); ch->SetLastPMPulse(); } else ch->ChatPacket(CHAT_TYPE_INFO, "The player doesn't exist or is not online."); return (iExtraLen); } Thx.!
  17. undeclared identifier v_Grid undeclared identifier GetGridTotalSize I don t have grid.h in common. It s in some lib. Any way around this? Game source won t compile. The simple version (not the one for multiple pages) works fine.
  18. EDIT: SOLVED. I had some dependencies issues. Question: how can I add new npcs? Basic way of doing it doesn t seem to work.
  19. Hi. The issue is that after I modify ItemcCSVReader.cpp and build new dump_proto it won t compile my new item_proto. It just goes up to the last basic (last item before I added new one) and stops there, freezes and closes. Debugging tells me item_proto size and mob_proto table size and closes with code 0. That seems fine. What am I doing wrong? EDIT: I solved it in the meanwhile. Thx!
  20. The system works 100%. I have it installed and can confirm.
  21. How exactly do you compile DumpProto? When I m edditing it and build it I can t compile item_proto. It always goes up to 71052 (biggest vnum that came by default) and then freezes and stops.
  22. I solved this issue. The topic can be closed. Thank you.
  23. Of course. I just wanted to point out that Malis code is 100% correct for normal source. PS: there is a MAJOR bug that you might want to correct in the quest. My hotfix is this: local amount = tonumber(math.floor(input()))
×
×
  • 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.