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

Vocations.

Bloumer

New Member
Joined
Dec 12, 2008
Messages
198
Reaction score
0
Hi.
If i make new vocations and its work what can i do if this not save on player this vocation if he is priest and he relogout he is elder druid - druid , ed , priest. Help me what i need to change or do for save vocations on PLAYERS.
 
Can you try to rewrite what you wrote so we can help you?
Maybe it's only me but I didn't understand anything of what you said.
 
Thats why i dont like translator :P umm so i have vocation Witcher id 10 - this is 2nd promotion of sorcerer and ms. If someone is (witcher) and logout and login back hes vocation back to id 5 MS or 1 Sorcerer. Why? Maybe that i make fromvoc="1" maybe there must be nothing? Maybe now understand my english isnt good. :p
 
I am building a custom Server from Divinity 7.6.2 with all new Monsters, Items, Spells and some old, I want to have 5 vocations not 4 and you will have 5 characters each with a diferent vocation, Thay will all work to get a spacific goal.

how do I change the vocations, and Add more vocations?

I am using Divinity 7.6.2 super-custom

Vocations I want are:
Thief
Priest
Wizard
Warrior
Mage
 
Last edited:
This is Witcher one of 4 2nd promotion Witcher became from MS this is voc:
Code:
<vocation id="9" name="Witcher" description="a witcher" needpremium="1" gaincap="25" gainhp="20" gainmana="45" gainhpticks="3" gainhpamount="15" gainmanaticks="1" gainmanaamount="20" manamultiplier="1.0" attackspeed="1400" soulmax="200" gainsoulticks="20" fromvoc="1" lessloss="5">
		<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
		<skill id="0" multiplier="1.4"/>
		<skill id="1" multiplier="2.0"/>
		<skill id="2" multiplier="2.0"/>
		<skill id="3" multiplier="2.0"/>
		<skill id="4" multiplier="2.0"/>
		<skill id="5" multiplier="1.4"/>
		<skill id="6" multiplier="1.0"/>
	</vocation>
 

Similar threads

  • Question Question
Replies
2
Views
586
Back
Top