Materia Magica
Advertise with Materia Magica   Visit the Knowledge Dojo - Alyria Online!
Getting Started Towne Hall Reference Merchandise Support Search

You are not logged in. Click here to log in.



Click Here to Edit Your Profile and Logbook
Annotated Help - TRIGAEL, MARABAH, and WORLDGATES
Vendredi Coat of Arms



Search the help topics for the following keyword(s):

TRIGAEL, MARABAH, and WORLDGATES

NAME
worldgates - information on these mysterious, magical portals

DESCRIPTION
The twin moons, Trigael and Marabah, control the mysterious portals known
to the denizens of the world as Worldgates. As the moons wax and wane, so
do the Worldgates appear and disappear in varied locations around the
world.

There are several circles of stones which were built by an ancient group of
druids. These circles were apparently designed to trap the moons' energy
and thus create the Worldgates. They are still in existence today, ready
for the wary traveler.

The moons have been said to exert an even more powerful influence on the
denizens of the world. When the moons are waxing or full, mages and other
spell casters have reported increased spell point regeneration and spell
power. And when the moons are waning or new, the opposite effect occurs.

You can view the current conjunctions of the moons by typing 'TIME'. There
are also certain items, such as telescopes, which you can use to view a
stellar map of the space surrounding Alyria and the conjunctions of the
current stellar bodies.

A few known Worldgate locations, location coordinates, and timings are:

Trigael Phase   Marabah Phase   Locations
--------------------------------------------------------------------------
Full        Full        Rune (x: 662, y: 746)
                     Xaventry (x: 625, y: 461)

Gibbous Waning   New         Xaventry (x: 625, y: 461)
                     Dungeon Deceit (x: 1279, y: 1053)

Half Waning     Gibbous Waning   Lowangen (x: 1177, y: 384)
                     Sigil (x: 502, y: 1281)

Crescent Waning   Half Waxing     Arcane Archipelago (x: 967, y: 699)
                     Lowangen (x: 1177, y: 384)

New         New         Sigil (x: 502, y: 1281)
                     Xaventry (x: 625, y: 461)

Crescent Waxing   Gibbous Waxing   Seelie Castle (x: 76, y: 301)
                     Templeton (x: 1674, y: 541)

Half Waxing     Gibbous Waxing   Vir (x: 1752, y: 984)
                     Lowangen (x: 1177, y: 384)

Gibbous Waxing   Full        Templeton (x: 1674, y: 541)
                     Rune (x: 662, y: 746)

SEE ALSO
  time, weather, phases, gate travel

Player-contributed annotations for TRIGAEL, MARABAH, and WORLDGATES
Date posted: 11-20-2009 09:56 am by Tamlin
CMUD Script

Trigger Pattern:

^Trigael:%s~((*)~)%sMarabah: ~((*)~)$

Script:

