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

    Solved [TFS 1.2] lastlogin and lastlogout fields

    Someone knows what is the format of the date stored at players table in the fields lastlogin and lastlogout? Thank you in advance. :)
  2. eduardojuniosm

    [TFSAccMaker] Poll - New character

    Hail OTLanders, Just a little poll about the TFSAccMaker, thank you in advance.
  3. eduardojuniosm

    [TFSAccMaker] Announcement!

  4. eduardojuniosm

    [WebApp] New account maker modern, fast, responsive, translatable, etc.

    I'm thinking of create a new account maker with Laravel 5, responsive, opensource, fast, translatable, where you'll can create themes for it like WordPress and many others features. What do you think?
  5. eduardojuniosm

    Gesior2012 TFS 1.0 bug fixes and big update to tibiacom layout

    Hi guys! I fix some bugs and update the tibiacom layout from the Gesior2012 TFS1.0 GitHub repository, I have already send a pull request but while the Gesior.pl don't accept I'll post the updates here. =) GitHub repository: https://github.com/eduardojunio/Gesior2012/tree/TFS-1.0 Enjoy!
  6. eduardojuniosm

    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...
  7. eduardojuniosm

    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...
  8. eduardojuniosm

    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...
  9. eduardojuniosm

    Solved [TFS 1.0] NPC Bank

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

    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"...
  11. eduardojuniosm

    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...
  12. eduardojuniosm

    Solved [TFS 1.0] Shop System Gesior 2012

    The shop system is operating normally only when the player buys an item the item will not go to him, is the script that I put in globalevents does not work, someone has a login function that check for when you have an item on z_ots_communication table and if you have, add the item in the bag of...
  13. eduardojuniosm

    Compiling [TFS 1.0] Error compiling on Debian 6 (Squeeze)

    eduardo@bolt:~/downloads/forgottenserver/build$ make -j 2 Scanning dependencies of target tfs [ 1%] [ 2%] Building CXX object CMakeFiles/tfs.dir/src/actions.cpp.o Building CXX object CMakeFiles/tfs.dir/src/ban.cpp.o [ 4%] Building CXX object CMakeFiles/tfs.dir/src/baseevents.cpp.o [ 5%]...
  14. eduardojuniosm

    Solved [TFS 1.0] Create a chest for quest

    How do I create a chest for a quest in TFS 1.0?
  15. eduardojuniosm

    Solved [TFS 1.0] Save character

    I put a script in my server to when a player say "!save" the char it be saved, but the problem is that when I type"!save" it returns this error: Lua Script Error: [TalkAction Interface] data/talkactions/scripts/charsave.lua:onSay data/talkactions/scripts/charsave.lua:5: attempt to index global...
  16. eduardojuniosm

    Solved [TFS 1.0] Error on instal Gesior AAC Maker

    I downloaded the Gesior AAC Maker for TFS 1.0 (https://github.com/gesior/Gesior2012/archive/TFS-1.0.zip) but when I install it returns this error: STEP 4 Add samples to DB: Query: SELECT `id`, `name`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`...
  17. eduardojuniosm

    Solved [TFS 1.0] Clean protection zone

    Does anyone have a script to clean the floors of protection zones?
  18. eduardojuniosm

    Solved [Znote AAC] Town name

    How do I change the name of the city that appears in ZNote AAC? It shows only two cities: Thyrfing and Town 3. But the map has 4 different cities with others names. Thank you in advance!
  19. eduardojuniosm

    Solved [TFS 1.0] Gesior AAC Maker

    Does anyone know any version of Gesior AAC Maker or any other account manager for TFS 1.0?
  20. eduardojuniosm

    Solved [TFS 1.0] Taming system

    Does anyone have the script of mounts that works in TFS 1.0?
Back
Top