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

    Lua error console npc

    I used OTX2 (Tfs 0.3.7) and not working this script [2/10/2018 1:52:52] [Error - NpcScript Interface] [2/10/2018 1:52:52] data/npc/scripts/simple_task.lua:onCreatureSay [2/10/2018 1:52:52] Description: [2/10/2018 1:52:52] data/lib/100-shortcut.lua:260: attempt to index a boolean value...
  2. Helliot1

    OTX Set Npc Skull

    I can't put a skull in a Npc using OTX.. I put in npc.xml this "skull=green" and "<flag>skull="green"</flag>" But nothing this is working..
  3. villelagui

    NPC Bless Talk

    So, i have all bless npcs on my server, the bless system changes the price depending on the level, till this point it's working great, but the npc always says the wrong price but charges the right one, wanted to know if i can make a math with the basecost + (value per level starting from 30...
  4. DRUlD

    Lua NPC Selling random item

    Trying to add to the NPC to sell a random bag color but sth. doesn't work out for me... Can somebody help me? green bag 1991 yellow bag 1992 red bag 1993 etc. dofile(getDataDir() .. 'npc/scripts/lib/greeting.lua') local keywordHandler = KeywordHandler:new() local npcHandler =...
  5. C

    Lua NPC set storage after player sells item

    I'm using OTX 8.60. I would like to know how I do it so that every time the player sells an ITEM through the NPC Shop he receives any Storage. To illustrate better, we see that in the code below the ITEM Wand of Vortex can be sold from the player to the NPC. shopModule:addSellableItem({'wand...
  6. Togu

    TFS 1.X+ Lua lib functions in NPC

    I have this functions in data/lib/core/skillpoints.lua And they are all working with modal window system. But I want to use the player:resetAllSkills() on a NPC. I've tried but it didn't recognize the function. I know I could copy the code of the function to the npc file, but I want to...
  7. tiago cysneiros

    NPC like 7.6 to 8.6 (Buy and sell talks) - SOLVED

    Guys! I need a NPC for 8.6 that works like in Tibia 7.6, which buys and sells items as 7.6, having to talk "buy" and "sell", not how it works today that says "Trade" and there is a list on the side. Here is an example of how I need to: Conversation between player and NPC: Player: Hi NPC...
  8. nugo

    TFS 1.X+ List of essential NPC's for an OT?

    Hello, I'm in the process of making my OT server and im at the point of adding NPC's i remember from my last OT i had some custom NPCs and some specific RL tibia NPC's. I cant seem to fund much but could be looking in the wrong spot. Is their a list of essential foundation NPCs (vendors etc)...
  9. Sotomayor

    Npc require item and can access forever

    Hello all i want some help on my ot server 8.6 tfs 0.4 _dev i want a npc required item to access X place and item deleted after u give to NPC, and you can access forever but not required the item anymore hope can help me please :)
  10. sasugan2

    Scripter Looking for SCRIPTER .LUA [PL/ENG]

    Hello, I am looking for a person who would take a simple project. The main task is to rework the NPC. Someone from Poland is welcome. PM ME
  11. R

    Lua Help NPC vocation! 0.4 8.7 or 8.6

    Hello Everybody, I'm creating a NPC from Island of Destiny, but my knowledge is small. I want create a Knight Hykrion from Island of destiny. Your transcript is: Hi, yes, knighthood, yes, yes. I need help to fix this script: local keywordHandler = KeywordHandler:new() local npcHandler =...
  12. ZeeBeast

    Help with a tasking system/NPC

    I have searched everywhere and I cant,for the life of me, find a decent tasking NPC. I tried editing some little task NPCs code, but what I want was a little too advanced. What I'm looking for: 1. A system that gives you specific monsters to kill if you are between x level and y level...
  13. A

    NPC Script with storage time

    Hello! I am looking for script npc: - When we have item 9999 then npc remove item 9999 and will teleport us on pos x=4242 y= 1412 z=7 and give storage xxxx for 5 minutes, after 5 minutes of end storage we will back to npc - pos x= 2204 x= 1069 z=6 (back teleport) can anyone help me? :/
  14. J

    [RME 3.3] Can't see the map to edit it.

    Hello all My initial problem is there are no NPCs loading in my new TFS OT that I am running at home. No issues logging in and moving around. I see the bunnies and rats, but no NPCs. Using RME 3.3 to try and edit the default forgotten.otbm that came with TFS 1.2, it ends up looking like the...
  15. luq14

    TFS 0.X A small problem with NPC system which I cant solve by my own.

    Hey I have a problem with my npc system. When I want to sell for example 100x spider silk, its not readable. I can sell only 1x item in the slot. And second problem is that when I write hi, he sends message both in default and in NPCs channel shopModule:addSellableItem({'spider silk'...
  16. oshrigames

    Solved NPCs buy from EQ Slots bug. (clost it)

    i've seen many people with this issue, sadly none of the existing threads have a fix for it. (as far as i know.) the issue: NPCs buy item from EQ Slots, example i have royal helmet on me and one in my backpack, the NPC will buy the one im wearing and leave the other helmet in my backpack. and...
  17. Selenia-Global

    Lua Old Script to TFS 1.2 Conversion (Dice NPC-Not Mine)

    !!Hello! Im sorry if this is in the wrong thread I really couldnt tought of a better place.... But I want to kindly ask for a "fix" to this Dice npc, Im using TFS 1.2 in a 10.100-10.46 Client. I tought that this could a nice addition to the server but somehow I cant get it to work properly, i...
  18. Jtk

    NPC Data Set

    So my data set doesn't even load the NPCs, almost as if it doesn't find them, is this just a problem that is an easy fix, if so how can i do it. Or do i need to get a completely new NPC folder, and if so where could i get one. I'm running 8.6 on TFS 1.2 Thanks in advance everyone! Pictures of...
  19. Nokturno

    NPC Request

    hello ppl, hope u r doing fine today. i hope someone can create this for me, i need a npc that yells any text continiously like " hurry up , we are leaving!", also when you speak to him he gives you this text: you: Hi NPC: This is the worst place to be if you want to Leave i can take bla bla...
  20. cdpa2000

    Blacksmith NPC TFS 1.0

    Hello! Can someone help me with an npc that you have to pay "X" amount of money to give you permission to be able to perform the BlackSmith. I would not know if blocking the use of the hammer id = "xxxx" would be an option or as, but if someone can help me I would greatly appreciate it...
Back
Top