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

    [TFS 1.4] Advanced tile requeriment for exclusive zones

    Thats a nice script beenii, thanks for uploading this! I updated it with checks for male/female and vocation. Also, there was an error about indexing teleport because of "if teleport.x > 0" or smth like that. I just switched it to canTeleport = 1. edit: spoiler removed my TABS btw from...
  2. Tofame

    Action [1.3] BattleCity 🔥

    works well on 1.4.2 as well! well done bro! 🤝💪
  3. Tofame

    TFS 1.X+ [TFS 1.3] Multiple dispel condition on a spell?

    There you go (and all others who wanted to achieve the same, I also needed it now) I took M4GO loop from here: Lua - TFS 1.2 Removing conditions (https://otland.net/threads/tfs-1-2-removing-conditions.259348/) and put it inside spell. Works well. local combat = Combat()...
  4. Tofame

    Solved Weird monster behaviour in TFS 1.1?

    wow, it was so easy lol. Tested and works. Dzięki :)
  5. Tofame

    Solved Weird monster behaviour in TFS 1.1?

    can I do it so for example in config lua there is (and how if its possible): WhatAlgoToUse: x (x = 0 default, x = 1 algo nr 1, x = 2 algo nr 2 ... ) ? thx in advance
  6. Tofame

    have you noticed that monsters are very dumb in tfs 1.x in comparision with older releases?

    Yeah, this post was/is the reason im staying with 0.4 xD not for long though, maybe I will switch to newer tfs although its kinda easier for me to write scripts in the old one. On the other hand, the compilation is incredibly easy which tempts me enough to start using 1.4 🤔
  7. Tofame

    how to advertise for american and european audience

    Actually, If you learn spanish you can understand a bit of portugese. I was on some dc server and I was understanding half of the sentences (well, knowing the context helped)
  8. Tofame

    OpenTibia Sprite Pack

    Youve got rpg maker vx ace's signs in your pack just so you know.
  9. Tofame

    Lua Script 7 days free vip help

    Looking at his script I think he is using tfs 0.3.x - 0.4 @dewral @samuel157 Firstly, follow this tutorial to add the vip, because I guess you don't have vip system yet... The best VIP system ever! [Action/Movevent/Globalevent]...
  10. Tofame

    [MyAAC][Plugin] List Of Items

    Sure, im at school rn so I will be available in 3 hours. We can either talk on dc (Tofame#6412) or I will explain here.
  11. Tofame

    [MyAAC][Plugin] List Of Items

    You combined portugese with english :D require_once SISTEMA . 'verificado.php'; to require_once SYSTEM . 'verified.php'; $list_pages_verified = array( 'belmont_paste/arquivo' ); $list_pages_verified = array( 'items/head' ); Im very dumb so I couldnt understand what to actually do at the...
  12. Tofame

    [TFS 1.3] Advanced quest chests

    Xikini's reply just above you solves this issue. Just do what he said :D
  13. Tofame

    [8.6] Small dice event room

    You want an explanation how dice event works? Player writes number beetween 1-6. Admin rolls the dice and if the player guessed the number that appears on dice then he wins a prize.
Back
Top