• 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. 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...
  2. 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 =...
  3. 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...
  4. Z

    DoRemoveCreature and DoCreateNPC

    0.4 Hello guys, I'm trying to do a NPC something like this: Player says something to him, there is a chance of the npc desappears and, if he desappears, he will appears again later. Until now, I made this: local keywordHandler = KeywordHandler:new() local npcHandler =...
  5. potinho

    Lua [TFS 0.X]NPC who exchanges items for fee in premium points

    Good afternoon people, Many players on my server, after a while, ask to exchange VIP items. I would like to see the possibility of putting an NPC that exchanges the VIP items for the player with a fee of some premium points, is it possible to do? Can you help me?
  6. potinho

    Lua [TFS 0.X] Script who change NPC looktype

    Hello, I would like help with a script that changes the looktype of an NPC every "x" seconds. The looktype numbers I'll set (approximately 30) and the colors don't need to change. can you help me?
  7. potinho

    Lua [TFS 0.X] Npc who teleport by item - consuming double money

    Hello everyone, everything good? I have an NPC that takes a player to a certain location asking for an item and an amount of money, but I have 2 problems: I asked him to request 5 crystal coins (50k) and he is asking for 100k. I would also like the NPC to ask for two items for sacrifice, how...
  8. brianmoreno1996

    I NEED A SCRIPTER TO HELP ME IN TASK OF SEVERAL NPCS

    I need help, a scripter who wants to help me with the tasks of the npc daniel steelsoul, gabel, malor and raymond striker, please help me My Discord: SwaggyZ#2149
  9. danio4don

    tfs 1.5 and orts2 data pack. npc error

    i am using the newest tfs 1.5 and when i add npc obi on the map. everything is ok until I write the trade to it. then such errors pop up in the console https://prnt.sc/2EKYhAHCOOuu npc datapack orts2 when i used tfs 1.4 everything worked
  10. potinho

    Lua [OTX 2] Talk NPC if only have Storage

    How to add storage veryfication on talk with NPC? I want to put some NPCs to increase RPG who only answar if player has storage "xxx". How to do that?
  11. Stubzor

    Addon seller and All items(technically) seller up until 10.98

    Hey! This is my first post here, hopefully i should abide all the rules xD I am looking for an script for an addon seller as well as a "buyer of goods", bascially, a loot slave, up until 10.98, so all the new items up until should be bought by this loot slave, as well as the addons up until...
  12. Hyagosrs

    RevScripts NPC Addoner Request

    Does anyone have a NPC Addoner to help me?
  13. potinho

    TFS 0.X NPC System OTX2 - Need to be improved?

    Hello everybody, I'm using the system indicated in this thread to identify possible scripts that may be bottlenecking my server: https://otland.net/threads/any-tfs-catch-scripts-that-freeze-server.261466/ Most (if not all) of the alerts refer to NPC scripts, specifically in onThink. Because...
  14. S

    [TFS 1.3 - NPC] NPC does not sell new items

    I'm using the TFS 1.3 downgrade from Nekiro 8.6. I added the Exercise Weapon system and it's working perfectly, but I'm trying to put the weapon to sell to the NPC and I can't, the item appears in the trade window but I can't buy it and I don't even look I can put other existing items, but...
  15. potinho

    TFS 0.X NPC with another NPC's speech

    Hello everyone, everything good? I think it's the weirdest problem I've ever seen happen on a server, I have no idea what it causes. Sometimes on my server, when I talk to an NPC it responds as if it were another, example: my NPC Djin sometimes responds as if it were my NPC Task, it's very...
  16. Cebal

    Lua [tfs 1.3] combine 2 items NPC

    Hello guys! Maybe someone will be able to help with with a pretty simple script. Im looking for NPC which can combine 2 specific items to 1 other item. It would be nice to have an option to talk to this NPC and if I have 20 of each items I could exchange 20 at once, or less. Thanks!
  17. potinho

    Lua [TFS 0.3.7] NPC that sells item for different coin.

    I have a custom coin on my server (ID 5263) i want to create a NPC who sell some stuffs by this coin. IDs of some those itens: 5271, 5272, 5273, etc.
  18. Jaki Maoh

    NPC Storage checker NPC "Removedemon"

    Hello community! I really needed a way to check the player storages and as I could not find a simple way to do that, ended up creating this NPC that has helped me a lot already. If anyone is interested in doing some quest or really any kind of script that uses storages, this could be handy...
  19. Jaki Maoh

    OTClient Giving NPCs the [new quest] sign above the head

    Hello community! When thinking about giving quests, most rpgs have this function of the NPC having some kind of floating sign above the head, indicating that the NPC has something to interact with. I am not talking about the speechbubble that appears after the name, configurable in the xml file...
  20. potinho

    Lua NPC Guide understanding more than one word

    Good afternoon people, I'm using a script from an NPC Guide that works fine, but it only understands one word of hunt. I would like to put both singular and plural, eg ["Runes"], ["Rune]", ["Runas"], etc. I tried that way but it didn't work, could you help me? -- City Guide, adding mapmarks to...
Back
Top