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

Exausted?

Proland

New Member
Joined
Dec 28, 2008
Messages
116
Reaction score
0
Im using tfs 03 beta 3 from elf and i would liek to change exausted for runes like sds or magic walls, anyone know where to do this?
 
You can change it in spells.xml

Code:
<rune name="Sudden Death" id="2268" allowfaruse="1" charges="3" lvl="45" maglv="15" exhaustion="2000" needtarget="1" blocktype="solid" script="attack/sudden death.lua"/>
 
'exActions' in config.lua for other things :)
As Pening said:
<rune name="Sudden Death" id="2268" allowfaruse="1" charges="3" lvl="45" maglv="15" exhaustion="2000" needtarget="1" blocktype="solid" script="attack/sudden death.lua"/>
if you want to shoot faster (once every 1 second) change it to: exhaustion="1000"
 
Back
Top