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

    TFS 1.X+ NPC system nekiro 7.7

    Hello everyone. I have been trying to solve this problem. The NPC's text is visible only to the player they are talking to ("me") and should be visible to everyone. And there is no queuing system.
  2. potinho

    TFS 0.X Buy things on NPC with Bank Balance

    Hello guys, Im trying to merge the solution from this post (TFS 0.X - Buy items with money backpack or bank balance 0.4 (https://otland.net/threads/buy-items-with-money-backpack-or-bank-balance-0-4.260563/post-2520072)) into my sources, but im failing. None errors when compiling, but in game it...
  3. VitoxMaster

    Solved NPC with more than 255 (limit) items on list [OTVclientv8 + TFS 1.5 Nekiro 8.6]

    Hi everyone. I couldn't find similar topic so I've decided to post it. Perhaps someone will be able to guide me or provide some tips / reasonable solution. On my server I wanted to have just 1 NPC who buys all the creature products. Everything was fine when list of items was smaller than 255...
  4. tdp157

    OTX2 - npcs is not teaching spells to cast runes.

    Hello, I have an otx2 0.7 server codename Lord Zedd My NPCs cannot teach rune casting magic, only instantaneous spells. Below is the npc script that teaches spells to sorcerers: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  5. 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)...
  6. R

    npc question

    Is it somehow possible to disable that balloon with "..." under the nickname in NPCs? TFS 1.5
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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)...
  12. 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 ++
  13. 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...
  14. 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 -...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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.
  20. 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...
Back
Top