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

    NPC sells items for items?

    Using TFS 1.0 Me-Hi NPC-Hello PLAYERNAME! I can sell you Umbral items in exchange for some special goods... Me-Trade NPC-Take a good look at my goods... And the trade chat openes. But I do not know if it is possible to use the Trade window because you are going to trade items for items. So it...
  2. hejd12345

    NPC sells items for items?

    Is it possible to make a NPC that sells items for other items? I want to have a Umbral item NPC like RL Tibia and if I take the "Crude Umbral Blade" for an example it costs "1 Dream Matter and 20 Cluster of Solaces". Crude Umbral Blade id: 22398 Dream Matter id: 22397 Cluster of Solace id...
  3. hejd12345

    Script errors

    I got this errorwhen I used the code for TFS 1.0.
  4. hejd12345

    NPC bug

    Here is my addon NPC, data/npc/Varkhal.xml <?xml version="1.0" encoding="UTF-8"?> <npc name="Varkhal" script="addon.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="134" head="78" body="88" legs="0" feet="88" addons="3"/> </npc> And here is addon.lua...
  5. hejd12345

    Script errors

    data/talkactions/talkactions.xml <?xml version="1.0" encoding="UTF-8"?> <talkactions> <!-- commands --> <talkaction words="/ban" separator=" " script="ban.lua" /> <talkaction words="/ipban" separator=" " script="ipban.lua" /> <talkaction words="/unban" separator=" "...
  6. hejd12345

    Script errors

    Unfortunate I still get the same error :( 14:15 Allev [8]: !buyhouse 14:15 Command param required.
  7. hejd12345

    Script errors

    It is going in the right directions, removing [code=lua] worked :) But now I can not get the script to work. No errors but whenever I use the addon.lua script and say "!addon" it says "enter the correct name!". When I say like "!first mage addon" it does not do anything. No errors or texts...
  8. hejd12345

    NPC bug

    I got it working, removing [code=lua] in my scripts worked :) But now I can not get the script to work. No errors but whenever I use the addon.lua script and say "!addon" it says "enter the correct name!". When I say like "!first mage addon" it does not do anything. No errors or texts.
  9. hejd12345

    Script errors

    The latest, TFS_10
  10. hejd12345

    Script errors

    Yes, the [code=lua] is there.
  11. hejd12345

    Script errors

    Yes, the [code=lua] is there.
  12. hejd12345

    Script errors

    I replaced the buyhouse code but it did not work. It says Bad Param. in ingame chat when I use the !buyhouse command in front of a door. The other code still shows the same error and I do not know why.
  13. hejd12345

    Script errors

    buyhouse.lua local config = { teleportAccess = 3 } function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.") return true end local...
  14. hejd12345

    NPC bug

    Bump
  15. hejd12345

    Script errors

    How do I fix this? https://imgur.com/2on83jB
  16. hejd12345

    NPC bug

    Yeah sorry I fooled you haha. My NPC Varkhal does not say anything to me when I say "addons" or "help" as he would do. But when I say something like "first mage addon" I get this error: https://imgur.com/42Tir0W
  17. hejd12345

    NPC bug

    https://i.imgur.com/5tFZc7d.png No it is the same error again. Pretty strange o.O
  18. hejd12345

    NPC bug

    Still the same error :(
  19. hejd12345

    NPC bug

    I just answered it, I start the server. I do nothing else. But whenever I talk to the NPC I get this error http://otland.net/attachments/addon-error-jpg.15491/. But the first error with the '[' is from when I start the server.
  20. hejd12345

    NPC bug

    I just save all the files and start my server and the same error pops up.
Back
Top