Jump to content

Tallywa

Inactive Member
  • Posts

    307
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Tallywa

  1. is normal but wuth type item ring reaches time 7 day is not normal automatically unequip my code in char_item case ITEM_RING: if (!item->IsEquipped()) { EquipItem(item); } if (item->IsItemUsedTime() and item->IsEquipped()) { UnequipItem(item); } break; my code in item.cpp bool CItem::IsItemUsedTime() { return m_pkRealTimeExpireEvent != NULL; }
×
×
  • 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.