• 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

    pokeserver down with save

    My pokeserver falls upon saving i use pokemon dash 've seen many people with this problem plx help =) rep++
  2. foxkbt

    help table

    thx a lot rep++
  3. foxkbt

    help table

    hello guys from otland I would like to bring up a table in the function:doShowTextDialog like that... local monsters = {"fire elemental","water elemental","electric elemental","earth elemental",} function onUse(cid, item, frompos, item2, topos) doShowTextDialog(cid, item.itemid...
  4. foxkbt

    npc on think problem

    i take this from one off your's scripts sorry if you dont like and thanks for your dedication to helping users of the forum dont apear any error on console just does not work
  5. foxkbt

    npc on think problem

    solved!
  6. foxkbt

    combat on pos.z+1

    a spell that hit the upstairs to hit in whom are flying understand like pos.z + 1 edit@ look at the script before asking
  7. foxkbt

    combat on pos.z+1

    arf bump
  8. foxkbt

    combat on pos.z+1

    bump ¬¬
  9. foxkbt

    combat on pos.z+1

    40 views and no one's help me bump =(
  10. foxkbt

    combat on pos.z+1

    bump
  11. foxkbt

    combat on pos.z+1

    bump
  12. foxkbt

    combat on pos.z+1

    bump
  13. foxkbt

    combat on pos.z+1

    i try to use doAreaCombatHealth to give damage to over the player but dosent work local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 10) local area = createCombatArea(AREA_SQUARE1X1)...
  14. foxkbt

    CS-WAR Tibia

    we are at the end of February can tell us when the game is actually released?
  15. foxkbt

    plx help

    8:54 in the tibia, if two players use two hits at the same time damage is shown as the sum of two hits like to this did not happen
  16. foxkbt

    [8.7] The Forgotten Server v0.2.9 (Mystic Spirit)

    someone knows the ids off new spells like utori kor, exori gran flam and others? thx for the serv great work
  17. foxkbt

    map mark

    but...
  18. foxkbt

    map mark

    =/ i think its possible... since exist the function: doPlayerAddMapMark(cid, pos, type[, description]) but i will need make one function in c++ no?
  19. foxkbt

    remove creatures of area

    u dont understand i want do one function for lib to make scripts more small
  20. foxkbt

    remove creatures of area

    dosent work change for that... function removeRaid(fromPos, toPos) local t = {} for x=fromPos.x,toPos.x do for y=fromPos.y,toPos.y do local v = getTopCreature({x=x, y=y, z=7}).uid if isMonster(v) then table.insert(t, v) end end end for i = 1, #t do doRemoveCreature(t[i])...
Back
Top