• 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 Custom vocations problem

Arkangel Nyx

Member
Joined
Feb 23, 2012
Messages
176
Reaction score
6
Location
U.S.A.
i added 4 custom vocations for when you get "advanced promotion". It all works fine however i just noticed that when i use certain items..it wont work on the custom vocation.

For example: I advanced a character from royal paladin to the next vocation up(custom one), then i try to use a strong mana potion on that character and it says "only sorcerers, druids and paladins of level 50 or higher may consume this potion".

As you can see..my problem is that this vocation was derived from a pally, but it cannot use pally items. I fixed this same problem with weapons by simply adding the advanced vocations id number to the weapon under weapons.xml, however i tried the same for items and as i thought...it did not work. Anyone know how to fix that? Thank you for your time Otland. <3

REP++

P.s.
Here is one of the advanced promotions from the vocations.xml file:

<vocation id="12" name="Warrior" description="a Warrior" needpremium="1" gaincap="30" gainhp="20" gainmana="10" gainhpticks="8" gainhpamount="10" gainmanaticks="4" gainmanaamount="10" manamultiplier="3.0" attackspeed="2000" soulmax="200" gainsoulticks="15" fromvoc="8" lessloss="50">
<formula meleeDamage="2.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/>
<skill fist="1.1" club="1.1" sword="1.1" axe="1.1" distance="1.4" shielding="1.1" fishing="1.1" experience="1.0"/>
</vocation>
</vocations>

Thought maybe it would be helpful..dunno though.
 
Goto potions.lua and add the custom vocation to it. You can't just make a char and expect it to work with everything, you got to change the weapons and pots so that they are able to be used by that voc too...
 
Yes i understand that..as i said, i fixed it with weapons..i just didn't know how to fix it with items. Anyways thank you, you were very helpful. I am going to try that now.

P.s.
It worked. Thanks again..i added to your rep.
 
Ah i gotcha. I'm pretty much in the same boat :P, cept ive been doing it for a year or so now..so i have actually gained some decent knowledge. But ye i was gonna offer you a job! :P
 
Lol, I've been doing OT for about 3-4 years then came back to WA State and couldn't because I came to Job Corps. Btw I appreciate your offer but I must decline as I already am in a position atm ;)
 
Back
Top