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!
Using TFS 1.0
Me-Hi
NPC-Hello PLAYERNAME! I can sell you Umbral items in exchange for some special goods...
Me-Trade
NPC-Take a good look at my goods...
And the trade chat openes.
But I do not know if it is possible to use the Trade window because you are going to trade items for items.
So it...
Is it possible to make a NPC that sells items for other items? I want to have a Umbral item NPC like RL Tibia and if I take the "Crude Umbral Blade" for an example it costs "1 Dream Matter and 20 Cluster of Solaces".
Crude Umbral Blade id: 22398
Dream Matter id: 22397
Cluster of Solace id...
Here is my addon NPC, data/npc/Varkhal.xml
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Varkhal" script="addon.lua" walkinterval="2000" floorchange="0">
<health now="100" max="100"/>
<look type="134" head="78" body="88" legs="0" feet="88" addons="3"/>
</npc>
And here is addon.lua...
It is going in the right directions, removing [code=lua] worked :)
But now I can not get the script to work. No errors but whenever I use the addon.lua script and say "!addon" it says "enter the correct name!". When I say like "!first mage addon" it does not do anything. No errors or texts...
I got it working, removing [code=lua] in my scripts worked :)
But now I can not get the script to work. No errors but whenever I use the addon.lua script and say "!addon" it says "enter the correct name!". When I say like "!first mage addon" it does not do anything. No errors or texts.
I replaced the buyhouse code but it did not work. It says Bad Param. in ingame chat when I use the !buyhouse command in front of a door. The other code still shows the same error and I do not know why.
Yeah sorry I fooled you haha.
My NPC Varkhal does not say anything to me when I say "addons" or "help" as he would do. But when I say something like "first mage addon" I get this error: https://imgur.com/42Tir0W
I just answered it, I start the server. I do nothing else. But whenever I talk to the NPC I get this error http://otland.net/attachments/addon-error-jpg.15491/. But the first error with the '[' is from when I start the server.