• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Need Offline Training Refiller!

GM Drama

Member
Joined
Mar 13, 2013
Messages
127
Reaction score
6
I would like players being able to refill their offline training bar to 100% by using an item.
I don't like giving people more work but it would be very nice if you could send me a script for it!
 
offlinerefill.lua
Code:
function onUse(cid, item, frompos, item2, topos)
	doCreatureSetStorage(cid, 62666, 720)
end
actions.xml
Code:
<action itemid="ID" event="script" value="offlinerefill.lua"/>

Not sure if this works. Looks too easy but it should work.
 
Back
Top