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

    Lua Rope an old problem

    how add check inventory? can you show me?
  2. justikar

    Lua Rope an old problem

    i have the following error, when i use rope on itself, or itens, objcts in bp..I saw some assunts related to rope. lua but not a solution. im using avesta 7.6 0.6.3 data/actions/scripts/tools/rope.lua:eek:nUse Description: (luaGetThingFromPos) Tile not found function onUse(cid, item, frompos...
  3. justikar

    Solved onCastSpell

    try ths: local function doRemoveField(cid, pos) pos.stackpos = 254 local field = getThingfromPos(pos) local playerPos = getPlayerPosition(cid) if(field.uid > 0 and isInArray(FIELDS, field.itemid) == TRUE) then doRemoveItem(field.uid) doSendMagicEffect(pos...
  4. justikar

    Solved Changing atack speed.

    vocations.lua atackspeed:
  5. justikar

    Solved onCastSpell

    what version of otserver
  6. justikar

    Lua SPELLBOOK - AVESTA 7.6

    no..everything ok
  7. justikar

    Rented :)

    which tibia version do you use? i can help you with the website
  8. justikar

    Solved onCastSpell

    check your destroyfield.lua if exist, if you find, send it here
  9. justikar

    Error Website TFS 1.0 install

    INSERT INTO `players` (`name`, `world_id`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`...
  10. justikar

    Error Website TFS 1.0 install

    you need to create some tables in you mysql. ALTER TABLE `accounts` ADD `page_access` int(11); ALTER TABLE `accounts` ADD `page_lastday` int(11); ALTER TABLE `accounts` ADD `email_new` varchar(255); ALTER TABLE `accounts` ADD `email_new_time` int(15); ALTER TABLE `accounts` ADD `rlname`...
  11. justikar

    Website help

    use nicaw acc or modern acc man
  12. justikar

    Nicaw Website problems with Data

    simple: goto your config.inc (nicaw folder) # Set data directory of your OT server $cfg['dirdata'] = 'C:\Users\Danielle Barroso\Desktop\teste\860\ult\Avesta063\data/'; <---- set your data directory
  13. justikar

    Localhost Problem ...

    you need to deleted all files in xampps/htdocs and put your site files there.
  14. justikar

    Lua SPELLBOOK - AVESTA 7.6

    Hi,my spellbook action doesnt work, someone have a solution? action.xml: <action itemid="2175" script="spellbook.lua" /> lua: function onUse(cid, item, frompos, item2, topos) local count = getPlayerInstantSpellCount(cid) local text = "" local t = {} for i =...
  15. justikar

    Lua ultimate healing rune problem - avesta 7.6

    solved...was wrong item number..
  16. justikar

    Lua ultimate healing rune problem - avesta 7.6

    When i use UH, i receive the massage: you can not use this object. how can i fix it local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat...
  17. justikar

    Lua NPC BOAT AVESTA 7.6

    thanks..this work
  18. justikar

    Lua NPC BOAT AVESTA 7.6

    uhn.. ok thanks..i forgot one question...how can i make players go back to temple when premmy time expires..some simple question are making me crazy
  19. justikar

    Lua NPC BOAT AVESTA 7.6

    Hi, someone have a boat script working good, that only premmium players? PS: and skulls cant travel.. I almost done with my 7.6 rl map...i need know only this..
  20. justikar

    Solved Learnspells - all playersstart with all spells

    i just put needlearn="1" in all spells line before script=""
Back
Top