Jump to content

Xerneas

Inactive Member
  • Posts

    84
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Xerneas

  1. Good evening, after i solved my first Problem, i have a second: I cant equip for example one Ring and a mount or two different rings. If i do this i will get " You cant equip this twice" ( Sorry for my Bad english.) I hope you can help me .. :x My actual 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_RING1) && GetWear(WEAR_RING1)->IsSameSpecialGroup(item)) || (GetWear(WEAR_RING2) && GetWear(WEAR_RING2)->IsSameSpecialGroup(item))) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("°°Àº Á¾·ùÀÇ À¯´ÏÅ© ¾ÆÀÌÅÛ µÎ °³¸¦ µ¿½Ã¿¡ ÀåÂøÇÒ ¼ö ¾ø½À´Ï´Ù.")); return false; } if (marriage::CManager::instance().IsMarriageUniqueItem(item->GetVnum()) && !marriage::CManager::instance().IsMarried(GetPlayerID())) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("°áÈ¥ÇÏÁö ¾ÊÀº »óÅ¿¡¼­ ¿¹¹°À» Âø¿ëÇÒ ¼ö ¾ø½À´Ï´Ù.")); return false; } } this blocks two different Rings... ye, thats ok, but i why i cant equip two different Rings?
  2. Update: My Poblem is fixxed, next Problem: How do i fix, that the Mountsummonitem disappaers from the slot right of the Belt, after dismounting?
  3. special_item_group ? << Didnt Work. Which item_group, tell me!
  4. Good Evening developers, i have a huge Problem: How can i fix this? I need the Source, i know, which changes i have to do?
×
×
  • 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.