Knight God
Member
- Joined
- Oct 19, 2008
- Messages
- 1,180
- Reaction score
- 21
Well let me know if you can modify my script so that every time you leave the word "Doner" This regenerate hp, mana, 3 of soul and has the ability to never give you hunger?.
Please if I can help.
thank you.

Script:
Please if I can help.
thank you.
Script:
PHP:
function onThink(interval, lastExecution)
for _, name in ipairs(getOnlinePlayers()) do
local cid = getPlayerByName(name)
if getPlayerVipDays(cid) >= 1 then
doSendMagicEffect(getPlayerPosition(cid), 27)
doSendAnimatedText(getPlayerPosition(cid), "Doner!", TEXTCOLOR_RED)
end
end
return true
end