You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.
1.These two is creating problems with instant ultimate healing rune curing paralyze in actions.cpp
player->setNextAction(OTSYS_TIME() + g_config.getNumber(ConfigManager::MIN_ACTIONEXTIME) + SCHEDULER_MINTICKS);
1.These two is creating problems with instant ultimate healing rune curing paralyze in actions.cpp
player->setNextAction(OTSYS_TIME() + g_config.getNumber(ConfigManager::MIN_ACTIONEXTIME) + SCHEDULER_MINTICKS);
player->setNextAction(OTSYS_TIME() + g_config.getNumber(ConfigManager::MIN_ACTIONTIME) + SCHEDULER_MINTICKS);
You can set it under this to fix this
if(ret != RET_NOERROR){
player->sendCancelMessage(ret);
return false;
}
The text was updated successfully, but these errors were encountered: