• 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 Challenge Last Mission! help with the script!

d4rkbl0od

Member
Joined
Mar 21, 2008
Messages
160
Reaction score
7
Hello people, I'm actually doing the Dreamer Challenge quest and im stuck at the last mission!
its the mission that you put a life ring, a death ring, pour water, pull the lever and fire magic field into a place, then a teleport appear.
The thing is... how can I do a script that check if everything is ok, then create a teleport?

There are 4 spots. The north will be a Life Ring. The south a Death Ring. Go to the west and go up and move the switch to make the well fill with Poison and turn the electricity on. Now on the West (<--) pour water. Then, standing next to the center, shoot a Fire Field on the east (-->). A teleport will appear in the center.

As you can see, the teleport will only appear when everything is correct in the exact locations..

Is this an action? a movement? :S
Im confused :(

Thanks in advance!
 
Action script on the lever (switch), and onAddItem movement script for all the tiles that you need to put an item on (that includes fire field).

Just in case the player doesn't do it all in correct order.
 
so, an example
lever with an action script
life ring with a onAddItem
death ring with onAddItem
etc etc
so it will be 4 movements and 1 action?
and the teleport, what should I do to make him appear?
thanks!
im a little less confused! hahaha
 
Both of the scripts should have the code for checking if everything if is in place, and if it is - create the teleport.
If anything is changed back to the original state, the teleport should turn back into a stone (that means you'll need an onRemoveItem event too)
 
Back
Top