Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Problems with uh paralyze #51

Open
Pietia10 opened this issue Mar 31, 2015 · 2 comments
Open

Problems with uh paralyze #51

Pietia10 opened this issue Mar 31, 2015 · 2 comments

Comments

@Pietia10
Copy link
Member

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;
}

@OsoSangre
Copy link
Member

I'm not understanding the issue.
Is it that when you are paralyzed and you heal immediately, there is no paralysis effect?

@Pietia10
Copy link
Member Author

when you heal immediately with ultimate healing rune there is no instant effect in opposition to for example utani hur. This fix fixes it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants