Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-24-2009, 06:25 PM
Aergad
Banned
 
Join Date: Mar 2009
Location: In a house
Posts: 150
Default SoF Zones

Any word on when the SOF client zones will be added such as the SoF Nektulos and so forth
Reply With Quote
  #2  
Old 04-25-2009, 01:25 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Added as in added to the zones table, or added as in having zone points for it, or added as in populated with spawns and such? That question is a little vague.

If you have SoF enabled on your server, you should be able to just #zone there. You may need to add the updated information to your zones table though. I think PEQ may come with the basic zone table information for SoF now already.

As far as zone points go, that is a bit more difficult. You would either need to set them yourself manually on a zone by zone basis, or you would need to wait until we have the packet collectors working again so they can be collected from EQLive packet logs. Otherwise, it is unlikely that they will all be done anytime soon as doing all of that manually would take quite a while.

The new zones are usable on a case by case basis for servers that want to use them, but they will take more work to completely set them up, since it all has to be done manually for now.

Unfortunately, there is a fair amount of zones (just under half of the new zones) that Azone is not yet compatible with for creating .map files for. Nektulos is one of those zones. Those zones will basically be unusable until Azone is updated for the new .EQG file type version 4 zone files. But, at least there are still something like 45 (out of 79 total) new usable zones current from SoF.

Hopefully we can get the packet collectors working sometime soon. That would help new progress by a HUGE amount. It would benefit the entire EQEmu community more than just about anything else we could do atm, IMO. Not having a collector is the main thing holding PEQ and other databases back. Some things are just extremely hard and tedious to setup manually, and the collectors can turn hours of manual work into seconds. But, it isn't the easiest thing to get going. I can definitely get the structures and opcode stuff setup for it, but I need someone to get it at least compileable first, and hopefully FNW finds time to do that at some point.

If you know anything about packet structures, you could manually break down the packets from a collect from Live. I have done that for Crescent Reach to get all of the objects and doors and such and it worked perfectly. But, it is quite a pain to do when there are alot of them.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!

Last edited by trevius; 04-25-2009 at 09:28 AM..
Reply With Quote
  #3  
Old 04-25-2009, 03:01 AM
Aergad
Banned
 
Join Date: Mar 2009
Location: In a house
Posts: 150
Default

right now im interested in the zone points and doors and such for the new zones whether the zones are actually in the databases yet so on and so forth populated or not
Reply With Quote
  #4  
Old 04-25-2009, 03:12 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Zone point info could probably be pulled from a packet log fairly easily, but you would have to have an EQLive account and have access to whatever zone it is that you are wanting to pull the info from. Then, zone there while running showeq and log it. Then, it is just a matter of using Textpad and breaking down the individual packets into a structure format. I use Textpad, because you can create some decent macros in it if there are alot of packets to break down. Then it is just a matter of converting each value from hex into decimal. The best way I have found to do that part is by using Notepad++. It has a feature that will convert hex values. Then you just set a hotkey for doing that convert and go down the entire line until you have them all converted into decimal. Unfortunately, that does NOT work for floats. For floats, the easiest way is to just use hexvis and copy and paste each value (takes forever). Last, just use the macros in Textpad again (create a new one) to convert all of your structures into something you can easily paste into Navicat. Then, you are done.

It is quite a pain, but it actually works quite well if you have the knowledge to do it and the free time. Though, on a zone with limited doors, objects and zone points, it probably wouldn't be bad at all.

Of course, this will all be MUCH easier if the collectors are ever fixed. They do all of that automatically. I will probably be doing doors/objects for zones 1 by 1 as I use them, and I will definitely submit them to Cavedude if he wants them.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #5  
Old 04-25-2009, 03:19 AM
Aergad
Banned
 
Join Date: Mar 2009
Location: In a house
Posts: 150
Default

gotta find a list of the sof zones kinda thinking about using them for custom content since they are pretty much all unspawned if they are in the db might as well use them for the custom content
Reply With Quote
  #6  
Old 04-25-2009, 03:56 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

There is a list of zones that have .map files available for them here:
http://www.eqemulator.net/forums/sho...&postcount=208

Angelox hosts all of the .map files and SoF zones are included in his download.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #7  
Old 04-25-2009, 07:31 AM
Aergad
Banned
 
Join Date: Mar 2009
Location: In a house
Posts: 150
Default

thanks thats exactally what i need
Reply With Quote
  #8  
Old 04-29-2009, 07:20 PM
Zeice
Sarnak
 
Join Date: Oct 2008
Location: USA
Posts: 92
Default

That list includes dragonscalea and dragonscaleb. I don't have those particular zones in my DB, and I tried to add them manually at the end of the zone list but I'm not having any luck getting them to load. Anyone have any insight on this?
Reply With Quote
  #9  
