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.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-03-2004, 08:25 PM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default Omens of War(OoW) Info - Zones, mob IDs, epic IDs

This is a pretty extensive bit of info that I've found so far for OoW...figured I'd share it with the world building community. Firstly the zones...run this in sql:

Code:
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('wallofslaughter', 'Wall of Slaughter', '60', '500', '15', '300', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('bloodfields', 'The Bloodfields', '-1766', '2133', '-929', '301', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('draniksscar', 'Dranik's Scar', '-1491', '-1325', '224', '302', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('causeway', 'Nobles\' Causeway', '-53', '-2011', '316', '303', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('chambersa', 'Muramite Proving Grounds', '0', '0', '0', '304', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('chambersb', 'Muramite Proving Grounds', '0', '0', '0', '305', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('chambersc', 'Muramite Proving Grounds', '0', '0', '0', '306', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('chambersd', 'Muramite Proving Grounds', '0', '0', '0', '307', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('chamberse', 'Muramite Proving Grounds', '0', '0', '0', '308', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('chambersf', 'Muramite Proving Grounds', '0', '0', '0', '309', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('provinggrounds', 'Muramite Proving Grounds', '-158', '-5671', '-304', '316', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('anguish', 'Asylum of Anguish', '-11', '-2453', '-78', '317', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranikhollowsa', 'Dranik\'s Hollows', '0', '0', '0', '318', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranikhollowsb', 'Dranik\'s Hollows', '0', '-447', '-36', '319', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranikhollowsc', 'Dranik\'s Hollows', '5', '-51', '-41', '320', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranikcatacombsa', 'Catacombs of Dranik', '-14', '-9', '-8', '328', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranikcatacombsb', 'Catacombs of Dranik', '-68', '-30', '-6', '329', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranikcatacombsc', 'Catacombs of Dranik', '55', '-214', '0', '330', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('draniksewersa', 'Sewers of Dranik', '2', '0', '-4', '331', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('draniksewersb', 'Sewers of Dranik', '0', '0', '-5', '332', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('draniksewersc', 'Sewers of Dranik', '0', '0', '-5', '333', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('riftseekers', 'Riftseekers\' Sanctum', '7', '122', '-235', '334', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('harbingers', 'Harbingers\' Spire', '-30', '7', '2', '335', '-2030', '450', '2000', '450', '2000');
INSERT INTO zone (short_name, long_name, safe_x, safe_y, safe_z, zoneidnumber, underworld, minclip, maxclip, fog_minclip, fog_maxclip) VALUES ('dranik', 'The Ruined City of Dranik', '-1112', '-1944', '-367', '336', '-2030', '450', '2000', '450', '2000');
Now on to mob model numbers...there are some that may be missing, but I haven't found that the number uses a model thus far in my testing. If anyone finds a zone that model number works in, please share what the model is, thanks!

405 - Discord Golem
406 - Dragon Man(possibly the Mata Muram model)
407 - Lightning Armor
408 - Pyrilen Demon
409 - Bazu(huge gorilla type monster)
410 - Feran(big madusa type dog)
411 - Pyrilen Demon(yes, it's used twice)
412 - Manticore(I dunno, is this what it's called?)
413 - Dragorn
414 - Murkglider
415 - ??(no model found)
416 - ??(no model found)
417 - Gelidran Demon
418 - Discordling(dog type creature)
419 - Girplan(fat winged creature)
420 - Minotaur(I guess?)
421 - Some box type object
422 - Some object
423 - Bazu Remains(??)
424 - Lightning Armor Remains
425 - Floating Crystal
426 - Portal
427 - ??(no model found)
428 - Pile of Brown Rocks(I hope they're rocks)
429 - Glob of Slime(I guess...)

The models I found stopped at 429. Like I said above, if you find any models I didn't, please post them.

And finally, on to the epics...the follow are their IDFILE, generic name for reference, and the icon they use:

IT10751 - Bard epic 1.5 (1507)
IT10752 - Beastlord epic 1.5 (150
IT10753 - Berserker epic 1.5 (1509)
IT10754 - Cleric epic 1.5 (1510)
IT10755 - Druid epic 1.5 (1511)
IT10756 - Enchanter epic 1.5 (1512)
IT10757 - Mage epic 1.5 (1513)
IT10758 - Monk epic 1.5 (1514)
IT10759 - Necro epic 1.5 (1515)
IT10760 - Paladin epic 1.5 (1516)
IT10761 - Ranger epic 1.5 (1517)
IT10762 - Rogue epic 1.5 (151
IT10763 - Shadowknight epic 1.5 (1519)
IT10764 - Shaman epic 1.5 (1520)
IT10765 - Warrior epic 1.5 (1521)
IT10766 - Wizard epic 1.5 (1522)

IT10735 - Bard epic 2.0 (1507)
IT10736 - Beastlord epic 2.0 (150
IT10737 - Berserker epic 2.0 (1509)
IT10738 - Cleric epic 2.0 (1510)
IT10739 - Druid epic 2.0 (1511)
IT10740 - Enchanter epic 2.0 (1512)
IT10741 - Mage epic 2.0 (1513)
IT10742 - Monk epic 2.0 (1514)
IT10743 - Necro epic 2.0 (1515)
IT10744 - Paladin epic 2.0 (1516)
IT10745 - Ranger epic 2.0 (1517)
IT10746 - Rogue epic 2.0 (151
IT10747 - Shadowknight epic 2.0 (1519)
IT10748 - Shaman epic 2.0 (1520)
IT10749 - Warrior epic 2.0 (1521)
IT10750 - Wizard epic 2.0 (1522)

Enjoy!
Reply With Quote
 


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 02:51 PM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3