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

Archive::Database/World Building Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-06-2004, 06:22 AM
DaGrumpf
Fire Beetle
 
Join Date: Oct 2004
Posts: 2
Default Is there any blank database working with 5.9-DR2 ?

Hello,

My question might be silly, as i am a bit new to this, but, as my topic is saying, i wondered how it was possible to get an unpopulated database working with the latest release. I juste want to have all the zones virgins of any mob, so that i can try to populate them.

As far as i know, the only database referenced on this forum is the PEQ_5.8_Classic wich do not interest me at the moment.

So would anyone have a clue ?


Thank you in advance.



Da Grumpf.
Reply With Quote
  #2  
Old 10-06-2004, 07:26 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

You can take an existing database and delete all records from the following tables:

npc_types
spawn2
spawngroup
spawnentry

the SQL command DELETE FROM tablename;
will remove all data from that table.
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Reply With Quote
  #3  
Old 10-06-2004, 09:20 AM
Elkay
Hill Giant
 
Join Date: Sep 2004
Posts: 184
Default

Leave npc_types alone, otherwise you'll have nothing to populate with. Clearing the other 3 will indeed remove all spawned mobs though.
Reply With Quote
  #4  
Old 10-06-2004, 09:25 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

I think ranger was assuming he wanted to create all his mobs from scratch.
Reply With Quote
  #5  
Old 10-07-2004, 12:12 AM
jenniferrose
Sarnak
 
Join Date: Jun 2003
Posts: 40
Default

Is there a 5.9 database with all of the zones available for play other than the just classic zones? I see alot about changing the variable to 255 which is nice for creating the characters ect, but you still need the expansion zones sourced in the database to zone into them.
Reply With Quote
  #6  
Old 10-07-2004, 02:51 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

Simple answer, no.

Longer answer, yes if you take an older database and do the appropriate changes to it. But there's a lot, which i won't go in too.
Reply With Quote
  #7  
Old 10-07-2004, 04:24 AM
wize_one
Dragon
 
Join Date: Jan 2004
Location: LasShithole, NV
Posts: 520
Default

there used to be a file called db.sql that came with the emu source.. that is a blank as blank gets db.. it basically has the db structure to it with little to no info. not sure if it still gets packaged or not though
__________________
Perfect quote from another site: it's immature pricks who refuse to read the numerous stickies in every forum pointing out what to do and what not to do that get flamed. Grow up and learn to do your fucking homework before opening your cake hole, junior. EQEmu doesn't like you anymore, and that's why you're getting errors. So go away.
__________________
Reply With Quote
  #8  
Old 10-07-2004, 04:29 AM
Elkay
Hill Giant
 
Join Date: Sep 2004
Posts: 184
Default

I'm working on combining old databases into a current version right now. Since old item ids didn't seem to match up with the ids we're using now, I had to drop all of the mob loot entries, and factions didn't seem to line up either. My goal right now is to get every zone populated first, then work on loot, then on faction, then on pathing, and lastly on scripting. It's going to be a while, but when I do finally release it, I'm sure everyone will enjoy it. As of right now, I have 191 zones populated. I'm also not keeping everything completely true to EQ. I'm scaling everything to make most high level encounters doable by a few groups. On that note, I was thinking that it would be cool if we added an adjustable setting of "difficulty" that globally adjusts mob hp/atk ratings etc, like a modifier that is calculated against all mob's stats when they are populated to the zone. This would allow for scalable play, and as a server becomes more popular, this one or few numbers can be adjusted to compensate rather than having to go crazy on the entire database.
Reply With Quote
  #9  
Old 10-07-2004, 06:08 AM
DaGrumpf
Fire Beetle
 
Join Date: Oct 2004
Posts: 2
Default

I was exactly looking for that db.sql, usually packaged with each release of EQemu.

Does it exists anymore ? And if yes, where to get it please ?


Thank you.


Da Grumpf.
Reply With Quote
  #10  
Old 10-07-2004, 07:38 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

Quote:
Since old item ids didn't seem to match up with the ids we're using now, I had to drop all of the mob loot entries
Everquest item id's never change. So unless you have custom items, the id's will be the same.
Reply With Quote
  #11  
Old 10-07-2004, 07:51 AM
Elkay
Hill Giant
 
Join Date: Sep 2004
Posts: 184
Default

The database I was working off was molested, so the loot was not a la live. Unfortunate, since it was the most populated DB I had, with a lot of my own spawns added. I'd have ended up going through all the drops anyway. Another thing I plan on doing is implementing accurate npc spells, at least for the "boss" mobs. I tested it with Quarm and have him using his 8 live spells. I just wish EQ Live had implemented a more flexible file structure, instead of having mob graphics hard coded to zone files they could have had the mobs separately loaded. That would have made for much better gm events, not that our server had many anyway lol.
Reply With Quote
  #12  
Old 10-07-2004, 08:43 AM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

to make db.sql
get a 5.9 db that has stuff in it...

mysqldump --no-data dbname >db.sql

then drop that database, and recreate it.
finally load in db.sql
Reply With Quote
  #13  
Old 10-09-2004, 02:18 PM
Sims
Sarnak
 
Join Date: Jan 2003
Posts: 34
Default

actually...atm Im testing a blank db that I made atm
Reply With Quote
  #14  
Old 10-09-2004, 09:28 PM
srarcade
Fire Beetle
 
Join Date: Sep 2004
Location: FL
Posts: 19
Default

Quote:
to make db.sql
get a 5.9 db that has stuff in it...

mysqldump --no-data dbname >db.sql

then drop that database, and recreate it.
finally load in db.sql
This won't work. It just crashes the world server whever you try to enter the world. I've tried adding in starting zones/points but it still crashes.
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 02:31 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