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

Runes

a7aa7a

Member
Joined
Jul 5, 2011
Messages
316
Reaction score
13
How To Make My Super Sd Fast Attek



Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true)
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1, -990, -1, -990, 5, 5, 4, 7)

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


Code:
<rune name="Donation Sd" id="2263" allowfaruse="1" charges="5" lvl="1000" maglv="15" exhaustion="1200" aggressive="0" needtarget="1" blocktype="solid" script="donation sd.lua"/>


How to Make It Fastt Attek :w00t:
 
I Think You Chnagee Something In exhaustion


Like This :$



<rune name="Donation Sd" id="2263" allowfaruse="1" charges="5" lvl="1000" maglv="15" exhaustion="20" aggressive="0" needtarget="1" blocktype="solid" script="donation sd.lua"/>
 
I Think You Chnagee Something In exhaustion


Like This



<rune name="Donation Sd" id="2263" allowfaruse="1" charges="5" lvl="1000" maglv="15" exhaustion="20" aggressive="0" needtarget="1" blocktype="solid" script="donation sd.lua"/>
 
Back
Top