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

Question about vocations.xml

O.o o.O

Member
Joined
Feb 27, 2015
Messages
64
Reaction score
16
Hello OTLand ..
I've a question about vocations.xml
in vocations.xml i can see vocId = xx , and i know it's already based for vocation id
but my question is about clientId = xx , what does clientId mean ?
and why sorcerer is a vocId = 1 but his clientId = 3 ??
and why promotion should has the same clientId

so if i changed the clientId , do i get into problems?
like change sorcerer to be 1 instead of 3 , and knight to 4 instead of 1 , and druid to 2 instead of 4 , and paladin to 3 instead of 2 ??

will i get any problems ? and why it should be based like this ?
and if it can be changed .. depend on source or tibia client ?

Note :: don't ask me about TFS version cuz it's same at all :)
 
What server are you using for a start?
Why do you need to change them? I have made second promotions and all you need is:
Code:
fromvoc="NUMBER"
Inside your vocation
 
What server are you using for a start?
Why do you need to change them? I have made second promotions and all you need is:
Code:
fromvoc="NUMBER"
Inside your vocation

i think my question has been misunderstood
look i meant this
Code:
<vocation id="1" clientId="3" name="Sorcerer"
<vocation id="2" clientId="4" name="Druid"
<vocation id="3" clientId="2" name="Paladin"
<vocation id="4" clientId="1" name="Knight"

what does clientId mean ?? and why it based like this
why it's not sorc clientId = 1 , Druid = 2 , etc ?
if i changed them i will go into problems ? or it will be fine ?
 
Okay, yours is much different to mine, you must be using a different version.
I'm not 100% sure what clientID is but it might be each of the vocation routes like you said; but what I would do is make a backup copy of your server and play around with the values and see what happens xD
 
From what I know it does nothing, just send this info to client, which can be read by making some script if using OTClient etc. Change it as you wish, and you shoudn't see any diffrence.

Edit
A fast research aaand:
Summ said:
That's the id which is send to client.
That was used in software like "Tibiacast" to detect the vocation of the caster.
You can access it in otclient, but I dont know what real tibia uses it for.
 

Similar threads

Back
Top