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

9.8 pvp not working

i just used the no vocation id .. my server is based on rookgaard
but when you look at someone it says "this player has no vocation"
 
Go to your vocations.xml....


you should see something like this...

Code:
	<vocation id="0" clientId="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="2" manamultiplier="4.0" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="0" attackable="no" droploot="no">
		<formula meleeDamage="1.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.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/>
	</vocation>



attackable="no" droploot="no"

is the problem here...


remove these... or change no to yes...

This will fix both of your 'pvp no working' and not dropping items problem
 
Go to your vocations.xml....


you should see something like this...

Code:
	<vocation id="0" clientId="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="2" manamultiplier="4.0" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="0" attackable="no" droploot="no">
		<formula meleeDamage="1.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.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/>
	</vocation>



attackable="no" droploot="no"

is the problem here...


remove these... or change no to yes...

This will fix both of your 'pvp no working' and not dropping items problem

god i wish it was that easy...
not sure what server that vocations.xml is in but in mine its this:
Code:
	<vocation id="0" clientid="0" name="None" description="none" gaincap="20" gainhp="5" gainmana="5" gainhpticks="4" gainhpamount="1" gainmanaticks="4" gainmanaamount="1" manamultiplier="4.0" attackspeed="2000" basespeed="220" soulmax="100" gainsoulticks="120" fromvoc="0">
		<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
		<skill id="0" multiplier="1.5"/>
		<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.5"/>
		<skill id="6" multiplier="1.1"/>
	</vocation>
edit: i see that vocations.xml is from here: http://otland.net/f18/9-46-forgotten-server-v0-3-7-preview-crying-damson-155314/
is that server good? can you run 9.8 on it?
 
Last edited:
Back
Top