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

    CreatureEvent [TFS 1.2] Bless free for low level

    Hi. Put this after function onLogin(player) in the file data/creaturescripts/scripts/others/login.lua -- Free bless freeBless = { level = 50, blesses = {1, 2, 3, 4, 5} } if player:getLevel() <= freeBless.level then for i=1,#freeBless.blesses do...
  2. E

    Solved [CreatureScript Interface] Level Recompense script

    @WibbenZ, really man, thank you very much!! <3
  3. E

    Solved [CreatureScript Interface] Level Recompense script

    Hello guys! I created a simple lua script that give to the player a recompense by reach a determined level. But every single time that a player advance to a new level I get this error: Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/levelrecompense.lua:onAdvance...
  4. E

    Compiling Remere's Map Editor in Ubuntu 12.04 LTS

    Hi! I tried compile the RME on my Ubuntu 12.04 LTS but returns this error: eduardo@IPX425R3:~/Downloads/rme-master/build$ make -j 2 [ 1%] [ 2%] Building CXX object CMakeFiles/rme.dir/source/action.cpp.o Building CXX object CMakeFiles/rme.dir/source/about_window.cpp.o In file included from...
  5. E

    Solved [TFS 1.0] NPC Bank

    @bybbzan, It worked! Very very thank you!! :D
  6. E

    Solved [TFS 1.0] NPC Bank

    bump!
  7. E

    Solved [TFS 1.0] NPC Bank

    bump!
  8. E

    Solved [TFS 1.0] NPC Bank

    The Zbizus NPC is bugged, it does not work.
  9. E

    Solved [TFS 1.0] NPC Bank

    Does anyone have a banker NPC for TFS 1.0? Thank you in advance!
  10. E

    Solved [TFS 1.0] Duplicate move event found: 0

    @Ninja, It worked! Very, very thank you! ;)
  11. E

    Solved [TFS 1.0] Duplicate move event found: 0

    Update -- @Ninja, It worked! Very, very thank you!
  12. E

    Solved [TFS 1.0] Duplicate move event found: 0

    Can anyone help me?
  13. E

    Solved [TFS 1.0] Duplicate move event found: 0

    This is my movements.xml: [...] <!-- Custom's --> <!-- Other's --> <movevent event="StepIn" actionid="50001-50075" script="mensagens.lua"/> <movevent event="StepIn" actionid="16001;16003;16005;16007;16009;16011" script="inqstorage.lua"/> <movevent event="StepIn"...
  14. E

    [10.31][TFS 1.0] "EvoRPG by Zbizu" v5

    How do I take those stones of TP's room? And the link of map editor, I can not download! :(
  15. E

    Solved [TFS 1.0] Shop System Gesior 2012

    It worked! Thanks all! :D
  16. E

    Solved [TFS 1.0] Shop System Gesior 2012

    Which tag I use to call him in globalevents.xml?
  17. E

    Solved [TFS 1.0] !frags script

    Someone know how to adapt this script for TFS 1.0? local config = { useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')), advancedFragList = getBooleanFromString(getConfigValue('advancedFragList')) } function onSay(cid, words, param, channel) if(not...
  18. E

    Solved [TFS 1.0] Shop System Gesior 2012

    Where do I put this?
Back
Top