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

    C++ Adding text to buyable books.

    function ShopModule:addBuyableItemContainer(names, container, itemid, cost, subType, realName, actionid, text) -- by dwarfer if names then for i, name in pairs(names) do local parameters = { container = container...
  2. N

    C++ Adding text to buyable books.

    Hey folks, I'm having a small issue with having a shop add text to a scroll or book that is preset. I've tried adding a text parameter to the shop module but it doesn't seem to be working. Using TFS 1.3 Any thoughts or help would be awesome!
  3. N

    Remeres Custom Items

    Worked awesome thank you!
  4. N

    Remeres Custom Items

    I cant find an option in the map editor to allow otb import
  5. N

    Remeres Custom Items

    So i've imported my .dat and .spr into the preferences for remeres, but it does not show the custom items I have created. Any thoughts?
  6. N

    [TFS 1.x] Crafting System

    Hey folks, I'm having an issue here. When i buy the recipe from the npc; ive attached the action id to the recipe, it says I cannot use the object. Any thoughts?
  7. N

    Lua Add action id to Item in shop.

    Dude that script is genius! Thank you so much! Thanks to the others who helped out as well! 1598124661 You would'nt happen to know how to add preset text to said item would ya? lol Sorry been racking my brain for a bit on it
  8. N

    Lua Add action id to Item in shop.

    Im trying to add the fucntion but I'm not 100% sure where to put it. Ive tried after the game.createitem index like so: -- Including the Advanced NPC System dofile('data/npc/lib/npcsystem/npcsystem.lua') function msgcontains(message, keyword) local message, keyword = message:lower()...
  9. N

    Lua Add action id to Item in shop.

    I dont have the advanced NPC done up, i will have to add that first lol. 1598052168 Where can I find that NPC system?
  10. N

    Lua Add action id to Item in shop.

    Here is the code that I am using, not quite sure where to put that code. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local TopicState = {} -- OTServ event handling functions start function...
  11. N

    Lua Add action id to Item in shop.

    Hey folks, I'm trying to make an npc that will sell an item with a specific aid. Is there a way to add this to the .lua file? I am currently using TFS 1.3 Thanks in advance for any help!
  12. N

    Feature True dual wielding for TFS 1.x

    Hey folks, Having an issue with the Vocation class call. Any thoughts?
  13. N

    TFS 1.X+ Custom Items

    Yeah I updated that as well. 1597504597 Do I need to recompile the client when I update the dat and spr?
  14. N

    TFS 1.X+ Custom Items

    hey folks, I've run into a slight problem while creating custom items. I've followed the format of creating the item in the Object Builder, adding it to item editor and then saving the OTB file. Ive added the item to the xml file as well. When I try to call the item (/i xxxx) the item does...
  15. N

    Lua Boss lever travel

    Hey folks, I'm trying to get this script to work properly, but everytime i try to use it, i get the following error. Lua Script Error: [Action Interface] data/actions/scripts/quests/floorboss1.lua:onUse data/actions/scripts/quests/floorboss1.lua:68: attempt to call method 'getThing' (a nil...
  16. N

    Vocation Chest

    Thank you. Am i setting a unique ID or and action ID on the chest?
  17. N

    Vocation Chest

    Hey folks, I've scoured through the forums to find a script that will allow me to have a player interact with it and get specific items based on their vocation. So far, all the scripts I've tried have failed miserably. Wondering if anyone has a script for TFS 1.2 that will work for this...
  18. N

    Simple quest TFS 1.3 10.98

    Change your itemid to actionid in your action.xml
  19. N

    Teleporting Book

    Hey folks, I'm trying to make an item that on use will allow a player to teleport to a set location. I'm having a issue with the scripting though. I think i got the scripting done correctly, but when I go to use it, it says I cannot use the item. Also, I can't seem to figure out how to add a...
  20. N

    Issue getting server online.

    Hosting it on no-ip
Back
Top