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

[Help] Vocations

sonata

New Member
Joined
Jan 26, 2009
Messages
84
Reaction score
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"/>
which id is which skill?
and
gainhpticks = "#"
gainmanaticks = "#"
gainsoulticks = "#"
i know these are heal for food but..what do i put in..lets say a knight - i want it to heal 5hp + 10 mp /sec what do i input in the ticks value?
 
<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"/>
which id is which skill?
and
gainhpticks = "#"
gainmanaticks = "#"
gainsoulticks = "#"
i know these are heal for food but..what do i put in..lets say a knight - i want it to heal 5hp + 10 mp /sec what do i input in the ticks value?

It goes same as it is in the client...
  • Fist
  • Club
  • Sword
  • Axe
  • Distance
  • Shielding
  • Fishing

Gain Health/Mana ticks is defined in ms, so 1000 = 1s.
 
Back
Top