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

Search results

  1. I

    TFS 0.X Error Utito tempo

  2. I

    TFS 0.X Error Utito tempo

    up
  3. I

    TFS 0.X Error Utito tempo

    4 vocation and 4 promoted
  4. I

    TFS 0.X Error Utito tempo

    utito tempo doesnt give skill boost using item with this script, how to fix it? local condition1 = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(condition1, CONDITION_PARAM_TICKS, -1) setConditionParam(condition1, CONDITION_PARAM_SKILL_CLUB, 16) setConditionParam(condition1...
  5. I

    elemental weapons over damage

    cyclops has 260 hp and elemental melee weapon deal over damage 1656888233 how to fix it
  6. I

    TFS 0.X movements condition atribute

    local condition1 = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(condition1, CONDITION_PARAM_TICKS, -1) setConditionParam(condition1, CONDITION_PARAM_SKILL_CLUB, 50) setConditionParam(condition1, CONDITION_PARAM_SKILL_SWORD, 50) setConditionParam(condition1...
  7. I

    Ese item and move item same time

    where i edit for use item and move item same time? ex: use mana potion and looting monsters 8.60 otx 2.8
  8. I

    Compile error

    how fix this compile otx 2.8
  9. I

    Decreases damage for each attack

    this "player ml / 25" is how many atk has the spell, i want know decrease 20% from previous atk example: player ml 100 attack 4x: 1000 -> 800 -> 640 -> 512
  10. I

    Decreases damage for each attack

    I did this spell, but i don't know how decrease damage for each iteration local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) function onGetFormulaValues(cid, level, maglevel) local levelTotal = level / 5 local min = levelTotal + (maglevel *...
  11. I

    Use 100x item if have 100 item

    same bug, if player split 100 and use item increase stor and no remove items
  12. I

    Use 100x item if have 100 item

    same bug, player use 1 + 99 in bag and increase 100 storage but no remove items
  13. I

    Use 100x item if have 100 item

    local config = { [12782] = {exp = 97001, lvl = 79001, typ3="Hitpoints"}, [12783] = {exp = 97002, lvl = 79002, typ3="Manapoints"}, [12784] = {exp = 97003, lvl = 79003, typ3="Magic Level"}, [12785] = {exp = 97004, lvl = 79004, typ3="Melee"}, --[?] = {exp = 97005, lvl = 79005...
  14. I

    Use 100x item if have 100 item

    local config = { [12782] = {exp = 97001, lvl = 79001, typ3="Hitpoints"}, [12783] = {exp = 97002, lvl = 79002, typ3="Manapoints"}, [12784] = {exp = 97003, lvl = 79003, typ3="Magic Level"}, [12785] = {exp = 97004, lvl = 79004, typ3="Melee"}, --[?] = {exp = 97005, lvl = 79005...
  15. I

    bonus status

    that's not it, but you showed me the way, thx
  16. I

    bonus status

    -- HP -- conditionHP = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(conditionHP, CONDITION_PARAM_TICKS, -1) setConditionParam(conditionHP, CONDITION_PARAM_STAT_MAXHEALTH, n) setConditionParam(conditionHP, CONDITION_PARAM_BUFF, true)...
  17. I

    [TFS 0.4] Slot system by Mock [modified]

    you can edit for works with flat values?
  18. I

    Weapon % max life

    it works, but is this the correct way to do it? local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat1, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatFormula(combat1...
  19. I

    Error SQLite

    how i can fix this? OTX 2.52 - 1557 8.6
  20. I

    Linux Compile OTX 2.8

    how i can compile my source file in linux mint? i have only files .cpp and .h
Back
Top