Old 04-29-2009, 08:50 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

I will edit the list. I believe I got those zone names from the SEQ forums. But, apparently, neither of those are actual zones in the retail release of SoF. It would seem that it is a single zone named "dragonscale" instead.

I have started a bit of a Wiki for SoF in my server's Wiki. Here is the link in case you might find it useful:

http://stormhavenserver.com/mediawik...ets_of_Faydwer
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #10  
Old 04-29-2009, 09:29 PM
Zeice
Sarnak
 
Join Date: Oct 2008
Location: USA
Posts: 92
Default

Yeah but if you look in your EQ folder, there is a dragonscale.eqg, dragonscalea.eqg, and a dragonscaleb.eqg. They also all have their own _chr files. Dragonscale loads fine, but trying to add dragonscalea and b to the database haven't worked for me so I'm not sure what's up.
Reply With Quote
  #11  
Old 04-29-2009, 09:48 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

I will try to look into it further. Maybe it is a limitation of the client, but I kind of doubt that. We will need to know exactly what the zone ID number is for those zones for them to work properly after being added to the database. That is probably what is keeping you from getting there. I will see if I can find the correct number. Wouldn't hurt to have 2 more zones available for use
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #12  
Old 04-29-2009, 10:11 PM
Zeice
Sarnak
 
Join Date: Oct 2008
Location: USA
Posts: 92
Default

That's very possible. I thought about that but I wasn't really sure how to find the right numbers, I basically just used 450 and 451 since those are the numbers right after. Just glancing through the numbers I don't see any gaps in the numbering so either it doesn't matter what the ID is or it's some higher numbers. Also it could be these were unfinished zones that you can't open /shrug.
Reply With Quote
  #13  
Old 04-29-2009, 11:38 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Looks like 450 and 451 might actually be the correct numbers for them. SEQ has a ton of useful info that comes in handy for EQEmu. I found this list here from their zones.h file in their source code:

