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!
Hello again!
I need to fix this script, i try to fix it and nothing happens :(
Sytuation look's that:
But i have errors in console:
lever is working, but stone don't want to delete...
Here is code, what's wrong? Use tfs 3.6.0pl1
-- Script by Ates, Add/Remove Stone!
function onUse(cid...
local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
local talkState = {}
function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end
function onCreatureDisappear(cid)...
yes, so there are more monster, than rat.
Check full code of the script here - (http://otland.net/f132/npc-kill-quest-possible-92980/#post948020)
I think the error is in another place, but i don't know where :(
I using it:
function onUse(cid, item, frompos, item2, topos)
local config = {
storage = 6008, -- player storage value
item = 2103, -- Id Item of quest
}
if getPlayerStorageValue(cid, config.storage) == -1 then
setPlayerStorageValue(cid...
Qban found a orc king npc script but it's doesn't work :(
Someone can fix it? for tfs 3.6.0pl1
here is codes:
<?xml version="1.0"?>
<npc name="The Orc King" script="data/npc/scripts/orcking.lua" access="5" lookdir="2" >
<mana now="1" max="1" />
<health now="1" max="1" />
<look...
/edit. I edit 1st post.
1. If is new player, who doesn't start task yet
data\creaturescripts\scripts\QUEST.lua
---locals copied from npc script :)
--keep in mind that names of monsters here must be as same in game so it is "wolf" not "wolves nor Wolf"
-- just edit nams...
Hello I'm looking for npc King/Orc King script! I try to find it, but I could't find :(
it exactly this npc (link) ->
The Orc King - TibiaWiki - Quests, Items, Spells, and more
If someone have this script, please help me :)
BIG REP++ :)
Hello OTlanders again!
So i have one more question - request Can you add to this script, one thing?
I want to, this npc addition/also giving first druid addon (50 Bear Paws 50 Wolf Paws)
here is code of script, thanks in advance!
local keywordHandler = KeywordHandler:new()
local...
So maybe use:
"UPDATE players SET health = 180" and "UPDATE players SET healthmax = 180".
"UPDATE players SET mana = 45" and "UPDATE players SET manamax = 45"
/edit
@_Arthur you are first :(