• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Unknown spell name: skills

LuisPro

World War <3
Joined
May 10, 2009
Messages
425
Solutions
1
Reaction score
53
Skill will work the following:
If a monster does that attack on you, you will drop a skill for some time (duration=5000, means 5 seconds). I guess (aint sure) that you can also use percentages. So a player will drop 60% of a skill.
Now a list of which skills will work:

First, club, sword, axe, distance, dist, shielding, shield, fishing, fish, level, magic level, magiclevel
How will the attack look like?

<attack name="skills" interval="2000" chance="5" range="7" radius="1" target="1" axe="-1">
I beleave axe="-60%" will also work, aint sure!!!
</attack>​
Every 2 seconds there is a 5 percent change that a target will directly get hit from a max of 7 sqm range and he will lose -1 skill (or -60% of his skills)

Hi!

I use tfs 1.0 and got problem with monster attack "skills":

random "skills" atack (from dark torturer) example:
<attack name="skills" interval="2000" chance="20" range="7" length="8" target="3" shielding="-1">
<attribute key="areaEffect" value="rednote"/>
</attack>

console error:
p7zq.jpg


this error show up in all monsters using change skills atack.

Halp me pls :D
 
in link is about :
- Skull atribute
- Unknown spell name: sudden death
- Unknown spell name: Ultimate Healing

my error is about:
- Unknown spell name: skills
Because "skill" doesn't exist in forgottenserver 1.0. It means that you cannot decrease skills of monster target in any monster's attacks. You have to create spells and add it to your monster - I think it's better way.
 
Back
Top