Code:
{ NULL, NULL }, // 0
{ "qeynos", "South Qeynos" }, // 1
{ "qeynos2", "North Qeynos" }, // 2
{ "qrg", "Surefall Glade" }, // 3
{ "qeytoqrg", "Qeynos Hills" }, // 4
{ "highpass", "Highpass Hold" }, // 5
{ "highkeep", "HighKeep" }, // 6
{ NULL, NULL }, // 7
{ "freportn", "North Freeport" }, // 8
{ "freportw", "West Freeport" }, // 9
{ "freporte", "East Freeport" }, // 10
{ "runnyeye", "Clan RunnyEye" }, // 11
{ "qey2hh1", "West Karana" }, // 12
{ "northkarana", "North Karana" }, // 13
{ "southkarana", "South Karana" }, // 14
{ "eastkarana", "East Karana" }, // 15
{ "beholder", "Gorge of King Xorbb" }, // 16
{ "blackburrow", "BlackBurrow" }, // 17
{ "paw", "Infected Paw" }, // 18
{ "rivervale", "Rivervale" }, // 19
{ "kithicor", "Kithicor Forest" }, // 20
{ "commons", "West Commonlands" }, // 21
{ "ecommons", "East Commonlands" }, // 22
{ "erudnint", "Erudin Palace" }, // 23
{ "erudnext", "Erudin" }, // 24
{ "nektulos", "Nektulos Forest" }, // 25
{ "cshome", "Sunset Home" }, // 26
{ "lavastorm", "Lavastorm Mountains" }, // 27
{ "nektropos", "Nektropos" }, // 28
{ "halas", "Halas" }, // 29
{ "everfrost", "Everfrost Peaks" }, // 30
{ "soldunga", "Solusek's Eye" }, // 31
{ "soldungb", "Nagafen's Lair" }, // 32
{ "misty", "Misty Thicket" }, // 33
{ "nro", "North Ro" }, // 34
{ "sro", "South Ro" }, // 35
{ "befallen", "Befallen" }, // 36
{ "oasis", "Oasis of Marr" }, // 37
{ "tox", "Toxxulia Forest" }, // 38
{ "hole", "The Ruins of Old Paineel" }, // 39
{ "neriaka", "Neriak Foreign Quarter" }, // 40
{ "neriakb", "Neriak Commons" }, // 41
{ "neriakc", "Neriak Third Gate" }, // 42
{ "neriakd", "Neriak Palace" }, // 43
{ "najena", "Najena" }, // 44
{ "qcat", "Qeynos Catacombs" }, // 45
{ "innothule", "Innothule Swamp" }, // 46
{ "feerrott", "The Feerrott" }, // 47
{ "cazicthule", "Cazic-Thule" }, // 48
{ "oggok", "Oggok" }, // 49
{ "rathemtn", "Mountains of Rathe" }, // 50
{ "lakerathe", "Lake Rathetear" }, // 51
{ "grobb", "Gukta" }, // 52
{ "aviak", "Aviak Village" }, // 53
{ "gfaydark", "Greater Faydark" }, // 54
{ "akanon", "Ak'Anon" }, // 55
{ "steamfont", "Steamfont Mountains" }, // 56
{ "lfaydark", "Lesser Faydark" }, // 57
{ "crushbone", "Clan Crushbone" }, // 58
{ "mistmoore", "Castle Mistmoore" }, // 59
{ "kaladima", "Kaladim" }, // 60
{ "felwithea", "Felwithe" }, // 61
{ "felwitheb", "Felwithe" }, // 62
{ "unrest", "Estate of Unrest" }, // 63
{ "kedge", "Kedge Keep" }, // 64
{ "guktop", "Upper Guk" }, // 65
{ "gukbottom", "Lower Guk" }, // 66
{ "kaladimb", "Kaladim" }, // 67
{ "butcher", "Butcherblock Mountains" }, // 68
{ "oot", "Ocean of Tears" }, // 69
{ "cauldron", "Dagnor's Cauldron" }, // 70
{ "airplane", "Plane of Sky" }, // 71
{ "fearplane", "Plane of Fear" }, // 72
{ "permafrost", "Permafrost Keep" }, // 73
{ "kerraridge", "Kerra Isle" }, // 74
{ "paineel", "Paineel" }, // 75
{ "hateplane", "The Plane of Hate" }, // 76
{ "arena", "The Arena" }, // 77
{ "fieldofbone", "The Field of Bone" }, // 78
{ "warslikswood", "Warsliks Wood" }, // 79
{ "soltemple", "Temple of Solusek Ro" }, // 80
{ "droga", "Temple of Droga" }, // 81
{ "cabwest", "West Cabilis" }, // 82
{ "swampofnohope", "Swamp of No Hope" }, // 83
{ "firiona", "Firiona Vie" }, // 84
{ "lakeofillomen", "Lake of Ill Omen" }, // 85
{ "dreadlands", "Dreadlands" }, // 86
{ "burningwood", "Burning Woods" }, // 87
{ "kaesora", "Kaesora" }, // 88
{ "sebilis", "Old Sebilis" }, // 89
{ "citymist", "City of Mist" }, // 90
{ "skyfire", "Skyfire Mountains" }, // 91
{ "frontiermtns", "Frontier Mountains" }, // 92
{ "overthere", "The Overthere" }, // 93
{ "emeraldjungle", "The Emerald Jungle" }, // 94
{ "trakanon", "Trakanon's Teeth" }, // 95
{ "timorous", "Timorous Deep" }, // 96
{ "kurn", "Kurn's Tower" }, // 97
{ "erudsxing", "Erud's Crossing" }, // 98
{ NULL, NULL }, // 99
{ "stonebrunt", "Stonebrunt Mountains" }, // 100
{ "warrens", "The Warrens" }, // 101
{ "karnor", "Karnor's Castle" }, // 102
{ "chardok", "Chardok" }, // 103
{ "dalnir", "Dalnir" }, // 104
{ "charasis", "Howling Stones" }, // 105
{ "cabeast", "East Cabilis" }, // 106
{ "nurga", "Mines of Nurga" }, // 107
{ "veeshan", "Veeshan's Peak" }, // 108
{ "veksar", "Veksar" }, // 109
{ "iceclad", "Iceclad Ocean" }, // 110
{ "frozenshadow", "Tower of Frozen Shadow" }, // 111
{ "velketor", "Velketor's Labyrinth" }, // 112
{ "kael", "Kael Drakkal" }, // 113
{ "skyshrine", "Skyshrine" }, // 114
{ "thurgadina", "Thurgadin" }, // 115
{ "eastwastes", "Eastern Wastes" }, // 116
{ "cobaltscar", "Cobalt Scar" }, // 117
{ "greatdivide", "Great Divide" }, // 118
{ "wakening", "The Wakening Land" }, // 119
{ "westwastes", "Western Wastes" }, // 120
{ "crystal", "Crystal Caverns" }, // 121
{ NULL, NULL }, // 122
{ "necropolis", "Dragon Necropolis" }, // 123
{ "templeveeshan", "Temple of Veeshan" }, // 124
{ "sirens", "Siren's Grotto" }, // 125
{ "mischiefplane", "Plane of Mischief" }, // 126
{ "growthplane", "Plane of Growth" }, // 127
{ "sleeper", "Sleeper's Tomb" }, // 128
{ "thurgadinb", "Icewell Keep" }, // 129
{ "erudsxing2", "Marauder's Mire" }, // 130
{ NULL, NULL }, // 131
{ NULL, NULL }, // 132
{ NULL, NULL }, // 133
{ NULL, NULL }, // 134
{ NULL, NULL }, // 135
{ NULL, NULL }, // 136
{ NULL, NULL }, // 137
{ NULL, NULL }, // 138
{ NULL, NULL }, // 139
{ NULL, NULL }, // 140
{ NULL, NULL }, // 141
{ NULL, NULL }, // 142
{ NULL, NULL }, // 143
{ NULL, NULL }, // 144
{ NULL, NULL }, // 145
{ NULL, NULL }, // 146
{ NULL, NULL }, // 147
{ NULL, NULL }, // 148
{ NULL, NULL }, // 149
{ "shadowhaven", "Shadow Haven" }, // 150
{ "bazaar", "The Bazaar" }, // 151
{ "nexus", "The Nexus" }, // 152
{ "echo", "Echo Caverns" }, // 153
{ "acrylia", "Acrylia Caverns" }, // 154
{ "sharvahl", "Shar Vahl" }, // 155
{ "paludal", "Paludal Caverns" }, // 156
{ "fungusgrove", "Fungus Grove" }, // 157
{ "vexthal", "Vex Thal" }, // 158
{ "sseru", "Sanctus Seru" }, // 159
{ "katta", "Katta Castellum" }, // 160
{ "netherbian", "Netherbian Lair" }, // 161
{ "ssratemple", "Ssraeshza Temple" }, // 162
{ "griegsend", "Grieg's End" }, // 163
{ "thedeep", "The Deep" }, // 164
{ "shadeweaver", "Shadeweaver's Thicket" }, // 165
{ "hollowshade", "Hollowshade Moor" }, // 166
{ "grimling", "Grimling Forest" }, // 167
{ "mseru", "Marus Seru" }, // 168
{ "letalis", "Mons Letalis" }, // 169
{ "twilight", "The Twilight Sea" }, // 170
{ "thegrey", "The Grey" }, // 171
{ "tenebrous", "The Tenebrous Mountains" }, // 172
{ "maiden", "The Maiden's Eye" }, // 173
{ "dawnshroud", "Dawnshroud Peaks" }, // 174
{ "scarlet", "The Scarlet Desert" }, // 175
{ "umbral", "The Umbral Plains" }, // 176
{ NULL, NULL }, // 177
{ NULL, NULL }, // 178
{ "akheva", "Akheva Ruins" }, // 179
{ "arena2", "The Arena" }, // 180
{ "jaggedpine", "The Jaggedpine Forest" }, // 181
{ "nedaria", "Nedaria's Landing" }, // 182
{ "tutorial", "Tutorial Zone" }, // 183
{ "load", "Loading" }, // 184
{ "load2", "Loading" }, // 185
{ "hateplaneb", "The Plane of Hate" }, // 186
{ "shadowrest", "Shadowrest" }, // 187
{ "tutoriala", "The Mines of Gloomingdeep" }, // 188
{ "tutorialb", "The Mines of Gloomingdeep" }, // 189
{ "clz", "Loading" }, // 190
{ NULL, NULL }, // 191
{ NULL, NULL }, // 192
{ NULL, NULL }, // 193
{ NULL, NULL }, // 194
{ NULL, NULL }, // 195
{ NULL, NULL }, // 196
{ NULL, NULL }, // 197
{ NULL, NULL }, // 198
{ NULL, NULL }, // 199
{ "codecay", "Ruins of Lxanvom" }, // 200
{ "pojustice", "Plane of Justice" }, // 201
{ "poknowledge", "Plane of Knowledge" }, // 202
{ "potranquility", "Plane of Tranquility" }, // 203
{ "ponightmare", "Plane of Nightmare" }, // 204
{ "podisease", "Plane of Disease" }, // 205
{ "poinnovation", "Plane of Innovation" }, // 206
{ "potorment", "Plane of Torment" }, // 207
{ "povalor", "Plane of Valor" }, // 208
{ "bothunder", "Torden, The Bastion of Thunder" }, // 209
{ "postorms", "Plane of Storms" }, // 210
{ "hohonora", "Halls of Honor" }, // 211
{ "solrotower", "Solusek Ro's Tower" }, // 212
{ "powar", "Plane of War" }, // 213
{ "potactics", "Drunder, Fortress of Zek" }, // 214
{ "poair", "Eryslai, the Kingdom of Wind" }, // 215
{ "powater", "Reef of Coirnav" }, // 216
{ "pofire", "Doomfire, The Burning Lands" }, // 217
{ "poeartha", "Vegarlson, The Earthen Badlands" }, // 218
{ "potimea", "Plane of Time" }, // 219
{ "hohonorb", "Temple of Marr" }, // 220
{ "nightmareb", "Lair of Terris Thule" }, // 221
{ "poearthb", "Ragrax, Stronghold of the Twelve" }, // 222
{ "potimeb", "Plane of Time" }, // 223
{ "gunthak", "Gulf of Gunthak" }, // 224
{ "dulak", "Dulak's Harbor" }, // 225
{ "torgiran", "Torgiran Mines" }, // 226
{ "nadox", "Crypt of Nadox" }, // 227
{ "hatesfury", "Hate's Fury, The Scorned Maiden" }, // 228
{ "guka", "The Cauldron of Lost Souls" }, // 229
{ "ruja", "The Bloodied Quarries" }, // 230
{ "taka", "The Sunken Library" }, // 231
{ "mira", "The Silent Gallery" }, // 232
{ "mmca", "The Forlorn Caverns" }, // 233
{ "gukb", "The Drowning Crypt" }, // 234
{ "rujb", "The Halls of War" }, // 235
{ "takb", "The Shifting Tower" }, // 236
{ "mirb", "The Maw of the Menagerie" }, // 237
{ "mmcb", "The Dreary Grotto" }, // 238
{ "gukc", "The Ancient Aqueducts" }, // 239
{ "rujc", "The Wind Bridges" }, // 240
{ "takc", "The Fading Temple" }, // 241
{ "mirc", "The Spider Den" }, // 242
{ "mmcc", "The Asylum of Invoked Stone" }, // 243
{ "gukd", "The Mushroom Grove" }, // 244
{ "rujd", "The Gladiator Pits" }, // 245
{ "takd", "The Royal Observatory" }, // 246
{ "mird", "The Hushed Banquet" }, // 247
{ "mmcd", "The Chambers of Eternal Affliction" }, // 248
{ "guke", "The Foreboding Prison" }, // 249
{ "ruje", "The Drudge Hollows" }, // 250
{ "take", "The River of Recollection" }, // 251
{ "mire", "The Frosted Halls" }, // 252
{ "mmce", "The Sepulcher of the Damned" }, // 253
{ "gukf", "The Chapel of the Witnesses" }, // 254
{ "rujf", "The Fortified Lair of the Taskmasters" }, // 255
{ "takf", "The Sandfall Corridors" }, // 256
{ "mirf", "The Forgotten Wastes" }, // 257
{ "mmcf", "The Ritualistic Summoning Grounds" }, // 258
{ "gukg", "The Root Garden" }, // 259
{ "rujg", "The Hidden Vale" }, // 260
{ "takg", "The Balancing Chamber" }, // 261
{ "mirg", "The Heart of the Menagerie" }, // 262
{ "mmcg", "The Cesspits of Putrescence" }, // 263
{ "gukh", "The Accursed Sanctuary" }, // 264
{ "rujh", "The Blazing Forge" }, // 265
{ "takh", "The Sweeping Tides" }, // 266
{ "mirh", "The Morbid Laboratory" }, // 267
{ "mmch", "The Aisles of Blood" }, // 268
{ "ruji", "The Arena of Chance" }, // 269
{ "taki", "The Antiquated Palace" }, // 270
{ "miri", "The Theater of Imprisoned Horrors" }, // 271
{ "mmci", "The Halls of Sanguinary Rites" }, // 272
{ "rujj", "The Barracks of War" }, // 273
{ "takj", "The Prismatic Corridors" }, // 274
{ "mirj", "The Grand Library" }, // 275
{ "mmcj", "The Infernal Sanctuary" }, // 276
{ "chardokb", "The Halls of Betrayal" }, // 277
{ "soldungc", "The Caverns of Exile" }, // 278
{ "abysmal", "Abysmal Sea" }, // 279
{ "natimbi", "Natimbi, The Broken Shores" }, // 280
{ "qinimi", "Qinimi, Court of Nihilia" }, // 281
{ "riwwi", "Riwwi, Coliseum of Games" }, // 282
{ "barindu", "Barindu, Hanging Gardens" }, // 283
{ "ferubi", "Ferubi, Forgotten Temple of Taelosia" }, // 284
{ "snpool", "Sewers of Nihilia, Pool of Sludge" }, // 285
{ "snlair", "Sewers of Nihilia, Lair of Trapped Ones" }, // 286
{ "snplant", "Sewers of Nihilia, Purifying Plant" }, // 287
{ "sncrematory", "Sewers of Nihilia, the Crematory" }, // 288
{ "tipt", "Tipt, Treacherous Crags" }, // 289
{ "vxed", "Vxed, The Crumbling Caverns" }, // 290
{ "yxtta", "Yxtta, Pulpit of Exiles" }, // 291
{ "uqua", "Uqua, The Ocean God Chantry" }, // 292
{ "kodtaz", "Kod'Taz, Broken Trial Grounds" }, // 293
{ "ikkinz", "Ikkinz, Chambers of Destruction" }, // 294
{ "qvic", "Qvic, Prayer Grounds of Calling" }, // 295
{ "inktuta", "Inktu`Ta, The Unmasked Chapel" }, // 296
{ "txevu", "Txevu, Lair of the Elite" }, // 297
{ "tacvi", "Tacvi, Seat of the Slaver" }, // 298
{ "qvicb", "Qvic, the Hiden Vault" }, // 299
{ "wallofslaughter", "Wall of Slaughter" }, // 300
{ "bloodfields", "The Bloodfields" }, // 301
{ "draniksscar", "Dranik's Scar" }, // 302
{ "causeway", "Nobles' Causeway" }, // 303
{ "chambersa", "Muramite Proving Grounds" }, // 304
{ "chambersb", "Muramite Proving Grounds" }, // 305
{ "chambersc", "Muramite Proving Grounds" }, // 306
{ "chambersd", "Muramite Proving Grounds" }, // 307
{ "chamberse", "Muramite Proving Grounds" }, // 308
{ "chambersf", "Muramite Proving Grounds" }, // 309
{ NULL, NULL }, // 310
{ NULL, NULL }, // 311
{ NULL, NULL }, // 312
{ NULL, NULL }, // 313
{ NULL, NULL }, // 314
{ NULL, NULL }, // 315
{ "provinggrounds", "Muramite Proving Grounds" }, // 316
{ "anguish", "Asylum of Anguish" }, // 317
{ "dranikhollowsa", "Dranik's Hollows" }, // 318
{ "dranikhollowsb", "Dranik's Hollows" }, // 319
{ "dranikhollowsc", "Dranik's Hollows" }, // 320
{ "dranikhollowsd", "Dranik's Hollows" }, // 321
{ "dranikhollowse", "Dranik's Hollows" }, // 322
{ "dranikhollowsf", "Dranik's Hollows" }, // 323
{ "dranikhollowsg", "Dranik's Hollows" }, // 324
{ "dranikhollowsh", "Dranik's Hollows" }, // 325
{ "dranikhollowsi", "Dranik's Hollows" }, // 326
{ "dranikhollowsj", "Dranik's Hollows" }, // 327
{ "dranikcatacombsa", "Catacombs of Dranik" }, // 328
{ "dranikcatacombsb", "Catacombs of Dranik" }, // 329
{ "dranikcatacombsc", "Catacombs of Dranik" }, // 330
{ "draniksewersa", "Sewers of Dranik" }, // 331
{ "draniksewersb", "Sewers of Dranik" }, // 332
{ "draniksewersc", "Sewers of Dranik" }, // 333
{ "riftseekers", "Riftseekers' Sanctum" }, // 334
{ "harbingers", "Harbingers' Spire" }, // 335
{ "dranik", "The Ruined City of Dranik" }, // 336
{ "broodlands", "The Broodlands" }, // 337
{ "stillmoona", "Stillmoon Temple" }, // 338
{ "stillmoonb", "The Ascent" }, // 339
{ "thundercrest", "Thundercrest Isles" }, // 340
{ "delvea", "Lavaspinner's Lair" }, // 341
{ "delveb", "Tirranum's Delve"}, // 342
{ "thenest", "The Accursed Nest" }, // 343
{ "guildlobby", "Guild Lobby" }, // 344
{ "guildhall", "Guild Hall" }, // 345
{ "barter", "Barter Hall" }, // 346
{ "illsalin", "The Ruins of Illsalin" }, // 347
{ "illsalina", "Imperial Bazaar" }, // 348
{ "illsalinb", "Temple of the Korlach" }, // 349
{ "illsalinc", "The Nargilor Pits" }, // 350
{ "dreadspire", "Dreadspire Keep" }, // 351
{ "dreadspirea", "The Torture Chamber" }, // 352 (removed before launch)
{ "dreadspireb", "The Artifact Room" }, // 353 (removed before launch)
{ "drachnidhive", "The Hive" }, // 354
{ "drachnidhivea", "Living Larder" }, // 355
{ "drachnidhiveb", "Coven of the Skinwalkers" }, // 356
{ "drachnidhivec", "Queen Sendaii's Lair" }, // 357
{ "westkorlach", "Stoneroot Falls" }, // 358
{ "westkorlacha", "Chambers of Xill" }, // 359
{ "westkorlachb", "Caverns of the Lost" }, // 360
{ "westkorlachc", "Lair of the Korlach" }, // 361
{ "eastkorlach", "Undershore" }, // 362
{ "eastkorlacha", "Snarlstone Dens" }, // 363
{ "shadowspine", "Shadowspine" }, // 364
{ "corathus", "Corathus Creep" }, // 365
{ "corathusa", "Sporali Caverns" }, // 366
{ "corathusb", "Corathus Lair" }, // 367
{ "nektulosa", "Shadowed Grove" }, // 368
{ "arcstone", "Arcstone"}, // 369
{ "relic", "Relic"}, // 370
{ "skylance", "Skylance"}, // 371
{ "devastation", "The Devastation"}, // 372
{ "devastationa", "The Seething Wall"}, // 373
{ "rage", "Sverag, Stronghold of Rage"}, // 374
{ "ragea", "Razorthorn, Tower of Sullon Zek"}, // 375
{ "takishruins", "Ruins of Takish-Hiz"}, // 376
{ "takishruinsa", "The Root of Ro"}, // 377
{ "elddar", "The Elddar Forest"}, // 378
{ "elddara", "Tunare's Shrine"}, // 379
{ "theater", "Theater of Blood"}, // 380
{ "theatera", "Deathknell, Tower of Dissonance"}, // 381
{ "freeporteast", "Freeport East"}, // 382
{ "freeportwest", "Freeport West"}, // 383
{ "freeportsewers", "Freeport Sewers"}, // 384
{ "freeportacademy", "Academy of Arcane Sciences"}, // 385
{ "freeporttemple", "Temple of Marr"}, // 386
{ "freeportmilitia", "Freeport Militia House"}, // 387
{ "freeportarena", "Arena"}, // 388
{ "freeportcityhall", "City Hall"}, // 389
{ "freeporttheater", "Theater"}, // 390
{ "freeporthall", "Hall of Truth"}, // 391
{ "northro", "North Ro"}, // 392
{ "southro", "South Ro"}, // 393
{ "crescent", "Crescent Reach" }, // 394
{ "moors", "Blightfire Moors" }, // 395
{ "stonehive", "Stone Hive" }, // 396
{ "mesa", "Koru`kar Mesa" }, // 397
{ "roost", "Blackfeather Roost" }, // 398
{ "steppes", "The Steppes" }, // 399
{ "icefall", "Icefall Glacier" }, // 400
{ "valdeholm", "Valdeholm" }, // 401
{ "frostcrypt", "Frostcrypt, Throne of the Shade King" }, // 402
{ "sunderock", "Sunderock Springs" }, // 403
{ "vergalid", "Vergalid Mines" }, // 404
{ "direwind", "Direwind Cliffs" }, // 405
{ "ashengate", "Ashengate, Reliquary of the Scale" }, // 406
{ "highpasshold", "Highpass Hold" }, // 407
{ "commonlands", "Commonlands" }, // 408
{ "oceanoftears", "Ocean of Tears" }, // 409
{ "kithforest", "Kithicor Forest" }, // 410
{ "befallenb", "Befallen" }, // 411
{ "highpasskeep", "HighKeep" }, // 412
{ "innothuleb", "Innothule Swamp" }, // 413
{ "toxxulia", "Toxxulia Forest" }, // 414
{ "mistythicket", "Misty Thicket" }, // 415
{ "kattacastrum", "Katta Castrum" }, // 416
{ "thalassius", "Thalassius, the Coral Keep" }, // 417
{ "atiiki", "Jewel of Atiiki" }, // 418
{ "zhisza", "Zhisza, the Shissar Sanctuary" }, // 419
{ "silyssar", "Silyssar, New Chelsith" }, // 420
{ "solteris", "Solteris, the Throne of Ro" }, // 421
{ "barren", "Barren Coast" }, // 422
{ "buriedsea", "The Buried Sea" }, // 423
{ "jardelshook", "Jardel's Hook" }, // 424
{ "monkeyrock", "Monkey Rock" }, // 425
{ "suncrest", "Suncrest Isle" }, // 426
{ "deadbone", "Deadbone Reef" }, // 427
{ "blacksail", "Blacksail Folly" }, // 428
{ "maidensgrave", "Maiden's Grave" }, // 429
{ "redfeather", "Redfeather Isle" }, // 430
{ "shipmvp", "The Open Sea" }, // 431
{ "shipmvu", "The Open Sea" }, // 432
{ "shippvu", "The Open Sea" }, // 433
{ "shipuvu", "The Open Sea" }, // 434
{ "shipmvm", "The Open Sea" }, // 435
{ "mechanotus", "Fortress Mechanotus" }, // 436
{ "mansion", "Meldrath's Majestic Mansion" }, // 437
{ "steamfactory", "The Steam Factory" }, // 438
{ "shipworkshop", "S.H.I.P. Workshop" }, // 439
{ "gyrospireb", "Gyrospire Beza" }, // 440
{ "gyrospirez", "Gyrospire Zeka" }, // 441
{ "dragonscale", "Dragonscale Hills" }, // 442
{ "lopingplains", "Loping Plains" }, // 443
{ "hillsofshade", "Hills of Shade" }, // 444
{ "bloodmoon", "Bloodmoon Keep" }, // 445
{ "crystallos", "Crystallos, Lair of the Awakened" }, // 446
{ "guardian", "The Mechamatic Guardian" }, // 447
{ "steamfontmts", "Steamfont Mountains" }, // 448
{ "cryptofshade", "Crypt of Shade" }, // 449
{ "Tinmizer's Wunderwerks", "dragonscalea" }, // 450
{ "Deepscar's Den", "dragonscaleb" }, // 451
{ "Field of Scale", "oldfieldofbone" }, // 452
{ "Kaesora Library", "oldkaesoraa" }, // 453
{ "Hatchery Wing", "oldkaesorab" }, // 454
{ "Kurn's Tower", "oldkurn" }, // 455
{ "Bloody Kithicor", "oldkithicor" }, // 456
{ "Old Commonlands", "oldcommons" }, // 457
{ "Highpass Hold", "oldhighpass" }, // 458
{ "The Void", "thevoida" }, // 459
{ "The Void", "thevoidb" }, // 460
{ "The Void", "thevoidc" }, // 461
{ "The Void", "thevoidd" }, // 462
{ "The Void", "thevoide" }, // 463
{ "The Void", "thevoidf" }, // 464
{ "The Void", "thevoidg" }, // 465
{ "Oceangreen Hills", "oceangreenhills" }, // 466
{ "Oceangreen Village", "oceangreenvillage" }, // 467
{ "Blackburrow", "oldblackburrow" }, // 468
{ "Temple of Bertoxxulous", "bertoxtemple" }, // 469
{ "Korafax, Home of the Riders", "discord" }, // 470
{ "Citadel of the Worldslayer", "discordtower" }, // 471
{ "Old Bloodfields", "oldbloodfield" }, // 472
{ "The Precipice of War", "precipiceofwar" }, // 473
{ "City of Dranik", "olddranik" }, // 474
{ "Toskirakk", "toskirakk" }, // 475
{ "Korascian Warrens", "korascian" }, // 476
{ "Rathe Council Chambers", "rathechamber" }, // 477
...............Bunch of NULLs here
{ "arttest", "Art Testing Domain" }, // 997
{ "fhalls", "The Forgotten Halls" }, // 998
{ "apprentice", "Designer Apprentice" }, // 999
That list looks pretty accurate to me. Though, I am not sure about the ones further down that seem to have reversed the order of Long Name and Short Name. It starts right after Crypt of Shade here:

