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

Spell Problems

Mr Skit

New Member
Joined
Mar 26, 2009
Messages
31
Reaction score
1
The spell setup in the script for the spell and script setup for all the spells are setup to be the same, yet the spell doesn't take any mana, but does attack and follow the level requirement, vocation required, etc... Any ideas on whats going on?


I'll rep your sexyness for helping. =D
 
PHP:
	</instant>
	<instant name="Strong Haste" words="utani gran hur" lvl="20" mana="100" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/strong haste.lua">
		<vocation id="1"/>
		<vocation id="2"/>
		<vocation id="5"/>
		<vocation id="6"/>
	</instant>

cheack for that line
PHP:
mana="100"

and then change the mana as u need maybe its 0 :D
 
Back
Top