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

Yalahari 100 % ? with scripts to head quest

@the stairs are new and bugged in latest TFS... So there is really not any good fix to this yet, what I've seen.. as long as you dont make it yourself.
I just changed all those stairs to normal ones.
 
Got a question, about the fire walker boots quest. When you kill Pythius, you get teleported to a room with a teleport, destination of teleport is: 14833, 16146, 15... which doesnt exist in this map... So where is the fire walker boots quest u are talking about?
 
not possible to edit? o_O anyway, sorry, my fault :p The teleport is just the exit. All you need to do is to make the chest in that room to firewalker reward, and make a teleport out of there ;)
 
FIREWALKER BOOTS QUEST

Use for stone and lava change for earth and create teleport

Come in to teleport lava is again and nobody can't come in

Kill pythius you will be teleport to room with chest (there isn't scripts to chest sorry)

Teleport in the final room is not configured ;s

I wanna fast give this to downlaod
 
the water makes no sense to me, just silly... you could have spared yourself and all downloaders alot of time not making it.
 
Man, I need the monsters :/
Otherwise it isn't worth it to use this.

There's aproximately...20 monsters missing?
War Golem, Yalahari and such. You gave like 6 monsters :S

/Limannen
 
Bug

congratulations for the script but, no remove item and no summon the monster
What is the problem? Please

PHP:
function onStepIn(cid, item, position, fromPosition) 


 doTeleportThing(cid, {x=14817,y=16142,z=15})
setGlobalStorageValue(5544, 12000)
doSummonCreature("Pythius The Rotten", {x=14811,y=16140,z=15})
doRemoveItem(getThingFromPos({x=14792,y=16115,z=15,stackpos=2}).uid, 1)

local Lawa = {

{x=14792,y=16118,z=15}, 

{x=14792,y=16117,z=15}, 

{x=14792,y=16116,z=15}, 

{x=14792,y=16115,z=15},

{x=14792,y=16114,z=15},

{x=14792,y=16113,z=15},

{x=14791,y=16118,z=15},

{x=14791,y=16117,z=15},

{x=14791,y=16116,z=15},

{x=14791,y=16115,z=15},

{x=14791,y=16114,z=15},

{x=14791,y=16113,z=15},


}
for i = 1, #Lawa do -- petla tworzenia lawy
			doCreateItem(598, 1, Lawa[i]) -- funkcja tworzenia lawy
			



end
return TRUE 
end
 
congratulations for the script but, no remove item and no summon the monster
What is the problem? Please

PHP:
function onStepIn(cid, item, position, fromPosition) 


 doTeleportThing(cid, {x=14817,y=16142,z=15})
setGlobalStorageValue(5544, 12000)
doSummonCreature("Pythius The Rotten", {x=14811,y=16140,z=15})
doRemoveItem(getThingFromPos({x=14792,y=16115,z=15,stackpos=2}).uid, 1)

local Lawa = {

{x=14792,y=16118,z=15}, 

{x=14792,y=16117,z=15}, 

{x=14792,y=16116,z=15}, 

{x=14792,y=16115,z=15},

{x=14792,y=16114,z=15},

{x=14792,y=16113,z=15},

{x=14791,y=16118,z=15},

{x=14791,y=16117,z=15},

{x=14791,y=16116,z=15},

{x=14791,y=16115,z=15},

{x=14791,y=16114,z=15},

{x=14791,y=16113,z=15},


}
for i = 1, #Lawa do -- petla tworzenia lawy
			doCreateItem(598, 1, Lawa[i]) -- funkcja tworzenia lawy
			



end
return TRUE 
end

Funny ? In my ot everything is great, summon monster and remove item
 
Back
Top