Beiträge von bumxd

    and so you dont will see in which empire other player.. - this no solved problem..

    search for ActivateSlot and change to ActivateSlotOld
    and search for DeactivateSlot change to DeactivateSlotOld

    i don`t use def activateslot function in uiinventory, or about what you? here my uiinventory: Bitte melden Sie sich an, um diesen Link zu sehen.

    Have bug with slot effect skill in taskbar:
    Bitte melden Sie sich an, um diesen Link zu sehen.
    on button 3 can see bug with run effect(it does not work correctly in taskbar)
    how fix that?

    hello,can anybody help with fix hack no-safe zone?
    with this hack player can attack other players in safe-zone(in map empires)
    i try so in char_battle:
    bool CHARACTER::Attack(LPCHARACTER pkVictim, BYTE bType) {if (test_server) sys_log(0, "[TEST_SERVER] Attack : %s type %d, MobBattleType %d", GetName(), bType, !GetMobBattleType() ? 0 : GetMobAttackRange());//PROF_UNIT puAttack("Attack");if (!CanMove())return false;


    SECTREE *sectree = NULL; SECTREE *vsectree = NULL; sectree = GetSectree(); vsectree = pkVictim->GetSectree();if (sectree && vsectree){if (sectree->IsAttr(GetX(), GetY(), ATTR_BANPK) || vsectree->IsAttr(pkVictim->GetX(), pkVictim->GetY(), ATTR_BANPK)) {if (GetDesc()) {LogManager::instance().HackLog("ANTISAFEZONE", this);GetDesc()->DelayedDisconnect(3);}}}


    but so have kick and players who attack without hack about safe-zone..

    hello can anybody please help with bug after add acce system, slot effect bugged, when click for example on auto pottion he very fast turns. GIF: Bitte melden Sie sich an, um diesen Link zu sehen.
    and the same with HIGHLIGHT_SYSTEM..syserr nothing..
    my function def RefreshBagSlotWindow(self): from uiinventory.py: