Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
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...
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...
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)...
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 :)
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 =...
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...
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? :/
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...
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'...
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...
!!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...
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...
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...
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...
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...
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...
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!
NPC Script:
local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end
function onCreatureDisappear(cid)...
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...