Code:
{ "cryptofshade", "Crypt of Shade" }, // 449
{ "Tinmizer's Wunderwerks", "dragonscalea" }, // 450
I am interested to see if any of those zones with "old" in their name might work in SoF. I know I wasn't able to get to a new Kithicor zone, or Highpass Hold. I was able to get to the original Kithicor still, but when I try to go to the original Highpass, the game crashes. Maybe it is because they changed the zone name and associated number or something.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!

Last edited by trevius; 04-30-2009 at 07:44 AM..
Reply With Quote
  #14  
Old 04-30-2009, 01:41 AM
Zeice
Sarnak
 
Join Date: Oct 2008
Location: USA
Posts: 92
Default

All of the zones past zone id 451 are from the newest expansion Seed of Destruction, so we don't have those available. As far as kithforest(410), befallenb(411), highpasskeep(412), we don't seem to have any actual hard files for those zones. Zoning into just befallen and kithicor still work for me, as well as the old high keep. So they must have added those 3 zones in afterwards as well.

I've messed around in the database some more with dragonescale A and B, but I still can't get it to work. I'm not sure what's up with it.
Reply With Quote
  #15  
Old 04-30-2009, 01:49 AM
Zeice
Sarnak
 
Join Date: Oct 2008
Location: USA
Posts: 92
Default

Edit rule. =/

I looked in my live folder and I don't see zone files for kithforest, befallenb, or highpasskeep so it's possible they were planned but never finished so they never made it in.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:35 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3