sorcerers king
spo
It's old but very useful.
Thanks rep++
Thanks rep++
Wouldn't be very hard to add it to the agreement, nobody reads them anyway xD![]()
IOBan::getInstance()->addPlayerBanishment(getName(), -1, 21, ACTION_DELETION, "Auto detection tool. xd", 0, PLAYERBAN_BANISHMENT);
setBaseSpeed((uint32_t) getBaseSpeed() - (getBaseSpeed() / 100 * g_config.getNumber(ConfigManager::PARAL_SLOW)));
Maybe notation, not ban. Good player with ultra low ping can use anti paralyze spell in 0.2 second.Im trying to add a autoban for it .. but I know nothing about c++ ;x
I tried adding
instead ofCode:IOBan::getInstance()->addPlayerBanishment(getName(), -1, 21, ACTION_DELETION, "Auto detection tool. xd", 0, PLAYERBAN_BANISHMENT);
but it does nothing ;xCode:setBaseSpeed((uint32_t) getBaseSpeed() - (getBaseSpeed() / 100 * g_config.getNumber(ConfigManager::PARAL_SLOW)));