• 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!

[8.6] [TFS1.3] Global + Source + Web + tools + Quest Reward System

Cant compile it with following commands:
mkdir build & cd build & cmake .. & make

Any solution for it?
 
That's not 8.6 monsters, Looks like he didn't remove the XML lines.
 
Explorer society not work. Please help me fixed issue

EDIT: sorry, its work!
 
Last edited:
1. The explorer society - Wrinkled Parchment
Mission: bonelord secrets - the door cannot be opened


tes.png

2. Machinery of War Quest
orc fortress - I use fire bug in this place - no reaction

orcf.png

3. Kissing a pig Quest
npc Hoggle: say "garden" - not reaction. Hoggle.lua is not complete

local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)

function onCreatureAppear(cid) npcHandler:eek:nCreatureAppear(cid) end
function onCreatureDisappear(cid) npcHandler:eek:nCreatureDisappear(cid) end
function onCreatureSay(cid, type, msg) npcHandler:eek:nCreatureSay(cid, type, msg) end
function onThink() npcHandler:eek:nThink() end

local voices = { {text = 'Oh, this misery...'} }
npcHandler:addModule(VoiceModule:new(voices))

npcHandler:setMessage(MESSAGE_GREET, "Welcome to my humble home!")
npcHandler:setMessage(MESSAGE_FAREWELL, "Good bye.")
npcHandler:setMessage(MESSAGE_WALKAWAY, "Good bye.")

npcHandler:addModule(FocusModule:new())

Hope I didn't make any mistakes in carrying out these quests
Sorry my english. :)
 
Last edited:
how to edit map ? 1605015871087.png
Post automatically merged:

como editar
 

Attachments

Last edited:
The GM Isle is missing or the position is wrong.
is there
1605303061932.png
Post automatically merged:

1. The explorer society - Wrinkled Parchment
Mission: bonelord secrets - the door cannot be opened


View attachment 51410

2. Machinery of War Quest
orc fortress - I use fire bug in this place - no reaction

View attachment 51412

3. Kissing a pig Quest
npc Hoggle: say "garden" - not reaction. Hoggle.lua is not complete



Hope I didn't make any mistakes in carrying out these quests
Sorry my english. :)

the issue #1 i will check i alrredy tested. but i will test again.

the issue #2 i dindt confing this brecous you can make the quest in the north. (if i have time i will add this other way)

the issue #3 the kissing a pig quest it was so long and i adapting the quest only to open the cheest. =D
 
Back
Top