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

    [France] [8.60] BudexOT Custom OT PvP-E | War & RPG & Fun | Starts 08 December 18:00 CET

    Again here too. It's the fourth time you are launching this server, don't you give up?
  2. dervin13

    How to block player to pass in a tile where there's a player?

    Walkthrough my version is 1.2, I want to put it to avoid in some doors players walkthrough
  3. dervin13

    How to block player to pass in a tile where there's a player?

    Hi, anyone know a movement condition that block another player to try to go in sqm and it's not possible because there's a player in this sqm? thx
  4. dervin13

    Frags list web tfs 1.x

    Is it possible to transform this frag list into tfs 1.x? I already search a lot in the forum and didn't find any frag list to new tfs thanks //frags list by Xampy $i = 0; $frags_limit = 10; // frags limit to show? // default: 10 $player_frags =...
  5. dervin13

    Tibia 8.6. OTX2 or OTX3?

    No 😬
  6. dervin13

    Tibia 8.6. OTX2 or OTX3?

    Well good to hear you, it’s a option too. But for me it wasnt good enough. For a long time I stayed in 0.4 because people says its most stable and has more features. I take too long to give a try in otx3 because of it. Don’t know “if I used it wrong”, but Now i’m satisfied Related to otx2 it’s...
  7. dervin13

    Tibia 8.6. OTX2 or OTX3?

    I do like otx 3, i changed to it about 3 months ago, before I used for years tfs 0.4. If you search in forum you'll see a lot of different opinion between TFS 1.3 and OTX3, they are quite similar. I think you should choose one of those, the new stuffs nowadays are based on tfs 1.3 and you have...
  8. dervin13

    The server turns itself off

    Probably is this serversave. You can use this one just ajust your time in globalevents and the warning message. local function saveServer() cleanMap() broadcastMessage("Clean map completed and the next clean at on 5 hours.", MESSAGE_STATUS_CONSOLE_RED) end function onThink(interval)...
  9. dervin13

    The server turns itself off

    Some servers it is "Global Save" or "Globalsave" look into your config.lua and globalevents if there's something that shutdown the server.
  10. dervin13

    AAC HTTPS - SSL problems

    Here its trust too
  11. dervin13

    Lua question error what is and how to solve

    Someone knows how to solve and what is it? Lua Script Error: [Npc interface] (Unknown scriptfile) data/npc/lib/npcsystem/modules.lua:1012: [ShopModule.onSell] items[itemid] == nil parte of the code function ShopModule:callbackOnSell(cid, itemid, subType, amount, ignoreEquipped, _)...
  12. dervin13

    [MyAAC][Plugin] Most powerful guilds (TFS 0.3/4 and 1.0)

    I think its some problem with compatibility but I have no idea of what it is, because I was using it without any problems in ubunth 14. I updated my ubuntu to 18 including php to 7 and after that the plugin disapprared solved just downgraded the hooks in past system
  13. dervin13

    [MyAAC][Plugin] Most powerful guilds (TFS 0.3/4 and 1.0)

    I installes here in new ubuntu 18 and nothing happens, do you know how to see errors or what happened? Thanks
  14. dervin13

    Convert to tfs 1.3

    Solved, I found a way. Based in some scripts that I found. I use this to normal magic wall local id = 1497 local combat = Combat() combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) combat:setParameter(COMBAT_PARAM_CREATEITEM, id) function removeMw(pos, mw, wall) local...
  15. dervin13

    Convert to tfs 1.3

    Tried to restart and nothing. It creates 1497 <item id="1497" article="a" name="magic wall"> <attribute key="type" value="magicfield" /> <attribute key="decayTo" value="0" /> <attribute key="duration" value="20" /> </item> <item id="1498" article="a"...
  16. dervin13

    Convert to tfs 1.3

    Just reloaded, will try to restart
  17. dervin13

    Convert to tfs 1.3

    Yes, I tried this, to use another cooldown in a spell but it always create 1497, even if i put 1498 Used this on local combat = Combat() combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) combat:setParameter(COMBAT_PARAM_CREATEITEM, 1498) function onCastSpell(creature, variant...
  18. dervin13

    Convert to tfs 1.3

    Bump, I tried some changes and nothing. Tried to use m wall of id 1498 to change in items.xml but it always create 1497
  19. dervin13

    Convert to tfs 1.3

    local removeTime = 3 * 1000 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497) local arr = { {0, 1, 0}, {0, 2, 0}, {0, 0, 0} } local area = createCombatArea(arr) setCombatArea(combat, area) function onCastSpell(cid, var) area.stackpos = 254...
  20. dervin13

    Lua Help autoloot talkaction

    Hello, someone can help me to solve this problem? Lua Script Error: [TalkAction Interface] autoloot.lua:6: attempt to index field '?' (a nil value) autoloot.lua:39: attempt to index field '?' (a nil value) thanks function onSay(player, words, param) local split = param:split(",")...
Back
Top