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

[RUNE] Donation SD

nicktm

Otland Helper
Joined
Oct 9, 2009
Messages
106
Reaction score
3
Location
Griffin, GA
Hello Otlanders! Today im looking for a simple Donation SD! I would really apreciate if you would help me, or you could tell me how to edit the attack on a normal sd and make it better and shoot faster! Please! I'm Willing to Rep!​

~ Nick
 
Depense on what kind of script you use for sd. If you use it like this, then make the first and the third higher.
Lua:
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1, -60, -1, -60, 5, 5, 4, 7)

If you want to make it attack faster, then make the exhaustion lower. For example 1000 instead of 2000.
XML:
<rune name="Sudden Death" id="2268" allowfaruse="1" charges="3" lvl="45" maglv="15" exhaustion="1000" needtarget="1" blocktype="solid" event="script" value="attack/sudden death.lua"/>
 
Back
Top