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

    Solved Linux - Error: undefined reference to `Tile::getHeight() const'

    First try to build your project in a new location, if that doesn't work, check the makefile if you link libraries in the correct order
  2. mpa

    Solved Linux - Error: undefined reference to `Tile::getHeight() const'

    hmm probably some error with the makefile?
  3. mpa

    Solved Linux - Error: undefined reference to `Tile::getHeight() const'

    nvm my last post im wasted you declare it int32_t but return uint32_t
  4. mpa

    EXP/Skill/ML Ring

    You can edit player.lua in events, in this example I used a power ring as the exp ring, you have to edit items if you want a custom ring. in /data/events/scripts/player.lua: under: function Player:onGainExperience(source, exp, rawExp) add: -- Apply bonus experience multiplier if wearing...
  5. mpa

    Action [TFS 1.1] Item's upgrading by jewels

    18:11 You see a spike sword+1 (Atk:26, Def:23 +3). It weighs 50.00 oz. It can be enchanted with an element. Item ID: 2383 Position: 95, 134, 7 18:11 Upgrade to level 1 successful! 18:11 You see a spike sword+1 (Atk:26, Def:23 +3). It weighs 50.00 oz. It can be enchanted with an element. Item ID...
  6. mpa

    Help compiling TFS 1.2

    Did you install the TFS SDK and Boost C++ libraries? https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows
  7. mpa

    moving tfs1.1 script to 1.2 console error with null value

    onUse is changed in 1.2: onUse(player, item, fromPosition, target, toPosition, isHotkey) I dont have time to check anything else right now. I will come back later.
  8. mpa

    [Netherlands] [Highrate] Faloria 7.4 OPENS 4/7 18.00 GMT+2 [Custom client]

    What is the reason you are using different exp table?
  9. mpa

    [SWE] International OT 8.6 | Edited Real Map | Upgrade System | Events

    When can we make accounts and characters? It says 1h 30 min left, but the clock is 16.00 ??
  10. mpa

    [SWE] International OT 8.6 | Edited Real Map | Upgrade System | Events

    I just noticed it says saturday in the original post, but it's starting tomorrow, right?
  11. mpa

    [SWE] International OT 8.6 | Edited Real Map | Upgrade System | Events

    I don't like to only spend 5 minutes per hunting spot at lower levels. To me it seems like the lower rate servers are more popular these days. But some of them are too low rates. The ideal rates for me would be something like this: 0-50, 100x 51-100, 50x 101-150, 25x 151-200, 15x 201-225, 10x...
  12. mpa

    [SWE] International OT 8.6 | Edited Real Map | Upgrade System | Events

    the exp rates are a bit too extreme..
  13. mpa

    Compiling [Debian 7.1] [0.3.6] undefined reference to symbol 'pthread_getspecific@@GLIBC_2.0'

    Alright, that works! The linux box is pretty slow, so I will update in about 5 minutes with the result. - - - Updated - - - It worked now! Thank you, fluidsonic! rep+
  14. mpa

    Compiling [Debian 7.1] [0.3.6] undefined reference to symbol 'pthread_getspecific@@GLIBC_2.0'

    Thank you! I did like you said and will try to compile now. Let's see if it works! - - - Updated - - - Now it won't even compile. Only this happens: make all-am make[1]: Entering directory `/home/cryingdamson' make[1]: Leaving directory `/home/cryingdamson' - - - Updated - - - Also, I...
  15. mpa

    Compiling [Debian 7.1] [0.3.6] undefined reference to symbol 'pthread_getspecific@@GLIBC_2.0'

    Do you know where the test-libs.patch is located? Or should I add it to Makefile?
  16. mpa

    Compiling [Debian 7.1] [0.3.6] undefined reference to symbol 'pthread_getspecific@@GLIBC_2.0'

    I get the following error when I try to compile 0.3.6 Crying Damson on Debian 7.1 g++ -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -o theforgottenserver actions.o allocator.o baseevents.o beds.o chat.o combat.o condition.o...
  17. mpa

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    Why is the configure.ac from 0.3.5? You said this server is 0.3.6.
  18. mpa

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    So this one doesn't have guild war system?
Back
Top