Administrador Administrador 1435 Postado Agosto 15, 2016 Administrador Share Postado Agosto 15, 2016 data/actions/double.lua function onUse(cid, item, fromPosition, itemEx, toPosition)local player = Player(cid)player:setStorageValue(80000, os.time() + 2 * 60 * 60)Item(item.uid):remove()player:say("You have just activated 2 hours of Double Experience!", TALKTYPE_MONSTER_SAY)return trueend data/actions.xml <action itemid="8981" script="double.lua"/> data/events/player.lua function Player:onGainExperience(source, exp, rawExp) local thing = self:getStorageValue(80000) if thing > os.time() then return exp * 2.0 end return expend data/events.xml Mude <event class="Player" method="onGainExperience" enabled="0" /> Para <event class="Player" method="onGainExperience" enabled="1" /> Créditos: imkingran Link para o comentário Compartilhar em outros sites More sharing options...
julhinhuu 26 Postado Agosto 24, 2016 Share Postado Agosto 24, 2016 Muito bom, com certeza ajudará muita gente... Existem poucos sistemas script para TFS 1x. Link para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados