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

vocation.xml

  1. Error 502

    Feature [1.5] add magicDamage in vocation.xml

    [1.5] add magicDamage in vocation.xml default------------> magicDamage="1.2" vocation.h [1/4] search float meleeDamageMultiplier = 1.0f; add below float magicDamageMultiplier = 1.0f; vocation.cpp [2/4] search if ((attr = childNode.attribute("distDamage"))) {...
  2. A

    TFS 1.X+ Vocation.xml

    Hi... I need to change magdmg for next transform ( next vocation ) in vocation.xml (like a profit from got transform ). Unfortunately in tfs 1.3 i can';t find something like this: <formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0"...
Back
Top