• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Spell Deepling Spellsinger SPARK spell

Exiled Pain

Fervid Learner
Joined
Jan 8, 2008
Messages
552
Reaction score
4
Hi accordingly to tibia wiki the SPARK spell for the deepling spellsinger should do the following:
"Spark hit (reduces all melee and distance skill by 35-65% for about 8 seconds)" So could anyone make a working example on how to do this with TFS .4
in the .xml file under the <attacks> section.
Thanks in advance
 
PHP:
<attack name="skills" interval="1064" chance="13" target="1" radius="3" meleePercent="35" duration="8000">
			<attribute key="areaEffect" value="poff"/>
			<attribute key="shootEffect" value="death"/>
		</attack>
...
 
When a mage are down there and hunting and the spellsinger do that spell, it appears "Not enough skill" on his monitor when he try to heal :/

Any ideas why?
 
When a mage are down there and hunting and the spellsinger do that spell, it appears "Not enough skill" on his monitor when he try to heal :/

Any ideas why?

"skills" attacks are bugged on latest revs. I had forgotten about this, I'll report it under projects.
 
Back
Top