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

Action Working Demon Oak Quest

Oldrak.lua and demonOakGravestone.lua updated, now oldrak is working and you need to tell him "demon oak, yes" to can be teleported with the gravestone.

1.jpg

2.jpg

5.jpg
 
What about this:?
[23:56:48.769] [Error - CreatureScript Interface]
[23:56:48.770] data/creaturescripts/scripts/login.lua
[23:56:48.771] Description:
[23:56:48.771] (luaRegisterCreatureEvent) Creature not found

[23:56:48.773] [Error - CreatureScript Interface]
[23:56:48.774] data/creaturescripts/scripts/login.lua
[23:56:48.775] Description:
[23:56:48.776] (luaRegisterCreatureEvent) Creature not found

[23:56:48.778] [Error - CreatureScript Interface]
[23:56:48.779] data/creaturescripts/scripts/login.lua
[23:56:48.780] Description:
[23:56:48.784] (luaRegisterCreatureEvent) Creature not found
 
Sorry for refreshing :S

But, what is this for? I have totally no idea and I couldnt figure out :S

Create a file on data/movements called demonOakSquares.lua and paste:
Code:
Lua Code:
function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor)
 
	return doCreatureSay(cid, sounds[1][math.random(1, #sounds[1])], TALKTYPE_MONSTER_YELL, false, cid, (positions.demonOak or getCreaturePosition(cid)))
end

and then that:
Code:
<movevent type="StepIn" uniqueid="13901-13905" event="script" value="demonOakSquares.lua" />

uniqueid of which sqms?? :S

and btw, i used my hallowed axe like over 30 times and still not done ;( im using tfs 0.4_DEV compiled with GNU c++ version 4.4.0
 
Last edited:
Sorry for refreshing :S

But, what is this for? I have totally no idea and I couldnt figure out :S



and then that:
Code:
<movevent type="StepIn" uniqueid="13901-13905" event="script" value="demonOakSquares.lua" />

uniqueid of which sqms?? :S

and btw, i used my hallowed axe like over 30 times and still not done ;( im using tfs 0.4_DEV compiled with GNU c++ version 4.4.0

The script was tested only in TFS 0.3.6.

That script is to make DemonOak yells when you step on these SQMs
 
When I try to walk on one of the 5 squares which make him scream, nothing happens? though the tree chopping works and monsters spawn when I teleport in with a GM and try.

Which code in the script determines the position of the 5 squares you walk on outside the quest ground?
 
Thank u veri much its the most advanced and the most cool script that i found about the demon oak quest.. rep+++++++
 
5/9/2011 3:53:0] [Error - Action Interface]
[5/9/2011 3:53:0] data/actions/scripts/demonOak.lua:eek:nUse
[5/9/2011 3:53:0] Description:
[5/9/2011 3:53:0] (luaDoCreateMonster) Cannot create monster: Demon

[5/9/2011 3:53:0] [Error - Action Interface]
[5/9/2011 3:53:0] data/actions/scripts/demonOak.lua:eek:nUse
[5/9/2011 3:53:0] Description:
[5/9/2011 3:53:0] (luaDoCreateMonster) Cannot create monster: Grim Reaper

[5/9/2011 3:53:1] [Error - Action Interface]
[5/9/2011 3:53:1] data/actions/scripts/demonOak.lua:eek:nUse
[5/9/2011 3:53:1] Description:
[5/9/2011 3:53:1] (luaDoCreateMonster) Cannot create monster: Elder Beholder

[5/9/2011 3:53:1] [Error - Action Interface]
[5/9/2011 3:53:1] data/actions/scripts/demonOak.lua:eek:nUse
[5/9/2011 3:53:1] Description:
[5/9/2011 3:53:1] (luaDoCreateMonster) Cannot create monster: Demon Skeleton



I'm getting this same issue. Monsters won't spawn.
I'm using 0.4 though, how can I fix that?
 
Back
Top