• 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!

Please,2 scripts

Zinith

ForgottenL
Joined
Jul 21, 2009
Messages
35
Reaction score
0
Location
Egypt
Please these 2 scripts :

1->>Infinite mana rune<<
2->>Forever aol<<

rep++ if you helped me
 
Infinite ManaRune

Lua:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_LOSEENERGY)
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)

function onCastSpell(cid, var)
doPlayerAddMana(cid, 10000) ---- how much it heal .
return doCombat(cid, combat, var)
end

:D
 
Back
Top