-
Content Count
22 -
Joined
-
Last visited
Community Reputation
316 ExcellentRecent Profile Visitors
791 profile views
-
item_addon.cpp #include "stdafx.h" #include "constants.h" #include "utils.h" #include "item.h" #include "item_addon.h" CItemAddonManager::CItemAddonManager() { } CItemAddonManager::~CItemAddonManager() { } void CItemAddonManager::ApplyAddonTo(int iAddonType, LPITEM pItem) { if (!pItem) { sys_err("ITEM pointer null"); return; } int iSkillBonus = 5; //kk int iNormalHitBonus = 60; //ák pItem->RemoveAttributeType(APPLY_SKILL_DAMAGE_BONUS); pItem->RemoveAttributeType(APPLY_NORMAL_HIT_DAMAGE_BONUS); pItem->AddAttribute
-
Debug-old és kövesd hibát
-
Rakj special patch elérést
-
[Hidden Content] valentin.rar
-
Plechito 2014 et használ ezekkel a pluginokal nem teszteltem
-
Pég van 2014-es be @Plechito Ezt használja [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content]
-
Hello emoji rendszer esetén feltűnt nekem ,hogy a sorok egybe lesznek emojik miatt mivel picit nagyobbak a emojik példa: így ha több player is spameli chatet elég gagyi Fix:// Kliens Forrás Userinterface/PythonChat.h cseréld le erre igy fog kinézni m_iBoardState = BOARD_STATE_VIEW; //default Code ImPerial 50 //m_ix = 0; //m_iy = 0; //m_fEndPos = 1.0f; //m_iHeight = 0; //m_iStep = 15; m_ix = 5; m_iy = 5; m_fEndPos = 1.0f; m_iHeight = 5; m_iStep = 20; m_iMode.clear();