Jump to content

emanuel

Inactive Member
  • Posts

    324
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by emanuel

  1. Anyone know How can i HIDE NPC (9013) for example,from normal map(KEY M)?Thank you. That function not working.. void CPythonMiniMap::RegisterAtlasMark(BYTE byType, const char * c_szName, long lx, long ly) { if (c_szName == "Name of the NPC") return; TAtlasMarkInfo aAtlasMarkInfo;
  2. Yeah i'm searching that's gr2 too if someone have it,thank you !
  3. that one with npc shell,opening shell haha + shell npc + effect mhm..
  4. Hi,someone know where can i get this ''system'' ?
  5. i make changes how tiger says,and i change in this : if (!item && item->GetCount() <= 0) return false; Let's see if i get crash core next days ,thank you tiger and you
  6. Whatt is wrong here tiger ? why the function must be a little down ? how can that make my server crash core if it's original function from : Can you explain me whatt is a null item ?
  7. bool CHARACTER::DestroyItem(TItemPos Cell) { LPITEM item = NULL; if (!CanHandleItem()) { if (NULL != DragonSoul_RefineWindow_GetOpener()) ChatPacket(CHAT_TYPE_INFO, LC_TEXT("°*E*A¢A≫ ¿¬ ≫oAA¿¡¼*´A ¾ÆAIAUA≫ ¿A±æ ¼o ¾ø½A´I´U.")); return false; } #ifdef NEW_PET_SYSTEM if (GetNewPetSystem()->IsActivePet() && item->GetVnum() >= 55701 && item->GetVnum() <= 55706) { ChatPacket(CHAT_TYPE_INFO, "You can't do that. "); return false; } #endif if (IsDead()) return false; if (!IsValidItemPosition(Cell) || !(item = GetItem(Cell))) return false; if (item->IsExchanging()) return false; if (true == item->isLocked()) return false; if (quest::CQuestManager::instance().GetPCForce(GetPlayerID())->IsRunning() == true) return false; if(m_pkMyShop) { bool isItemSelling = m_pkMyShop->IsSellingItem(item->GetID()); if (isItemSelling) return false; } if (item->GetCount() <= 0) return false; SyncQuickslot(QUICKSLOT_TYPE_ITEM, Cell.cell, 255); //SyncQuickslot(QUICKSLOT_TYPE_ITEM, Cell.cell, 1000); ITEM_MANAGER::instance().RemoveItem(item); ChatPacket(CHAT_TYPE_INFO, "<Delete item> You deleted : |cFFc9ff00|H|h[%s].", item->GetName()); return true; } nothing wrong here bro..i have no ideea why
  8. Hello guys. After i install that fuckin special storage i get a crash core from function destroyitem If i destroy or i drop a item,i dont get instant crash core,but sometimes,and i dont know why,i pay for who can fix that for me. Crash core : Line 88 in item.h : DWORD GetVnum() const { return m_dwMaskVnum ? m_dwMaskVnum : m_dwVnum; } input_main.cpp --> line : 4368 Cheers
  9. How titles say,i have offline shop by ken,and when someone create a offline shop,the tittle of offline show i can see it on some mobs on v2 and other maps,anyone have ideea why ? Cheers
  10. Hey..is there any source binary+game with country flag system on chat global and name flag ?..thank you.
  11. Hei,someone have a fix for that ? When a player type that command on chat : /pvp,game just crash ha ! Thx
  12. Hi,is there any serverfile with source that have installed special storage unbuged version ?
  13. I have weird problem about font characters..that happen when i change language of client,on normal language i don't have that problem.. That happen when i change language to english. a photo : Someone have a ideea why it's like this ? because i don't hehe !
×
×
  • 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.