• 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!

npc

  1. donabimbo

    TFS 1.X+ NPC, When purchasing they do not bring me the charges.

    I have a problem that when purchasing the exercise weapons with the npc, it only has one charge. I am using this scripts local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  2. R

    npc question

    Is it somehow possible to disable that balloon with "..." under the nickname in NPCs? TFS 1.5
  3. J

    Problem with npc missions

    Hello guys I move my server from tfs 0.4 to 1.5 by nekiro and I have little problem can somebody help me ?please error Lua Script Error: [Npc interface] data/npc/scripts/island.lua:onCreatureSay data/npc/scripts/island.lua:82: attempt to call global 'getItemInfo' (a nil value) stack traceback...
  4. Jpstafe

    help I want to implement the "Bring Me To" tfs 1.2

    Hello I would like to know how you can put the npcs of the boat the bring me to.. \data\npc\Captain Bluebear.xml <?xml version="1.0" encoding="UTF-8"?> <npc name="Captain Bluebear" script="Captain Bluebear.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100" /> <look...
  5. Liikuid

    NPC [TFS 1.X][Canary] NPC Addons (base)

    Hello everyone, I've been searching for an NPC addon, but I couldn't find one for my current distro version. Varkhal seems a bit outdated. To be honest, I got lazy and decided to create one from scratch. I tested it with the classic outfits and addons, and it worked wonderfully. Here's the NPC...
  6. Liikuid

    NPC Yasir + Loot Buyer - all in one (13.20)

    Hello! I've been working on an NPC (based on NPC from canary sources) for my server, one that buys as much equipment loot as possible from all of Tibia, including Yasir for creature products. Maybe there are a few items missing to add, but I'm sure they're not many. I tried to check Yasir one...
  7. J

    Npc Problem Help Please

    I have this error I use tfs 0.4 How I can Fix it guys ?tibia 8.6 my script is local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, count, transfer = {}, {}, {} function onCreatureAppear(cid)...
  8. SalvaART

    Lua the simplest way?

    Engine: Nekiro Downgrades 1.5 [ 7.72 ] Question: Hello everyone, I wanted to ask what is the best way to use rl map npc from 8.6 to 7.72 server. For any help ++
  9. potinho

    Lua [TFS 0.X] NPC - Correct doRemoveMoney

    Good evening guys, how are you? I have this NPC that I copied from Ralke to sell some items with charge, but he takes the item and its quantity (2160 for crystal coin and 2148 for platinum) and its real value is not included. As I added a new currency in the game, I would like to adjust this NPC...
  10. B

    Lua Custom vacation master npc

    Hi and thank you so much for reading this far! I need a vacation master that promotes male/female in a loop of vacations pool, based on a player response.. (or tfs 1.2 or higher) for example; Noob - "Hi i wanna change vac.." Angel or w/e - "do you have the thing?" Noob - "yes take it." Angel -...
  11. potinho

    Lua [TFS 0.X] NPC Responds to "instant buy"

    Hello guys, how are you? I saw this in another retro OTs a very interesting thing. How to NPC answer a player without put it in a queue, like some servers have "bring me to" in boaters NPC without need to say "hi". I want the same thing for my sellers and buyers NPCs. If u want to buy a SD just...
  12. H

    NPC function problem

    Hello first good night to all the otland community, I'm coming back here because another bug happened on my server and I don't know how it happened. The npcs that have the function of "buying items" from the player, do not complete the transaction as shown in the screen below. I tried with other...
  13. J

    Problem With NPC

    Hello I have problem with my NPC players when talking with npc ,can spam buy items or in bank spam balance I dont have done exhaust players can spam all the time ,how I can do exhaust ,Can sombody help me please? My script NPChandler -- Advanced NPC System (Created by Jiddo), -- Modified by...
  14. Sprrw

    Lua Hello folks! How would I go about an alternativ way of adding npc focus?

    So basically Im looking for ways to enter a npc convo without having to speak. Example: Enter a room and the npc says "Hello, and welcome. Please browse my shop". Idk if thats a super good idea but you kinda get the feel of it. Im asuming this is not doable thorugh a normal moveevent. Would this...
  15. potinho

    Programmer [OTX 2] Remove Queue From NPCs (7.72 Protocol)

    Hello guys, Im looking for someone who be able to remove queue from NPCs in my old engine with 7.72 protocols. I want NPCs answer all people without put them on a queue.
  16. almirtibiaalmir

    NPC Mission Storage TFS 1.5 Nekiros downgrade

    Hello everyone, i tryed this tutorial, to learn how to create quests. TFS 1.X+ - Guide step by step to quest & quest log (https://otland.net/threads/guide-step-by-step-to-quest-quest-log.279878/) I have a problem with the npc script: local keywordHandler = KeywordHandler:new() local...
  17. Zarosiano

    [TFS 1.4.2]Could someone review this code for me?[HELP]

    So friends, this is the code.lua of an npc. He recognizes the storage and the item, takes the item and says something. I tested it, it works in relation to reading the item, removing it, but in the part That text doesn't appear on the NPC, just an empty box. I'm learning how to create code so...
  18. Slatera

    TFS 1.X+ [SOLVED] Can you make a spawned NPC stay in an owned house after restart?

    Hello there, I've basically been working for 9+ hours trying to create my own version of a hireling, and I got it working completely except for one thing, the NPC spawned through my script obviously does not stay in the house after a restart of the server. So I have a question, is there anyone...
  19. danio4don

    NPC Al Dee error console

    Hello, I added npc Al Dee with data orts2 but when I write hi to him, it does not respond and such an error pops up in the console TFS 1.5 12.86 https://prnt.sc/NE4w0TIZcdsd https://prnt.sc/flySrgCGwk1V local keywordHandler = KeywordHandler:new() local npcHandler =...
  20. potinho

    Lua [TFS 0.X] NPC who buy itens by premium points

    Good morning people, everything fine? I have a server need that is as follows: players buy VIP items on my server and sometimes they want to exchange. I wanted an NPC that would exchange VIP items (and charge a fee for it) or simply repurchase those items for a lower price, in premium points...
Back
Top