Essa arma é assim você da use nela e use em alguem ai vc ia tira o life e mana do cara e gold d 1 a 500 e nisso você ainda ve quanto d mana e life o cara tem...
entao vms la neh:
antis d mais nada nao precisa coloca os hifen
-----------------------------------------------------------------------------------------------
----------3ªaction by Nenisun----------
function onUse(cid, item, frompos, item2, topos)
mag = getPlayerMagLevel(cid)
if mag >= 5 then
hp = math.random(1,500)
doPlayerRemoveMoney(cid,hp)
doPlayerAddHealth(cid,hp)
doPlayerAddMana(cid,hp)
doPlayerRemoveMoney(item2.uid,hp)
doPlayerAddHealth(item2.uid,-hp)
doPlayerAddMana(item2.uid,-hp)
getPlayerMana(cid)
getPlayerHealth(cid)
doSendMagicEffect(frompos,12)
doPlayerSay(cid,"Hahaha se ferrou!!!",16)
doPlayerSendTextMessage(cid,22,"Você ganho life e mana!")
end
return 1
end
-----------------------------------------------------------------------------------------------
agora em actions.xml adicione:
-----Armas-----
<action itemid="2400" script="3action.lua" />
<action itemid="2421" script="3action.lua" />
<action itemid="2431" script="3action.lua" />
-----Armas-----
as armas sao sov, thunder hammer e sca
obs: vc pod muda so muda o id ali emcima =D
Creditos:
90%:Nenisun
10%:Clic
FLW AEW