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

Request Donation UH

Status
Not open for further replies.
what you want this rune to do? infinitive? how much should it heal? should it be same heal on all levels or should it increase with level/magic?
 
Should Be for EK'S only.. Should be infinite.. it should heal depending on level for eg: like 12k on level 500 ~ and going up each 100 lvl's or so?
Should heal more than a super uh
 
Spiderot wannabe? :) i think i might help but mine is with percentages by Cykotitan
Since its donation shud it heal 100% if yes i will post it
 
spiderot? If i recall spiderot go's to 500k. this ot is max 70k
btw look at your own server b4 u comment on mine
your forum language = fail
and i saw your comment's about elite ots> his ot will pwn your's any day
 
Try this one

Spells.xml:
XML:
<rune name="Donation UH" id="666" charges="666" exhaustion="1" enabled="1" allowfaruse="1" script="donation UH.lua"></rune>

Lua file:
LUA:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)
setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE)
function onGetFormulaValues(cid, level, maglevel)
	min = (level * 666 + maglevel * 666)
	max = (level * 666 + maglevel * 666)
	return min, max
end

setCombatCallback(combat, CALLBACK_PARAM_LEVELMAGICVALUE, "onGetFormulaValues")

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

change the "666" to the values you want to use.
Make sure that "min" always are less than "max", else it can fuck up.

Not sure this will work but try it.
 
Just wanted a different point of view on it.. i have a script for it
But idk. thanks anyway- I gave up on forgotten project as i found forgotten server's boring :P
Rl tibia here i come lool
 
Well, let's see if elites will pwn mine, ur sayin this coz ur a nub owning real map ots, i wud rather join real tibia instead of playing a real map ot lmfao, atleast i got my own custom map plus i knew about my layout and my forum, and i will be workin on them soon, /topic closed cya kid.
 
Status
Not open for further replies.
Back
Top