• 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. 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...
  2. 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...
  3. 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)...
  4. 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 :)
  5. 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
  6. 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 =...
  7. 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...
  8. 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? :/
  9. 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...
  10. 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'...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. V

    Spawn Npc's - Corrections made

    Ever wanted to walk around your map and place npc's around the gameworld or forget to set an npc or 2 but don't feel like shutting down the server opening up the map editor and setting the npc's? Or what if you wanted to create last minute npc's? Or even dynamic npcs? Well with this code you...
  17. V

    Load Npc's from lua

    Since I am unfamiliar with how the lua is retrieved in the sources, I used my own means of getting data from a lua file, with that said with this code you can call up npc scripts that are lua defined. So let's get to it. Open up npc.cpp and find this extern LuaEnvironment g_luaEnvironment; and...
  18. flaviiojr

    [TFS 1.3] NPC get level and add experience

    Hello everyone!! I need help with the following function: - if the player has level 8, it will level up to 400 - if the player has 100, it will level up to 400 the limit is up to level 400, no matter what level it will only level up to 400... Thank you in advance, and I count on your help!
  19. athenso

    OTX 3.7 Rebirth with Onlook

    NPC Script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  20. elnelson

    Lua [0.4] Attributes removed (bug).

    Hello, otlanders, i have these trade and auction systems NPC - Private Shop System and this NPC: trying to make them work properly with this random-stats mod [Mod] Random Item Stats The bug is when someone deposit an item in auction/private shop the item loses its special attributes (attack...
Back
Top