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

    Solved how to put npc in tibia

    cant use it what do i do ? thats my scripts local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ICETORNADO) setAttackFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 5, 5, 6, 12) local area =...
  2. C

    Solved how to put npc in tibia

    thanks It worked
  3. C

    Solved how to put npc in tibia

    replace it with what ?
  4. C

    Solved how to put npc in tibia

    do i just copy paste ??
  5. C

    Solved how to put npc in tibia

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ICETORNADO) setAttackFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 5, 5, 6, 12) local area = createCombatArea(AREA_CROSS5X5) setCombatArea(combat...
  6. C

    Solved how to put npc in tibia

    i want it to get stronger everytime u get a reb
  7. C

    Solved how to put npc in tibia

    how can i make spells at reb 1 or reb 2
  8. C

    Solved how to put npc in tibia

    thanks it worked :D
  9. C

    Solved how to put npc in tibia

    yes i did restart my server and here is the lib config --[[ * File containing deprecated functions and constants used by alot of scripts and other engines ]]-- --bit = require("bit") TRUE = true FALSE = false LUA_ERROR = false LUA_NO_ERROR = true LUA_NULL = nil TALKTYPE_CHANNEL_R1 =...
  10. C

    Solved how to put npc in tibia

    still not working i get this error [18/12/2014 21:14:10] [Error - Npc interface] [18/12/2014 21:14:10] data/npc/scripts/rebirth.lua:onCreatureSay [18/12/2014 21:14:10] Description: [18/12/2014 21:14:10] data/npc/scripts/rebirth.lua:55: attempt to call field 'executeQuery' (a nil value)...
  11. C

    Solved how to put npc in tibia

    yes i get that 18/12/2014 16:17:54] [Error - Npc interface] [18/12/2014 16:17:54] data/npc/scripts/rebirth.lua:onCreatureSay [18/12/2014 16:17:54] Description: [18/12/2014 16:17:54] data/npc/scripts/rebirth.lua:55: attempt to call field 'executeQuery' (a nil value) [18/12/2014 16:17:54] stack...
  12. C

    Solved how to put npc in tibia

    nothing it just logs and when u look at urself it says u have 1 reb
  13. C

    Solved how to put npc in tibia

    when i say to npc hi then rebirth i actually do a rebirth but i stay i level 717217
  14. C

    Solved how to put npc in tibia

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  15. C

    [Poland] Evolera [8.6] 9999x exp custom evo

    evolera staff members are the best staff no one of them do something wrong . they all work together to help develop the server i love that :D
  16. C

    Lua how do i make spells for rebirths

    how do i know it that id for that spell i cant understand how should i know the id that equal for that spell
  17. C

    Lua how do i make spells for rebirths

    how do i know the id ?
  18. C

    Linux Server offline, i dont know why!

    I mean did u test it on whatsmyip.org??
  19. C

    Linux Server offline, i dont know why!

    did u make sure ur ports are opened ?
  20. C

    Solved how to put npc in tibia

    hey when i do rebirth i am still lvl 717217 how can i make it lvl 8 anyone please help when i do rebrith at lvl 717217 i am still 717217 i need to be lvl 8 when i do rebirth
Back
Top