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

Dreamer's Challenge quests

kito2

www.masteria.net
Joined
Mar 9, 2009
Messages
3,766
Solutions
1
Reaction score
225
Location
Chile, Santiago
Hi there, I have been searching this script for so long and couldn't find anything... So I decided to posts the idea here and lets build it...

Dreamer's Challenge Quest/Spoiler - TibiaWiki - Quests, Items, Spells, and more

Im searching the map right now, and already made the carrot script, couldn't track it, because map trackers for 8.54+ are bugged.


1) If you pass withut a carrot, it will damage you 150.
Dreamer_Hugo_Free.jpg

Lua:
function onStepIn(cid, item, pos)
	if isPlayer(cid) and getPlayerItemCount(cid, 2684) == 0 then
			doPlayerRemoveItem(cid, 2684, 1)
			doTargetCombatHealth(0, cid, COMBAT_PHYSICALDAMAGE, -150, -150, CONST_ME_NONE)
	end
	return true
end

2) Fire Bug script...
 
1. Too hard to understand this Elemental Spheres' scripts

2. Need the script to push lever and remove firefield, water, death ring .. possible?
 
Back
Top