#LOCAL $world1 $world2
#SWITCH (%1= "full") {
#SWITCH (%2= "full") {
$world1 = %replace( "Rune 662, 746", ",")
$world2 = %replace( "Xaventry 625, 461", ",")
} (%2= "gibbous waning") {
$world1 = %replace( "Rune 662, 746", ",")
$world2 = %replace( "Lowangen 1177, 384", ",")
} (%2= "gibbous waxing") {
$world1 = %replace( "Rune 662, 746", ",")
$world2 = %replace( "Ethereal Void ?", ",")
} (%2= "half waxing") {
$world1 = %replace( "Rune 662, 746", ",")
$world2 = %replace( "Templeton 1674, 541", ",")
} (%2= "half waning") {
$world1 = %replace( "Rune 662, 746", ",")
$world2 = %replace( "CTF Arena 967, 699", ",")
} (%2= "new") {
$world1 = %replace( "Rune 662, 746", ",")
$world2 = %replace( "Dungeon Deceit 1015, 1116", ",")
} (%2= "crescent waning") {
$world1 = %replace( "Rune 662, 746", ",")
$world2 = %replace( "Sigil 502, 1281", ",")
} (%2= "crescent waxing") {
$world1 = %replace( "Rune 662, 746", ",")
$world2 = %replace( "Maldra's Keep 1279, 1053", ",")
}
} (%1="crescent waxing") {
#SWITCH (%2= "gibbous waning") {
$world1 = %replace( "Dungeon Deceit 1015, 1116", ",")
$world2 = %replace( "Templeton 1674, 541", ",")
} (%2= "crescent waning") {
$world1 = %replace( "CTF Arena 967, 699", ",")
$world2 = %replace( "Xaventry 625, 461", ",")
} (%2= "crescent waxing") {
$world1 = %replace( "Dungeon Deceit 1015, 1116", ",")
$world2 = %replace( "CTF Arena 697, 699", ",")
} (%2= "new") {
$world1 = %replace( "CTF Arena 967, 699", ",")
$world2 = %replace( "Lowangen 1177, 384", ",")
} (%2= "half waxing") {
$world1 = %replace( "Dungeon Deceit 1015, 1116", ",")
$world2 = %replace( "Sigil 502, 1281", ",")
} (%2="half waning") {
$world1 = %replace( "Dungeon Deceit 1015, 1116", ",")
$world2 = %replace( "Rune 662, 746", ",")
} (%2= "gibbous waxing") {
$world1 = %replace( "Seelie Castle ?", ",")
$world2 = %replace( "Templeton 1674, 541", ",")
} (%2= "full") {
$world1 = %replace( "CTF Arena 697, 699", ",")
$world2 = %replace( "Maldra's Keep 1279, 1053", ",")
}
} (%1= "gibbous waning") {
#SWITCH (%2= "full") {
$world1 = %replace( "Xaventry 625, 461", ",")
$world2 = %replace( "Lowangen 1177, 384", ",")
} (%2= "gibbous waning") {
$world1 = %replace( "Xaventry 625, 461", ",")
$world2 = %replace( "Arcane 967, 699", ",")
} (%2= "gibbous waxing") {
$world1 = %replace( "Xaventry 625, 461", ",")
$world2 = %replace( "Decara 1538, 430", ",")
} (%2= "half waxing") {
$world1 = %replace( "Xaventry 625, 461", ",")
$world2 = %replace( "Rune 662, 746", ",")
} (%2= "half waning") {
$world1 = %replace( "Xaventry 625, 461", ",")
$world2 = %replace( "Sigil 502, 1281", ",")
} (%2= "new") {
$world1 = %replace( "Xaventry 625, 461", ",")
$world2 = %replace( "Maldra's Keep 1279, 1053", ",")
} (%2= "crescent waning") {
$world1 = %replace( "Xaventry 625, 461", ",")
$world2 = %replace( "Dungeon Deceit 1015, 1116", ",")
} (%2= "crescent waxing") {
$world1 = %replace( "Xaventry 625, 461", ",")
$world2 = %replace( "Templeton 1674, 541", ",")
}
} (%1="half waning") {
#SWITCH (%2= "full") {
$world1 = %replace( "Lowangen 1177, 384", ",")
$world2 = %replace( "CTF Arena 967, 699", ",")
} (%2= "gibbous waning") {
$world1 = %replace( "Lowangen 1177, 384", ",")
$world2 = %replace( "Sigil 502, 1281", ",")
} (%2= "gibbous waxing") {
$world1 = %replace( "Lowangen 1177, 384", ",")
$world2 = %replace( "Decara 1538, 430", ",")
} (%2= "half waxing") {
$world1 = %replace( "Lowangen 1177, 384", ",")
$world2 = %replace( "Xaventry 625, 461", ",")
} (%2="half waning") {
$world1 = %replace( "Lowangen 1177, 384", ",")
$world2 = %replace( "CTF Arena 967, 699", ",")
} (%2= "new") {
$world1 = %replace( "Lowangen 1177, 384", ",")
$world2 = %replace( "Templeton 1674, 541", ",")
} (%2= "crescent waning") {
$world1 = %replace( "Lowangen 1177, 384", ",")
$world2 = %replace( "Maldra's Keep 1279, 1053", ",")
} (%2= "crescent waxing") {
$world1 = %replace( "Lowangen 1177, 384", ",")
$world2 = %replace( "Rune 662, 746", ",")
}
} (%1="crescent waning") {
#SWITCH (%2= "full") {
$world1 = %replace( "Arcane 967, 699", ",")
$world2 = %replace( "Sigil 502, 1281", ",")
} (%2= "gibbous waning") {
$world1 = %replace( "Arcane 967, 699", ",")
$world2 = %replace( "Dungeon Deceit 1015, 1116", ",")
} (%2= "gibbous waxing") {
$world1 = %replace( "Sigil 502, 1281", ",")
$world2 = %replace( "Decara 1538, 430", ",")
} (%2= "half waxing") {
$world1 = %replace( "CTF Arena 967, 699", ",")
$world2 = %replace( "Lowangen 1177, 384", ",")
} (%2="half waning") {
$world1 = %replace( "CTF Arena 967, 699", ",")
$world2 = %replace( "Maldra's Keep 1279, 1053", ",")
} (%2= "new") {
$world1 = %replace( "Arcane 967, 699", ",")
$world2 = %replace( "Rune 662, 746", ",")
} (%2= "crescent waning") {
$world1 = %replace( "CTF Arena 967, 699", ",")
$world2 = %replace( "Dungeon Deceit 1015, 1116", ",")
} (%2= "crescent waxing") {
$world1 = %replace( "CTF Arena 967, 699", ",")
$world2 = %replace( "Xaventry 625, 461", ",")
}
} (%1="new") {
#SWITCH (%2= "gibbous waning") {
$world1 = %replace( "Sigil 502, 1281", ",")
$world2 = %replace( "Maldra's Keep 1279, 1053", ",")
} (%2= "half waxing") {
$world1 = %replace( "Sigil 502, 1281", ",")
$world2 = %replace( "Arcane 967, 699", ",")
} (%2= "crescent waning") {
$world1 = %replace( "Sigil 502, 1281", ",")
$world2 = %replace( "Rune 662, 746", ",")
} (%2= "crescent waxing") {
$world1 = %replace( "Sigil 502, 1281", ",")
$world2 = %replace( "Xaventry 625, 461", ",")
} (%2= "new") {
$world1 = %replace( "Sigil 502, 1281", ",")
$world2 = %replace( "Lowangen 1177, 384", ",")
} (%2="half waning") {
$world1 = %replace( "Sigil 502, 1281", ",")
$world2 = %replace( "Templeton 1674, 541", ",")
} (%2= "gibbous waxing") {
$world1 = %replace( "Decara 1538, 430", ",")
$world2 = %replace( "Xaventry 625, 461", ",")
} (%2= "full") {
$world1 = %replace( "Sigil 502, 1281", ",")
$world2 = %replace( "Dungeon Deceit 1015, 1116", ",")
}
} (%1="crescent waxing") {
#SWITCH (%2= "gibbous waning") {
$world1 = %replace( "Dungeon Deceit 1015, 1116", ",")
$world2 = %replace( "Rune 662, 746", ",")
} (%2= "crescent waning") {
$world1 = %replace( "Maldra's Keep 1279, 1053", ",")
$world2 = %replace( "Lowangen 1177, 384", ",")
} (%2= "crescent waxing") {
$world1 = %replace( "Dungeon Deceit 1015, 1116", ",")
$world2 = %replace( "Sigil 502, 1281", ",")
} (%2= "new") {
$world1 = %replace( "Dungeon Deceit 1015, 1116", ",")
$world2 = %replace( "Arcane ?", ",")
} (%2= "half waxing") {
$world1 = %replace( "Maldra's Keep 1279, 1053", ",")
$world2 = %replace( "Dungeon Deceit 1015, 1116", ",")
} (%2="half waning") {
$world1 = %replace( "Maldra's Keep 1279, 1053", ",")
$world2 = %replace( "Xaventry 625, 461", ",")
} (%2= "gibbous waxing") {
$world1 = %replace( "Seahag Isle 1752, 984", ",")
$world2 = %replace( "Lowangen 1177, 384", ",")
} (%2= "full") {
$world1 = %replace( "Dungeon Deceit 1015, 1116", ",")
$world2 = %replace( "Templeton 1674, 541", ",")
}
} (%1="half waxing") {
#SWITCH (%2= "gibbous waning") {
$world1 = %replace( "Dungeon Deceit 1279, 1053", ",")
$world2 = %replace( "Rune 662, 746", ",")
} (%2= "crescent waning") {
$world1 = %replace( "Dungeon Deceit 1279, 1053", ",")
$world2 = %replace( "Lowangen 1117, 384", ",")
} (%2= "crescent waxing") {
$world1 = %replace( "Dungeon Deceit 1279, 1053", ",")
$world2 = %replace( "Sigil 502, 1281", ",")
} (%2= "new") {
$world1 = %replace( "Dungeon Deceit 1279, 1053", ",")
$world2 = %replace( "Arcane Archipeligo 967, 699", ",")
} (%2= "half waxing") {
$world1 = %replace( "Dungeon Deceit 1279, 1053", ",")
$world2 = %replace( "CTF Arena 1015, 1116", ",")
} (%2="half waning") {
$world1 = %replace( "Dungeon Deceit 1279, 1053", ",")
$world2 = %replace( "Xaventry 625, 461", ",")
} (%2= "gibbous waxing") {
$world1 = %replace( "Hotel Hello ?", ",")
$world2 = %replace( "Rune 662, 746", ",")
} (%2= "full") {
$world1 = %replace( "Dungeon Deceit 1279, 1053", ",")
$world2 = %replace( "Templeton 1674, 541", ",")
}
} (%1="gibbous waxing") {
#SWITCH (%2= "gibbous waning") {
$world1 = %replace( "Templeton 1674, 541", ",")
$world2 = %replace( "Xaventry 625, 461", ",")
} (%2= "crescent waning") {
$world1 = %replace( "Templeton 1674, 541", ",")
$world2 = %replace( "Arcane 967, 699", ",")
} (%2= "crescent waxing") {
$world1 = %replace( "Templeton 1674, 541", ",")
$world2 = %replace( "Dungeon Deceit 1015, 1116", ",")
} (%2= "new") {
$world1 = %replace( "Templeton 1674, 541", ",")
$world2 = %replace( "Sigil 502, 1281", ",")
} (%2= "half waxing") {
$world1 = %replace( "Templeton 1674, 541", ",")
$world2 = %replace( "Maldra's Keep 1279, 1053", ",")
} (%2="half waning") {
$world1 = %replace( "Xaventry 625, 461", ",")
$world2 = %replace( "Sigil 502, 1281", ",")
} (%2= "gibbous waxing") {
$world1 = %replace( "Hotel Hello ?", ",")
$world2 = %replace( "Rune 662, 746", ",")
} (%2= "full") {
$world1 = %replace( "Templeton 1674, 541", ",")
$world2 = %replace( "Rune 662, 746", ",")
}
}
#echo %ansi( hi, magenta)Worldgate from %ansi( hi, blue)$world1 %ansi( hi, magenta)to %ansi( hi, blue)$world2


You must log in to be able to annotate help entries.

For additional detailed help, please check out the Links section of this website, which contains a good number of excellent player and clan-sponsored websites with information about Materia Magica.