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

Mana tick

Entral

C
Joined
May 1, 2009
Messages
371
Reaction score
0
Location
Sweden
Hello!
Where do i change mana and hp tick? right nwo they gain 5 mana, but i want it to be 50.. how do i change it?
 
tried, but they still got the same

Code:
	<vocation id="2" name="Druid" description="a druid" needpremium="0" gaincap="10" gainhp="5" gainmana="30" gainhpticks="6" gainhpamount="5" gainmanaticks="4" gainmanaamount="50" manamultiplier="1.1" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="2">
		<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="1.8" sword="1.8" axe="1.8" distance="1.8" shielding="1.5" fishing="1.1" experience="1.0"/>
	</vocation>
 
Because they still have old conditions.
PHP:
UPDATE `players` SET `condition` = '';

or `conditions` dont remember, heh.
 
Back
Top