• 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. A

    [OTCLIENT] Function change vocations

    BUMP HELP
  2. A

    Exp rate doesn't effect in-game

    Maybe change this: Config.lua Rate exp from 500 to 1.0 You dont have errors in console?
  3. A

    [OTCLIENT] Function change vocations

    You know about this error? i dont have ideas :/ Icons = {} Icons[PlayerStates.Poison] = { tooltip = tr('You are poisoned'), path = '/images/game/states/poisoned', id = 'condition_poisoned' } Icons[PlayerStates.Burn] = { tooltip = tr('You are burning'), path = '/images/game/states/burning'...
  4. A

    [OTCLIENT] Function change vocations

    I do this and that dont work :/ can you look on code? @edit and 0 errors ;/ Icons = {} Icons[PlayerStates.Poison] = { tooltip = tr('You are poisoned'), path = '/images/game/states/poisoned', id = 'condition_poisoned' } Icons[PlayerStates.Burn] = { tooltip = tr('You are burning'), path =...
  5. A

    [OTCLIENT] Function change vocations

    Hello, i create custom health bar for my OT and i need help: I need function when we are vocation = 1 then avatar from bar is: and when we vocation = 2 then avatar changed to some diffrent.. i make this but dont work :/ can you help me? please.. Backgrounds = { [0] = { path =...
  6. A

    Scripter OTC Health Bar Hud

    @margoh i did it! :D but i dont know how to use vocation function, i dont know where i can put this and others.. can you help me? i add something like this and dont work: Backgrounds = { [0] = { path = '/images/game/machine/avatar.png'}, [1] = { path = '/images/game/machine/avatar2.png'}...
  7. A

    Scripter OTC Health Bar Hud

    @margoh I tried but result is many errors and cant open this :(
  8. A

    Stun yourself when cast spell (spells)

    Ok i solved this: function onCastSpell(cid, var) mayNotMove(cid, true) addEvent(mayNotMove, 5000, cid, false) return true end Thanks @Shadowsong !
  9. A

    Stun yourself when cast spell (spells)

    mayNotMove(cid, true) work but its forever, can you add for 2sec notmove?
  10. A

    Stun yourself when cast spell (spells)

    TFS 1.0 i search luafunctions.cpp in my source and this file doesnt exist
  11. A

    Stun yourself when cast spell (spells)

    doesnt work :/
  12. A

    Stun yourself when cast spell (spells)

    BUMP, help me :/
  13. A

    Scripter OTC Health Bar Hud

    BUMP discord: Adamox#6796
  14. A

    Stun yourself when cast spell (spells)

    Hello, i need add to this script: When we use spell, then we cant move for 2sec, can you help me? i cant use nomove :/ local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat1, COMBAT_PARAM_DISTANCEEFFECT, 39)...
  15. A

    Scripter OTC Health Bar Hud

    Hello, i need make something like this: On serwer is four vocations and each have another avatar, i will create four bars images... What i need? I need mod for otclient - Health Info with this work image, and when we are vocation 1 then have avatar from my pic, when have vocation 2 then have...
  16. A

    Search people who can change ip with hex

    Problem resolved,
  17. A

    Mapper Looking for mapper - Naruto Story

    Do you searching mapper for dead-ots? And this offer is fully funny ^^
  18. A

    Loot from bosses with chance tfs 0.3.6

    Hi, i need find script for loot from bosses with chance for each item and count, and it need be lua, i cant find it on internet, so maybe you can help me? I fint this, need add more items, and chance for each item.. can anybody add this? because if i add this, then errors ;/ function...
  19. A

    Spell Area Stun

    Hello, anyone know why i cant use this spell area? only i can target, when i have in spells.xml needtarget="0" local area = { {0, 1, 1, 1, 0}, {1, 1, 1, 1, 1}, {1, 1, 2, 1, 1}, {1, 1, 1, 1, 1}, {0, 1, 1, 1, 0} } local areaEffect = { {0, 1, 1, 1, 0}, {1, 1, 1, 1...
  20. A

    Spell - Buffs

    Hello i made this script, and i dont know how to add: When spell is active (Buff ON) then this spell remove -5% health per seconds, can you help me? local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, 8) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE...
Back
Top