• 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

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    Nice :) Ill ask again incase you missed. How do we go about buying houses on this server? !buyhouse or /buyhouse is not a command. And I couldnt find a way to buy houses on the webpage..
  2. E

    TFS 1.X+ MapEditor(3.4) not Reading house.xml correct

    Ive got no real clue how I solved this. I kept opening and closing different maps when trying stuff out. And all of a sudden all the maps work just fine.
  3. E

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    Yeah, "Find Person" cant be bought at the spell area. However if you go to the Knight Guild in Thais, second floor. There is an NPC that will sell you that Spell there and that works for all vocations ^^
  4. E

    TFS 1.X+ MapEditor(3.4) not Reading house.xml correct

    Downloaded this Distro with a 8.6 RL map. Then I found this Data pack with an updated 10.98 RL Map So I went through some steps to merge the two maps because the spawns did not want to load if I just switched over to the newer in the Map Editor. But somewhere along the way all houses became...
  5. E

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    @alkurius How do we buy houses with this Distro?
  6. E

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    @alkurius Server been Crashing every now and then for the past days. Managed to debug the exe and get this information out of it. If thats of any help. Unhandled exception at 0x000000013FF7436E in theforgottenserver.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF.
  7. E

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    Its not like people stopped making 'ready data packages'. The whole system changed on how you host servers quite some time ago when we moved from an XML based server to a MySQL server based system. Back then you just started the .exe and that was it. Now you create a database, import the sql for...
  8. E

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    I have been getting some random "Crashes" with this distro. The server just closes itself at seemingly random. Tried running it via CMD to see if there is any message when it closes itself. There is not a single message from the server. Cant find any log files generated by the server. There are...
  9. E

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    Open a CMD window and drag the .exe into the CMD window and press enter. It will run the .exe file but wont close the window instantly so that you can see whats wrong.
  10. E

    Lua Adding cost to NPC script

    So ive got a script that works like the Djinns where you trade items for other items. Im gonna extend this script and make it into a Blacksmith. He will give you items if you bring him certain items + a payment (in gold) Its the cost im having some trouble adding.. local keywordHandler =...
  11. E

    Solved Old "Set Bonus" script

    It sure does, Thanks alot :) Now i can start tweeking it to my own liking ^^,
  12. E

    Solved Old "Set Bonus" script

    Wasnt really sure how to do it.. Also changed some. The script now works once when you put on the last piece, But the health does not go away after you remove a piece. --Set System by Strack local sets = { --descripcion, helmet, body, legs, boots [1] = {'Lava Set', 7900, 7899, 7894, 7891}, [2]...
  13. E

    Solved Old "Set Bonus" script

    Hmm, gives me this error Lua Script Error: [MoveEvents Interface] data/movements/scripts/set system.lua:onEquip data/movements/scripts/set system.lua:78: attempt to call global 'CreatureSetMax Health' (a nil value) stack traceback: [C]: in function 'CreatureSetMaxHealth'...
  14. E

    Solved Old "Set Bonus" script

    Dug up an old Set Bonus script and tried to make it work on a the TFS 1.0 (For client 10.21) But getting some errors. Here's the error Lua Script Error: [MoveEvents Interface] data/movements/scripts/set system.lua:onEquip data/movements/scripts/set system.lua:78: attempt to call global...
  15. E

    Lua Svargrond Arena [TFS v0.2.15]

    Merry Christmas BUMP!
  16. E

    Lua Svargrond Arena [TFS v0.2.15]

    Yea.. This TFS version might be missing some source codes perhaps.. Wish i could use the 10.22 version.. But for some reason it wont let me connect after choosing character. Never had trouble getting a server online, Its only the 10.22 version that wont work for me >.>
  17. E

    [10.77][TFS 1.2] ORTS, a real map project

    Do you have your account and char set to gm access? If not, they wont do anything
  18. E

    Lua Svargrond Arena [TFS v0.2.15]

    Bump
  19. E

    Lua Svargrond Arena [TFS v0.2.15]

    Bump. It seems the problem is with the onKill script. Ive added messages to every statement to see what gets executed and what does not. Script http://pastebin.com/TPX3iJHW 1, 2 & 3 registers when i kill monsters in the arena. 4 never happens.
  20. E

    Lua Svargrond Arena [TFS v0.2.15]

    Still nothing. No teleport appears when the monster is killed.. :| Somewhat interesting, if i teleport with a gm character to the next fight and try and exit. I end up in the first fight and it summons the wolf..
Back
Top