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

Donation SD

BlackSoul

New Member
Joined
Mar 13, 2013
Messages
35
Reaction score
0
Hello i need a Donation SD Script im using 3.6
min 700 max 850

- - - Updated - - -

BUMP
 
lol is very easy
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, -0, -700, -0, -850)

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

Similar threads

Back
Top