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

[Error/Problem] With Account Manager

Status
Not open for further replies.

STiX

Intermediate OT User
Joined
Aug 22, 2007
Messages
445
Reaction score
135
Location
Western Australia
Okay. I was going to design a new MU Online server so I download the latest version of TFS put in my new map and make some changes to config.lua, outfits.xml and vocations.xml. I load up the server login on the account manager (yes I included a space for the acc manager on the map and changed the co-ords) and he instantly gets kicked. No error message shows up on the console.

This is my vocations.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<vocations>
	<vocation id="0" name="None" description="none" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" attackspeed="2000" 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>
	<vocation id="1" name="Dark Wizard" description="a dark wizard" gaincap="10" gainhp="60" gainmana="60" gainhpticks="1" gainhpamount="1" gainmanaticks="1" gainmanaamount="1" manamultiplier="1.1" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="1">
		<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>
	<vocation id="2" name="Elf" description="an elf" gaincap="20" gainhp="80" gainmana="30" gainhpticks="1" gainhpamount="1" gainmanaticks="1" gainmanaamount="1" manamultiplier="1.4" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="2">
		<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
		<skill id="0" multiplier="1.2"/>
		<skill id="1" multiplier="1.2"/>
		<skill id="2" multiplier="1.2"/>
		<skill id="3" multiplier="1.2"/>
		<skill id="4" multiplier="1.1"/>
		<skill id="5" multiplier="1.1"/>
		<skill id="6" multiplier="1.1"/>
	</vocation>
	<vocation id="3" name="Dark Knight" description="a dark knight" gaincap="25" gainhp="110" gainmana="20" gainhpticks="1" gainhpamount="1" gainmanaticks="1" gainmanaamount="1" manamultiplier="1.0" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="3">
		<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
		<skill id="0" multiplier="1.1"/>
		<skill id="1" multiplier="1.1"/>
		<skill id="2" multiplier="1.1"/>
		<skill id="3" multiplier="1.1"/>
		<skill id="4" multiplier="1.4"/>
		<skill id="5" multiplier="1.1"/>
		<skill id="6" multiplier="1.1"/>
	</vocation>
	<vocation id="4" name="Magic Gladiator" description="a magic gladiator" gaincap="25" gainhp="110" gainmana="60" gainhpticks="2" gainhpamount="2" gainmanaticks="2" gainmanaamount="2" manamultiplier="3.0" attackspeed="2000" soulmax="200" gainsoulticks="15" fromvoc="5">
		<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>
	<vocation id="5" name="Dark Lord" description="a dark lord" gaincap="20" gainhp="110" gainmana="60" gainhpticks="3" gainhpamount="3" gainmanaticks="3" gainmanaamount="3" manamultiplier="1.4" attackspeed="2000" soulmax="200" gainsoulticks="15" fromvoc="4">
		<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>
</vocations>
I think the error is in there somewhere, but am not sure. The error is not because of the loop between the Dark Lord and Magical Gladiator vocations as I fixed that and it still didn't work.
 
Last edited:
~Bump~

I thought this is a TFS Support forum? I have never had to bump a thread so many times! 31 views and NO posts besides my own. If I don't get another post by tommorow, can a Moderator please close this thread. I'm an inch away from leaving this community as I did with OT Fa n s and will just stay with OpenLua.com
 
I think you should start changing it again. No one have time to check all this file, to find the error. I have all on my server with vocations, manager etc. so its your fault. ;)

Start changing again, and remember about "" and spaces. I have too somethink like this, but with spells. I wasn't have 1 space in file, and spells was unable to load, i wasn't have errors message but only unable to load.
 
The problem is that none of us is able to find anything wrong.

Try to redo or undo it.
 
Status
Not open for further replies.
Back
Top