Jump to content

skizzalb

Member
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by skizzalb

  1. When i use the skill 109 ( Heal ) of Shaman It does the animation and wastes MP , but doesnt heal. Does anyone know how to fix this?
  2. Its not the first time this bug happened to me , but somehow after somedays the bug dissapeared. For example: I put a Title Tag in a Character as: Criminal If i logout and login , the title tag appears without the first letter and only shows riminal because its missing the first Letter C Before Logout: After Logout and Login: How can i fix this? Thx!
  3. Hello guys, i have 2 erros when i m compiling source after i tried installing Target Information System, i did everything like everyone and i get these errors, i m tired of looking how to solve them but no fix.. The errors are the next i m going to show u: use of undeclared identifier 'typeof'; did you mean 'typeid'? use of undeclared identifier 'v' The file that has the error is item manager.cpp The line is 862 // Drop Item Group { itertype(m_map_pkDropItemGroup) it; it = m_map_pkDropItemGroup.find(pkChr->GetRaceNum()); if (it != m_map_pkDropItemGroup.end()) { typeof(it->second->GetVector()) v = it->second->GetVector(); for (DWORD i = 0; i < v.size(); ++i) { item = CreateItem(v[i].dwVnum, v[i].iCount, 0, true); if (item) { if (item->GetType() == ITEM_POLYMORPH) { if (item->GetVnum() == pkChr->GetPolymorphItemVnum()) { item->SetSocket(0, pkChr->GetRaceNum()); } } vec_item.push_back(item); } } } }
×
×
  • 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.