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

Mana rune

Santy

Member
Joined
Aug 14, 2007
Messages
654
Reaction score
22
Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)

function onCastSpell(cid, var)
	doPlayerAddMana(cid, math.random(100, 400))
	return doCombat(cid, combat, var)
end

I think you know what this does..
 
very nice... but it doesn't work for me...

maybe it's outdated...

could you update it please?
 
very nice... but it doesn't work for me...

maybe it's outdated...

could you update it please?

Maybe it's outdated? Dude, seriously, please PLEASE check the date of a thread before posting!

This is from 2007, and worse thing is that there are like 30000 more updated mana rune scripts here.. -_-
 
Back
Top