• 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. Thaian Citizen

    Need support with some stuff in my 8.6 TFServer

    For your quest you could take the anni example that comes with almost all ots and adjust it to your needs at one point in the script it will check for your storage value (the quests unique id) at this point it will either add the specific item from the chest if the player has not yet the storage...
  2. Thaian Citizen

    Lua Switch script. tfs0.3.6 - 8.6

    mine works with 5 numbers, up to 65535 or what number that is...
  3. Thaian Citizen

    Lua Switch script. tfs0.3.6 - 8.6

    the action id of the lever that you use for this script yes
  4. Thaian Citizen

    Lua Switch script. tfs0.3.6 - 8.6

    Also if you want another switch just change the switch's id in the .lua script to the item id of the one you want to use
  5. Thaian Citizen

    Lua Switch script. tfs0.3.6 - 8.6

    <action actionid="9999" event="script" value="script.lua"/> Like this just replace with any action id that is not in use yet and put the real direction and name of your scripts .lua file And when you place the lever on the map make sure to give the lever the action id that you used in your...
  6. Thaian Citizen

    Making of an NPC

    I also have a .txt file called Notes where I write down all my used action ids and unique ids for quests and scripts and so on so I never get to use the same one twice by accident.. If you want to script a multi-task npc, some npc that has several purposes not only one then I might have this...
  7. Thaian Citizen

    Lua Switch script. tfs0.3.6 - 8.6

    I took my annihilator action script and changed it to this add it as .lua to your action scripts and also add a line for it in your actions.xml this is not tested / tfs 036 based local config = { level = 100, entry = { {x = 9854, y = 10405, z = 12}, {x = 9855, y =...
  8. Thaian Citizen

    How should I finish this roof?

    this is how I would do it, just use the wooden wall to fill out that empty spaces, it matches quite good and you can use the second to last top/roof floor as an attic...
  9. Thaian Citizen

    Solved [TFS 1.0] killingInTheNameOfQuest

    Did you forget this line: registerCreatureEvent(cid, "killingInTheNameOfQuestKills") in your data/creaturescripts/scripts/login.lua ? If it is not there then add it and try again please
  10. Thaian Citizen

    Solved Two small NPC issues

    Ah yeah that makes sense, I will change it to that.. that tutorial is nice, I wrote a task system using the tutorial mission part as inspiration, fully working without problems, thanks
  11. Thaian Citizen

    Solved Two small NPC issues

    Now I think these issues are quite easy to fix, yet I can't figure it out myself... I am using crying damson version of TFS 0.3.6 -8.60 server that was posted by Printer~ The first (My own oracle npc, I know its not an optimum script but I try to do as much as I can by myself from scratch, the...
  12. Thaian Citizen

    Solved NPCs modules.lua problem. Can only sell stackable items

    Nevermind I have a working version of modules.lua now.. I took it from 8.6 FULL REAL MAP NPC PACK -> http://otland.net/threads/8-6-full-real-map-npc-pack.161374/ In case somebody gets the same error and needs to replace his modules.lua
  13. Thaian Citizen

    [How-to] Quests

    are you trying to open/do the questchest with your gm char? that will cause a poof, try with a regular char that has access=0
  14. Thaian Citizen

    Solved NPCs modules.lua problem. Can only sell stackable items

    Hello everyone, I've been trying to fix this problem for some time now, I was searching the forum for different stuff but it all didnt work or links to modules.lua files were outdated... I am using: The Forgotten Server - Edited By Cyko V8, version 0.3.6 - Edited By Cyko V8 (Crying Damson -...
  15. Thaian Citizen

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Well the problem is I dont know where the problem is, I am quite new to programming and this is my first lua attempt so I kinda got a bad overview in otserv still
  16. Thaian Citizen

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Oh, I see I had some bad placeholders for some messages -> excusez moi :oops:
  17. Thaian Citizen

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    I have made a task system, but can't place/load the npc because theres still a misstake in the npc's.lua data/npc/scripts/tasknpc_rook.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- actual task monster...
  18. Thaian Citizen

    New OTItemEditor

    bump
  19. Thaian Citizen

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Nevermind I made a misstake by downloading the files they ended up having some source info mixed in from where they were downloaded... offtopic: can we edit posts somehow?
  20. Thaian Citizen

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Hmm this doesn't work at all, the clients.xml from your package is totally different form the one in my RME, it doesn't support it/can't read the versions. And when I use the clients.xml that comes with RME I get errors loading from otb... I think we're using different RME versions?
Back
Top