New Zones in "Dragons of Norrath" Expansion

A forum for the general posts relating to MacroQuest. *DEPRECATED: This forum is no longer in public use, but remains here for your reading pleasure. Enjoy

Moderator: MacroQuest Developers

Amadeus
The Maestro
The Maestro
Posts: 2036
Joined: Sat Jun 29, 2002 3:51 pm

New Zones in "Dragons of Norrath" Expansion

Post by Amadeus » Fri Feb 11, 2005 3:46 pm

I'm sure this is released somewhere..but I came across it today while updating some of MQ2's constants, and thought it might be interesting.

Code: Select all

.text:00486A9F                 push    offset aTheBroodlands ; "The Broodlands"
.text:00486AA4                 push    offset aBroodlands ; "broodlands"

.text:00486AC2                 push    offset aStillmoonTempl ; "Stillmoon Temple"
.text:00486AC7                 push    offset aStillmoona ; "stillmoona"

.text:00486AE2                 push    offset aTheAscent ; "The Ascent"
.text:00486AE7                 push    offset aStillmoonb ; "stillmoonb"

.text:00486B02                 push    offset aThundercrestIs ; "Thundercrest Isles"
.text:00486B07                 push    offset aThundercrest ; "thundercrest"

.text:00486B22                 push    offset aLavaspinnerSLa ; "Lavaspinner's Lair"
.text:00486B27                 push    offset aDelvea  ; "delvea"

.text:00486B42                 push    offset aTirranunSDelve ; "Tirranun's Delve"
.text:00486B47                 push    offset aDelveb  ; "delveb"

.text:00486B62                 push    offset aTheAccursedNes ; "The Accursed Nest"
.text:00486B67                 push    offset aThenest ; "thenest"

.text:00486B86                 push    offset aTheGuildLobby ; "The Guild Lobby"
.text:00486B8B                 push    offset aGuildlobby ; "guildlobby"

.text:00486BAA                 push    offset aGuildHall ; "Guild Hall"
.text:00486BAF                 push    offset aGuildhall ; "guildhall"

.text:00486BCE                 push    offset aTheBarterHall ; "The Barter Hall"
.text:00486BD3                 push    offset aBarter  ; "barter"
..New MAX_ZONES = 0x15B (includes "The Forgotten Halls")

Ziggy
a lesser mummy
a lesser mummy
Posts: 73
Joined: Sat Jun 26, 2004 5:30 pm

Re: New Zones in "Dragons of Norrath" Expansion

Post by Ziggy » Fri Feb 11, 2005 8:01 pm

Amadeus wrote:I'm sure this is released somewhere..but I came across it today while updating some of MQ2's constants, and thought it might be interesting.
Yeah, I posted the list of names here. Wasn't needed for that, but that's what you're recalling prolly.