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

ManaRune Help

andii95

New Member
Joined
Aug 21, 2009
Messages
413
Reaction score
2
Location
Sweden
Hi ive got problem with manarune!
Ive tried a few manarunes but they didnt work, can anyone write me a mana rune script?

My server is TFS 8.5 (crying damson)
 
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_MANADRAIN)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_SLEEP)
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 0, 0, 0, 1000)

function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end




Well just edit this
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 0, 0, 0, 1000)
you put the mana like "1000" you can change it to 10000+

just copy oder thing in spells
the copy the open the thing you copy open it in note bloc or wordpad and edit it the save then onli change the name.... then go to spells and search for spells XML and open it whit wordpad and copy what ever you whant of healin runes and just change the item id.

well I think that can help you
 
Back
Top