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

    Function make the serv down

    i use thats function make by me in one spell but when i use the spell the serve's down function onCastSpell3(parameters) if (math.random(0, 100) <= (50 + (getPlayerSkill(parameters.cid, SKILL_DISTANCE)-getPlayerSkill(getCreatureTarget(parameters.cid), SKILL_SWORD)))) then...
  2. foxkbt

    add iten in certain container

    bump
  3. foxkbt

    percent spell!

    no you dont understand I want the random to be done after half a second!!!
  4. foxkbt

    add iten in certain container

    dosent work! 23/09/2010 10:48:55] [Error - LuaScriptInterface::loadFile] data/actions/scripts/test drop.lua:3: ')' expected near ',' [23/09/2010 10:48:55] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/test drop.lua) [23/09/2010 10:48:55] data/actions/scripts/test...
  5. foxkbt

    percent spell!

    no u dont understand! i will post the complet spell local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 255) setCombatParam(combat1, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_GREENSTAR) function...
  6. foxkbt

    percent spell!

    my problem is that dosent work in my spell local function onCastSpell1(parameters) if (math.random(0, 100) < 50 + getPlayerSkill(cid, SKILL_DISTANCE)) then doCombat(parameters.cid, combat1, parameters.var) else doSendAnimatedText(getPlayerPosition(parameters.cid), "MISS", COLOR_WHITE)...
  7. foxkbt

    add iten in certain container

    bump
  8. foxkbt

    add iten in certain container

    would like a function like this if player get special bag add item special armor inside the special bag ps: the special bag is inside another bag thx for advanced rep++
  9. foxkbt

    request tutorial HOW TO EDIT SOUCERS

    i see that tutorial! but I need something more specific say what each has sources and their functions for example: must create a new type of damage (wind) but not know where I edit the sources
  10. foxkbt

    request tutorial HOW TO EDIT SOUCERS

    well ... I had many ideas for my server tibia lately! but most also need to edit the sources i decided to look for a tutorial on how to edit the sources but not found! then decided to put here in otland an application for a tutorial! how to understand each source and edit them! I...
  11. foxkbt

    open pokedex XD

    I figured it ... can someone send me a link to a tutorial on how to edit soucers the tibia?
  12. foxkbt

    open pokedex XD

    most here have heard of pokemon online! I would like to know how to opening a window like a Pokédex form pokemon online with options to choose from! thx for advanced rep++
  13. foxkbt

    do not drop certains backpack

    I did not tell my idea! and know how to do this, it is essential for my project! I'm not asking to give me the script ready I just want to know where the edict in soucers plx...
Back
Top