• 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

    Solved [TFS 1.0] Shop System Gesior 2012

    I put this script in the folder: /data/creaturescripts/scripts/shop.lua function onLogin(cid) local selectItem = db.executeQuery("SELECT * FROM z_ots_comunication WHERE 'type' = 'login'") if(selectItem:getID() >= 1) then while(true) do id = tonumber(selectItem:getDataInt("id"))...
  2. E

    Solved [TFS 1.0] Shop System Gesior 2012

    Yes they are removed and a row is added in table z_ots_communication! The problem is not with Gesior but with TFS 1.0, as said above I need a script to verify z_ots_communication table!
  3. E

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

    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%]...
  5. E

    Solved [TFS 1.0] Create a chest for quest

    Oh, sorry! I forgot to add function doCopyItem in global.lua! ;)
  6. E

    Solved [TFS 1.0] Create a chest for quest

    Does not work! When I click right it opens the chest! :(
  7. E

    Solved [TFS 1.0] Create a chest for quest

    Oh, sorry. Thanks all! :)
  8. E

    Solved [TFS 1.0] Create a chest for quest

    @Limos, the unique ID must be equal to the quest? For example: 30015 --Annihilator, the chest unique ID will 30015?
  9. E

    Solved [TFS 1.0] Create a chest for quest

    @Limos, and the chest? I put which action id?
  10. E

    Solved [TFS 1.0] Create a chest for quest

    I don't know.
  11. E

    Solved [TFS 1.0] Create a chest for quest

    How do I create a chest for a quest in TFS 1.0?
  12. E

    Solved [TFS 1.0] Clean protection zone

    I managed to solve, in map.cpp, in Map::clean() replace TILESTATE_PROTECTIONZONE to TILESTATE_HOUSE. uint32_t Map::clean() { uint64_t start = OTSYS_TIME(); uint32_t count = 0, tiles = 0; if (g_game.getGameState() == GAME_STATE_NORMAL) { g_game.setGameState(GAME_STATE_MAINTAIN)...
  13. E

    Solved [TFS 1.0] Clean protection zone

    @bybbzan, oh that's right, I had not seen it.
  14. E

    Solved [TFS 1.0] Save character

    It worked! @Ninja, thank you again! :D
  15. E

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

    Gesior TFS 1.0 problem

    To fix this problem just create an account manually in the database with the name = 1, and then create a char named Account Manager for this account. http://otland.net/threads/tfs-1-0-error-on-instal-gesior-aac-maker.207025/
  17. E

    Solved [TFS 1.0] Error on instal Gesior AAC Maker

    No problem, I created the char 'Account Manager' and I proceed the installation without more errors.
  18. E

    Solved [TFS 1.0] Error on instal Gesior AAC Maker

    I had already imported the schema, but still it was returning! Is that the install.php of Gesior not created this char in the database, is that the TFS 1.0 does not have the Account Manager!
Back
Top