curruwilliam
Hello =]
- Joined
- Apr 22, 2014
- Messages
- 124
- Reaction score
- 3
how low the exausted of potions ?
TFS 1.0
TFS 1.0
local exhaust = Condition(CONDITION_EXHAUST_HEAL)
exhaust:setParameter(CONDITION_PARAM_TICKS, (configManager.getNumber(configKeys.EX_ACTIONS_DELAY_INTERVAL) - 100))
100 the greater the more the exasuted?go actions/scripts/other/potions.lua
find this
Code:local exhaust = Condition(CONDITION_EXHAUST_HEAL) exhaust:setParameter(CONDITION_PARAM_TICKS, (configManager.getNumber(configKeys.EX_ACTIONS_DELAY_INTERVAL) - 100))
edit the -100
if you put -100 it will be lower the exhaust100 the greater the more the exasuted?
Do not quite understand how it works .. explains this 100?