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

Lua Scripting problem

cooldodo

New Member
Joined
Jan 17, 2014
Messages
297
Reaction score
4
[12/12/2014 18:14:38] [Warning - Items::loadFromXml] Unknown key value walkStack

[12/12/2014 18:14:38] [Warning - Items::loadFromXml] Unknown type rune

[12/12/2014 18:14:38] [Warning - Vocations::getVocation] Vocation 10 not found.

[12/12/2014 18:39:31] [Warning - Event::loadScript] Cannot load script (data/movements/scripts/yellowpillow.lua)
 
The first 2 warnings are from items.xml, remove all attribute lines with walkStack and rune.
Add vocation 10 in data/XML/vocations.xml or change the vocation of the person who has vocation id 10.

About the movements warning, this means the name or folder of the script is incorrect in movements.xml or the script doesn't exist.
If you script doesn't exist you can delete the line for that script in movements.xml.
 
The first 2 warnings are from items.xml, remove all attribute lines with walkStack and rune.
Add vocation 10 in data/XML/vocations.xml or change the vocation of the person who has vocation id 10.

About the movements warning, this means the name or folder of the script is incorrect in movements.xml or the script doesn't exist.
If you script doesn't exist you can delete the line for that script in movements.xml.
can u open team viewer and help or no ?
 
Remove the entire attribute line, not just a part of it.

For the vocations.xml, delete the <!-- above <vocation id="9" and the --> under that, so it doesn't look like green text anymore.
That it's green with <!-- --> means it's quoted and isn't seen as code, to it's ignored.
 
Remove the entire attribute line, not just a part of it.

For the vocations.xml, delete the <!-- above <vocation id="9" and the --> under that, so it doesn't look like green text anymore.
That it's green with <!-- --> means it's quoted and isn't seen as code, to it's ignored.
my server dont want to open any more idk why :(:(:(
 
Do the same thing with the attribute line with rune, just remove the whole line.
If the <!-- and --> is removed from vocations.xml it should work fine.
 
Look for these lines and delete it.
Code:
<attribute key="type" value="rune" />

About the monster error, add the monster to data/monster/monsters.xml and the folder xml file in the right folder or delete the monster from the map.
 
Look for these lines and delete it.
Code:
<attribute key="type" value="rune" />

About the monster error, add the monster to data/monster/monsters.xml and the folder xml file in the right folder or delete the monster from the map.
ok and another error is that some of my runes are infnite some are not i need all to be infnite
 
Back
Top