Jump to content

Detro

Inactive Member
  • Posts

    53
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Detro

  1. SYSERR: Feb 4 12:16:22 :: GetMoveMotionSpeed: cannot find motion (name SuraIt race 2 mode 1) SYSERR: Feb 4 12:16:22 :: GetMoveMotionSpeed: cannot find motion (name SuraIt race 2 mode 1) SYSERR: Feb 4 12:16:22 :: GetMoveMotionSpeed: cannot find motion (name SuraIt race 2 mode 1) SYSERR: Feb 4 12:16:23 :: GetMoveMotionSpeed: cannot find motion (name SuraIt race 2 mode 1)
  2. 0201 22:13:23427 :: game.py(line:300) Open game.py(line:772) StartGame game.py(line:948) RefreshCharacter interfaceModule.py(line:592) RefreshCharacter uiCharacter.py(line:1412) RefreshCharacter uiCharacter.py(line:1453) __SetSkillSlotData uiCharacter.py(line:1169) RefreshSkill uiCharacter.py(line:1230) RefreshSkillPlusButtonList uiCharacter.py(line:1257) RefreshSkillPlusPointLabel GameWindow.Open - <type 'exceptions.TypeError'>:int() argument must be a string or a number, not 'NoneType' 0201 22:13:23427 :: ============================================================================================================ 0201 22:13:23427 :: Abort!!!! Where is the problem?
  3. I have problem with client: [Hidden Content]
  4. Hello. I can wear 2 item type 33. Look mu function: if (item->GetWearFlag() & WEARABLE_UNIQUE) { if ((GetWear(WEAR_UNIQUE1) && GetWear(WEAR_UNIQUE1)->IsSameSpecialGroup(item)) || (GetWear(WEAR_UNIQUE2) && GetWear(WEAR_UNIQUE2)->IsSameSpecialGroup(item)) || (GetWear(WEAR_COSTUME_MOUNT) && GetWear(WEAR_COSTUME_MOUNT)->IsSameSpecialGroup(item))) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("?? ??? ??? ??? ? ?? ??? ??? ? ????.")); return false; } if (item->GetType() & ITEM_RING) { if ((GetWear(WEAR_RING1) && GetWear(WEAR_RING1)->IsSameSpecialGroup(item)) || (GetWear(WEAR_RING2) && GetWear(WEAR_RING2)->IsSameSpecialGroup(item))) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("NOT WORKING IDIOT")); return false; } } if (marriage::CManager::instance().IsMarriageUniqueItem(item->GetVnum()) && !marriage::CManager::instance().IsMarried(GetPlayerID())) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("???? ?? ???? ??? ??? ? ????.")); return false; } } }
  5. Value1 in item proto = Value new item 85001(Value 1 85002)
  6. Hello! Why my sash system say in chat: "Drag the items into the window."? Please, help me Look: Acce.cpp: [Hidden Content]
  7. stupid idea How to move the image down and the inscription on the left?
×
×
  • 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.