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

Where Can I find spellid from 0.2?

GuHB

Member
Joined
Dec 14, 2009
Messages
630
Reaction score
9
Location
Brazil
Hi, I'm doing the 8.7 spells for my server, but I got a problem.

I'll use 0.2 Mystic Spirit - Lasted Version, but I dont know where can I find the spellid. If someone can explain that for me, really thanks.

Exemple.

Code:
	<instant group="attack" [B]spellid="107"[/B] name="Whirlwind Throw" words="exori hur" lvl="28" mana="40" prem="1" range="5" needtarget="1" blockwalls="1" needweapon="1" cooldown="2000" groupcooldown="2000" needlearn="0" script="attack/whirlwind throw.lua">
		<vocation name="Knight"/>
		<vocation name="Elite Knight"/>
	</instant>

In the exemple, Spellid="107" for exori hur.

I want to do Utura (recovery), what should be the spellid for it?
 
Back
Top