PDA

View Full Version : initial zones.h patch



uRit1u2CBBA=
02-19-2005, 02:08 PM
I've only zoned into the few zones I've found that are non-mission zones, so this is incomplete for the expansion, but it's a good start.

I also am guessing that one of the zone's "b" is following the "a" - so I don't know the name of the "b" zone, so I have it NULL, but like I said, it's a start.

As I do some missions and find out other zones, I'll update it.

This patch is off of the latest cvs.

purple
02-19-2005, 04:20 PM
From the exe (I don't know how to get zoneIds from this):
barter = The Barter Hall
guildhall = Guild Hall
guildlobby = The Guild Lobby
thenext = The Accursed Nest
delveb = Tirranum's Delve
delvea = Lavaspinner's Lair
thundercrest = Thundercrest Isles
stillmoonb = The Ascent
stillmoona = Stillmoon Temple
broodlands = The Broodlands
fhalls = The Forgotten Halls

ieatacid
02-19-2005, 04:29 PM
barter = The Barter Hall = 346
guildhall = Guild Hall = 345
guildlobby = The Guild Lobby = 344
thenext = The Accursed Nest = 343
delveb = Tirranum's Delve = 342
delvea = Lavaspinner's Lair =341
thundercrest = Thundercrest Isles = 340
stillmoonb = The Ascent = 339
stillmoona = Stillmoon Temple = 338
broodlands = The Broodlands = 337
fhalls = The Forgotten Halls = 998

uRit1u2CBBA=
02-19-2005, 04:43 PM
998?! You sure about that one?

I got the zoneIDs that I knew of by looking at seq while zoning where it normally shows the zone's name . it said "unk zone xxx" wher xxx is the zoneID.

ieatacid
02-19-2005, 04:47 PM
I'm sure that that's what the exe says :)

purple
02-19-2005, 04:49 PM
You disassembly people blow me away. I wish I had a clue how to do that stuff. Thanks, ieatacid 8)

uRit1u2CBBA=
02-19-2005, 05:39 PM
Here's a new patch against cvs version of zones.h to include the names that I was missing from the first attempt, and the dreadded zone #998.

eqhunter
02-20-2005, 12:12 AM
Here's a new patch against cvs version of zones.h to include the names that I was missing from the first attempt, and the dreadded zone #998.


where do I place this file?

uRit1u2CBBA=
02-20-2005, 12:13 AM
It's a patch file, similar to the patches purple has been releasing.

Treat it the same.

though I think I forgot to put src/ in it, so you'll have to be in the src folder when patching vs. the base directory when doing purple's patch.

eqhunter
02-20-2005, 12:16 AM
It's a patch file, similar to the patches purple has been releasing.

Treat it the same.

though I think I forgot to put src/ in it, so you'll have to be in the src folder when patching vs. the base directory when doing purple's patch.


will do.. and thanks

uRit1u2CBBA=
02-20-2005, 12:18 AM
ok - I re-did the patch, including the proper directory structure -- so now you can truly treat it like the other patches being put out.