• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. A

    Lua 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"...
  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"...
  3. A

    Transform system problem (TFS 1.2)

    You are amazing, you know this ? thanks for really fast reply :D 1614685065 I still have problem... when i paste this code to global.lua tfs print me some errors: global.lua: math.randomseed(os.time()) dofile('data/lib/lib.lua') exhaust_transform = {} transform = { [1] = {voc = 8, newVoc =...
  4. A

    Transform system problem (TFS 1.2)

    Hi, someone can help me... where to put this code? Systems global idk where is this : P TFS 1.3 , 8.6
  5. A

    Feature Attack Speed, break default attackSpeed limit, FIX doesn't display hits.

    uint32_t Player::getAttackSpeed() { Item* weapon = getWeapon(); // nie 'attackSpeed', bo taka zmienna juz moze istniec w klasie Creature/Player int32_t attackSpeedzik; if(weapon && weapon->getAttackSpeed() != 0) attackSpeedzik = vocation->getAttackSpeed() -...
  6. A

    AAC Gesior Not Add samples to DB:

    Add samples to DB: Query: SELECT id, name, password, premium_ends_at, email, key, create_ip, creation, premium_points, page_access, location, rlname, email_new, email_new_time, email_code, next_email, last_post, flag FROM accounts WHERE name = '1' SQLSTATE: 42S22 Driver code: 1054 Error...
Back
Top