Aew galera, tipow, eu tava pensanu aqui no que que eu poderia fazer, para o jogo ficar mais real, ai deu me uma ideia, "pow o regador não funciona, e ninguem pensou ainda nessa action, que tal fazer uma?"
tá ai, eu achei que dexa o jogo mais realista, isso faz fica legal
tag tah aki
<action itemid="2031" script="rega.lua"/>
ai você faz um arquivo.lua e renomeie para "rega"
coloque isto dentro
-----------------------------------------REGADOR BY HGIH-----------------------------------------function onUse(cid, item, frompos, item2, topos)recompensa = math.random(1,700)if item.itemid == 2031 and item2.itemid == 3811 and recompensa <= 70 thendoTransformItem(item2.uid,2711)doSendMagicEffect(topos,10)doPlayerSendTextMessage(cid,22,"You\'ve helped the nature!")elseif item.itemid == 2031 and item2.itemid == 3811 and recompensa >= 71 and recompensa <= 80 thendoTransformItem(item2.uid,2705)doSendMagicEffect(topos,10)doPlayerSendTextMessage(cid,22,"You\'ve helped the nature!")elseif item.itemid == 2031 and item2.itemid == 3811 and recompensa >= 81 and recompensa <= 150 thendoTransformItem(item2.uid,2704)doSendMagicEffect(topos,10)doPlayerSendTextMessage(cid,22,"You\'ve helped the nature!")elseif item.itemid == 2031 and item2.itemid == 3811 and recompensa >= 151 and recompensa <= 200 thendoTransformItem(item2.uid,2703)doSendMagicEffect(topos,10)doPlayerSendTextMessage(cid,22,"You\'ve helped the nature!")elseif item.itemid == 2031 and item2.itemid == 3811 and recompensa >= 200 and recompensa <= 250 thendoTransformItem(item2.uid,2702)doSendMagicEffect(topos,10)doPlayerSendTextMessage(cid,22,"You\'ve helped the nature!")elsedoPlayerSendCancel(cid,"Sorry, its not possible.")endreturn 1end
tá ai, pra mim eu achei bem rox, dexo o jogo bem mais real
favor não retirar creditos e comentar
--EDIT--
Achei o ID do regador ;P
sem mais
Abraços,
High
PS: é meio ###### fazer a árvore crescer ;P.
PS2: vocês vão ter que tirar a action de fluids do id 2031 para funcionar!