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

Windows Erro Vocations:getVocations

Fehzim

New Member
Joined
Dec 28, 2010
Messages
7
Reaction score
0
Hello every1, today my server show me this erro, and closed serve, i need open again, for every1 play i post on SS...

erro1y.jpg


Every1 know how fixed this erro, plz poste here.



SRY FOR ME INGLISH >.<
 
in vocations.xml have a Epic kina etc~ i removed its for vocations.xml and just have a vocation original, now i need remove too in database?
 
And check your's spells.xml that you dont have something like that

Code:
		<vocation [COLOR="red"]id="knight"[/COLOR]/> -- or other name inside knight

[B]If you have it change to[/B] 

		<vocation [COLOR="red"]name="knight"[/COLOR]/> -- or other name inside knight
or
Code:
		<vocation [COLOR="red"]name="6"[/COLOR]/> -- or other id inside 6

[B]If you have it change to [/B]

		<vocation [COLOR="red"]id="6"[/COLOR]/> -- or other id inside 6
 
Last edited:
Something like this should fix it.
SQL:
UPDATE players SET promotion = 1 WHERE promotion = 2;
 
Back
Top