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

Adding New Vocations

Lantos

New Member
Joined
Mar 2, 2009
Messages
62
Reaction score
0
I'd like to add 4 new vocations on my OT... I thought that it depends on vocations.xml, but when I changed it i got an error "No vocation found", so It depend's on Source ;X I looked at vocations.cpp, but I'm completly 0 in c++. Can any1 help me? I'll be thankful.

Regards.
 
Here is a tutorial for adding custom vocations. I'm pretty sure you no longer need to edit C++ to add vocations. Remember that when adding a new vocation you must give it an ID so it can be found. Also if your server is SQL you may need to change some things in the database.

http://otland.net/f16/tutorial-making-vocation-37645/

I hope it helps.

Sincerely,
Leftwing
 
Here is a tutorial for adding custom vocations. I'm pretty sure you no longer need to edit C++ to add vocations. Remember that when adding a new vocation you must give it an ID so it can be found. Also if your server is SQL you may need to change some things in the database.


What is it that I need to change in SQL database to do this?
Thank you
 
Please post your vocations.xml
You are able to create vocs from vocations.xml because ive done it alot.

@edit
just figured out this was a rly old post....
 
Hey I figured it out. After you edit your vocations.xml make sure to update your SQL database by going into phpmyadmin and importing the .sql file in the schemas folder of your server files.
 
Back
Top