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

"you do not have enough skill" on cast spell

LucasFerraz

Systems Analyst
Joined
Jun 10, 2010
Messages
2,857
Reaction score
96
Location
Brazil
When a player cast spells its showing "you do not have enough skill" (GMs can cast normal)

How can I fix it?
 
When a player cast spells its showing "you do not have enough skill" (GMs can cast normal)

How can I fix it?

Maybe the spell script has a level demand and the player does not fulfill the level. And GM's can cast any level no mater what level are they.
Is it a custom spell? Then post the script and spells.xml .
 
LucasFerraz: Its for monster ^^
Probabili in inkisition quest, o yalahar quest.. check monster ... and you see atack.. skills ... remove this line and work =)
 
Well, cant tell exactly what causing this. But happend with me, if you are using the newer rev. Make sure if you use gesior, use the right version.
 
Search in your monster this line..

<attack name="skills" interval="2000" chance="15" length="8" spread="3" distance="-5">
<attribute key="areaEffect" value="poison"/>
</attack>
And remove it.. and solved the problem..
 
well i fixed it the fastest way adding skills to players like they appear with 10 i added 1-5 to each one and then they were fixed so tell a player with that issue to train each skills to 11+
 
Back
Top