Game Development Reference
In-Depth Information
For reference to our altered treasure chests, take a look at the following event code for the northwestern chest at
(15,17):
@>Control Self Switch: A =ON
@>Play SE: 'Chest', 80, 100
@>Set Move Route: This event (Wait)
: : $>Direction Fix OFF
: : $>Turn Left
: : $>Wait: 3 frame(s)
: : $>Turn Right
: : $>Wait: 3 frame(s)
@>Text: -, -, Normal, Bottom
: : You are attacked by a monster in a box!
@>Battle Processing: Vampire
@>Change Armor: [Ebony Circlet] + 1
@>Text: -, -, Normal, Bottom
: : Ebony Circlet was found!
@>
The Ebony Circlet is halfway between the Mithril Circlet and the Magi's Crown in terms of protection. The chest
at (35,19) contains the Ebony Helm, which is between the Mithril Helm and the Dragon Helm in terms of protection
(like the Ebony Armour, it grants 10% Dark resistance). The other chests contain lesser items, such as elixirs and gold.
There's not much else to say about the second floor. As there are a whopping eight staircases on the second floor,
I decided to write up in the form of a table (Table 13-1 ) where each of them connects to.
Table 13-1. A List of Stairs on the Second Floor and
Where They Connect to Within the Final Dungeon
Stairs on 2F
Connecting Stairs
6,6
6,6(3F)
23,20
23,20(1F)
40,6
40,6(1F)
40,46
40,46(3F)
23,32
23,32(1F)
6,46
6,46(3F)
23,26
23,26(3F)
37,26
37,26(1F)
as with the teleportation puzzle back on the first floor, be careful you don't create a situation in which you
trap your player in an infinite loop! The actual transfer events should land adjacent to the destination staircase, not on
them.
Caution
 
 
Search WWH ::




Custom Search