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

    Linux [LINUX] Tibia 8.6 using too much CPU

    I've set to 10, and change from 50% to 30% I think it is something on wine/playonlinux 30% still an absurd That is not the point of the topic Anyways.. I played 7x,8x,10x 7x have lot bots too, its my favorite to play on hands 10x have bots too, there are a few customs goods, i just don't...
  2. fyalhed

    Linux [LINUX] Tibia 8.6 using too much CPU

    I miss to play OTs, so i download from my backups all my files 8.6 (tibia+mc, elfbot with a lot of scripts since global, ipchanger)... Yes 8.6, i have no time to play on hands and this is the best version to play with bots (i love elfbot), i know a lot ppl here don't like this version, but i do...
  3. fyalhed

    Compiling Compiling 0.4 on 18.04

    try this https://otland.net/threads/compile-otserver-debian-9.255345/ works to me
  4. fyalhed

    TFS 0.X area spell instead of a itself spell

    thanks bro!
  5. fyalhed

    TFS 0.X area spell instead of a itself spell

    The players on area are saying BUFFED But it is not adding any buff Like on this local add: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local condition =...
  6. fyalhed

    TFS 0.X bug npc sell itens with storage

    i tried to make this npc to sell assassin star to who have the storage for assassins local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  7. fyalhed

    TFS 0.X area spell instead of a itself spell

    I'm trying to make this spell works on area instead of work in the player who cast local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local area = createCombatArea(AREA_SQUARE1X1)...
  8. fyalhed

    TFS 0.X utori 0.4

    how to make this spell a area spell local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local area = createCombatArea(AREA_SQUARE1X1) setCombatArea(combat, area) local condition =...
  9. fyalhed

    TFS 0.X escape remove all targets

    What is it? https://github.com/peonso/forgottenserver036pl1/blob/master/src/protocolgame.cpp#L1997-L2005 It have to be pass to luascript.cpp so can be used or it can be used as well? what should i do?
  10. fyalhed

    TFS 0.X escape remove all targets

    @Mkalo told to add sendCancelTarget https://github.com/peonso/forgottenserver036pl1/blob/master/src/protocolgame.cpp#L1997-L2005 my source code already have this https://github.com/Fir3element/3777/blob/aef29d0ac94140c5d095cb1f55a34035e42746b3/src/protocolgame.cpp#L2197-L2206 how to use in a...
  11. fyalhed

    TFS 0.X utori 0.4

    how to make a DPS healing spell to 0.4? i mean, when player call this spell it heal +3 hp per second but it for 300 seconds (5 min) [900 after all] and if player call the spell again, just reset
  12. fyalhed

    TFS 0.X escape remove all targets

    Is it possible to make a spell to when player call this everyone who have he as target lose the target? something using getCreatureTarget(cid) https://github.com/Fir3element/3777/blob/master/src/luascript.cpp
  13. fyalhed

    Action Exercise Dummy for TFS 0.4 :o

    which one is the final script?
  14. fyalhed

    Action Exercise Dummy for TFS 0.4 :o

    I'm little confused wich is the final scripts? unbugged... This new function that not allow the thread creator edit the topic is sucks
  15. fyalhed

    Lua Dugeon Lever

    [11:10:23.345] [Error - Action Interface] [11:10:23.345] data/actions/scripts/dungeon_lever.lua:onUse [11:10:23.345] Description: [11:10:23.345] attempt to index a number value [11:10:23.345] stack traceback: [11:10:23.345] [C]: in function 'getSpectators' [11:10:23.345]...
  16. fyalhed

    Lua Dugeon Lever

    [13:17:05.067] [Error - Action Interface] [13:17:05.067] data/actions/scripts/dungeon_lever.lua:onUse [13:17:05.067] Description: [13:17:05.067] data/actions/scripts/dungeon_lever.lua:53: attempt to index global 'Game' (a nil value) [13:17:05.067] stack traceback: [13:17:05.067]...
  17. fyalhed

    Lua Dugeon Lever

    Amazing, but not work [11:31:04.658] [Error - LuaInterface::loadFile] data/actions/scripts/dungeon_lever.lua:1: ')' expected near '=' [11:31:04.658] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/dungeon_lever.lua) [11:31:04.658]...
  18. fyalhed

    TFS 0.X Players with expboost cant login

    thank you!
  19. fyalhed

    TFS 0.X Players with expboost cant login

    There is something wrong on NPC who add the expvouncher? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function ExpBackNormal_EndVoucher(cid, bonus) local rates =...
  20. fyalhed

    TFS 0.X Players with expboost cant login

    [0:45:22.069] Axe has logged in. [0:45:22.070] [Error - CreatureScript Interface] [0:45:22.070] data/creaturescripts/scripts/expvouncher.lua:onLogin [0:45:22.070] Description: [0:45:22.070] data/creaturescripts/scripts/expvouncher.lua:2: attempt to compare number with string [0:45:22.070] stack...
Back
Top