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

    Lua Second/Third Promo NPC "You are already promoted".

    1) What's wrong with your original NPC lib file? What do you need changed/added? Show us your lib file - You don't need storage for the vocations with the script (fyi). 2) Gave you a link in PM for an 10.94 item editor. 3) I don't think you can do that with trade (don't take my word for it), but...
  2. Fablow

    [USA] RealOpenTibia - CustomRealMap [10.99]

    Bump - Updating coming friday...stay tuned for details on our website: http://realopentibia.com Also, server events, double exp, & double loot will start on Friday after the update!
  3. Fablow

    Lua Second/Third Promo NPC "You are already promoted".

    My server (realopentibia.com) is 10.99, and I haven't found a OTB editor for 10.99, yet.
  4. Fablow

    Lua Second/Third Promo NPC "You are already promoted".

    Instead of using NPC for third promotion, I use an item to do that on-use. Then make that item buyable via NPC. Actions.XML: <action itemid="5952" script="promotion.lua" /> promotion.lua: local vocations = { [5] = 9, [6] = 10, [7] = 11, [8] = 12, } function onUse(cid, item...
  5. Fablow

    The Forgontten Server

    Google Search Trying to avoid posting links to other forums
  6. Fablow

    The Forgontten Server

    What version do you want to start with? The most completed real map that's obtainable on web is 10.94.
  7. Fablow

    [USA] RealOpenTibia - CustomRealMap [10.99]

    12 hours left of double experience, and double loot!
  8. Fablow

    Compiling Compiling on Ubuntu 15.04 (Won't compile, but no errors show)

    [Solved] Solution: Well, I don't know if this is a 'solution' per say, but this is what I did. Step 1: Downloaded latest ForgottenServer on my computer. Step 2: Logged in as Root Step 3: Transferred files over into a folder called 'ots'. Step 4: root@localhost:~# cd ots root@localhost:~/ots#...
  9. Fablow

    Compiling Compiling on Ubuntu 15.04 (Won't compile, but no errors show)

    Yes, I'm sure the path is correct. Thank you for your help. I appreciate it. Hopefully I can find a solution, or someone has one =).
  10. Fablow

    Compiling Compiling on Ubuntu 15.04 (Won't compile, but no errors show)

    No, there is no message 'test'. X@localhost:~/forgottenserver/build$ cmake .. -- Configuring done -- Generating done -- Build files have been written to: /home/X/forgottenserver
  11. Fablow

    Compiling Compiling on Ubuntu 15.04 (Won't compile, but no errors show)

    EDIT: There is nothing before: -- Configuring done -- Generating done Yes, I'm using the updated tfs. To be fair, I have tried other distributions, and the same result. Here is my 'CMakeLists.txt' file: cmake_minimum_required(VERSION 2.8) set(CMAKE_DISABLE_SOURCE_CHANGES ON)...
  12. Fablow

    Compiling Compiling on Ubuntu 15.04 (Won't compile, but no errors show)

    Yes, I've installed all the required tools. root@localhost:~# sudo apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev libboost-iostreams-dev libpugixml-dev Reading package lists... Done Building dependency tree Reading state information...
  13. Fablow

    Compiling Compiling on Ubuntu 15.04 (Won't compile, but no errors show)

    Here is what I get: X@localhost:~$ cd forgottenserver X@localhost:~/forgottenserver$ mkdir build X@localhost:~/forgottenserver$ cd build X@localhost:~/forgottenserver/build$ cmake .. -- Configuring done -- Generating done -- Build files have been written to: /home/X/forgottenserver...
  14. Fablow

    Compiling Compiling on Ubuntu 15.04 (Won't compile, but no errors show)

    Hello, it seems I'm having issues compiling on my Ubuntu 15.04. I do everything right (or seems that way), and when I go to run the command 'make' it just goes like this below, without compiling. Any ideas? X@localhost:~$ cd forgottenserver X@localhost:~/forgottenserver$ mkdir build mkdir...
  15. Fablow

    [USA] RealOpenTibia - CustomRealMap [10.99]

    Right now we have the following going on: Double Experience Double Loot SMS Points for Level These events are going on for a LIMITED time only! We also have an update coming up, more information is available on our website. What are you waiting for? Create an account now!
  16. Fablow

    Alpha-Test Part 2 - Multiverse - Released **New Client**

    In my spare time, I will hop on and try for sure. Looks like you have a great concept, and more work a head of you. I agree, you must do what you want, not want everyone else wants. Let's face it, we all don't know what we want. @Flatlander I see a lot more people moving hosting into Canada...
  17. Fablow

    Any oldies left? :-) //silentdefender

    Joined OTFans in 2006 - different name > Toskalyn Joined here 2008 - Assassin Legend > Toskalyn > Fablow
  18. Fablow

    [USA] RealOpenTibia - CustomRealMap [10.99]

    Bump! Come check us out why?: Raids, and Raid Tokens (for raid token shop in-game!) coming in on 1/19/2017. Check some of the features out! Update coming with a new city, new items, more quests, updated vip, ANOTHER SERVER EVENT, also GUILD EVENTS in-game for GUILD SHOP POINTS! SMS/Guild Shop...
Back
Top