Jump to content

ImPerial

Members
  • Content Count

    22
  • Joined

  • Last visited

Community Reputation

288 Excellent

Recent Profile Visitors

687 profile views
  1. 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
  2. [Hidden Content] valentin.rar
  3. Plechito 2014 et használ ezekkel a pluginokal nem teszteltem
  4. Pég van 2014-es be @Plechito Ezt használja [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content]
  5. LETÖLTÉS/DOWNLOAD:
  6. 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();
  7. ImPerial_v2.rar 😕
×
×
  • Create New...