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
  #16  
Old 05-26-2002, 06:12 AM
Strikingbeast
Fire Beetle
 
Join Date: Feb 2002
Posts: 5
Default item overwriting?

Does sourcing in this database overwrite any items you have made? I'd like to know because I made a full set of uber items, and I don't want them to get erased
Reply With Quote
  #17  
Old 05-26-2002, 01:20 PM
Ariak
Dragon
 
Join Date: Mar 2002
Posts: 633
Default

Keep up the good work.
Reply With Quote
  #18  
Old 05-26-2002, 01:32 PM
wurmslayer2k
Hill Giant
 
Join Date: Apr 2002
Posts: 139
Default

That is a very nice DB. All the /ooc Any mobs???? Have finally left my server :p
Reply With Quote
  #19  
Old 05-27-2002, 01:34 AM
Drawde
Dragon
 
Join Date: Jan 2002
Posts: 521
Default

My DB addon won't overwrite any custom items, as it doesn't have any item data in it. However it will overwrite all NPC, merchant, loot and tradeskill data (rebuilddb.sql deletes the old data before sourcing in the new data) so back these up if there's any custom data you want to keep.
Reply With Quote
  #20  
Old 05-27-2002, 01:58 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

0.3.2 npc_types did have a problem (coded problem). its fixed in 0.3.3.
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #21  
Old 05-27-2002, 10:37 AM
Phantom
Fire Beetle
 
Join Date: May 2002
Posts: 20
Default

hmm.. i tried every which way ... best I get is all mobs at 0,0 :(

Any db out there compatible with 331 that has zones like sleeper, tov, vp, etc spawned?

Thanks
Reply With Quote
  #22  
Old 05-27-2002, 12:29 PM
bot403
Sarnak
 
Join Date: May 2002
Posts: 52
Default 3.3.1 compatible?

This looks like an awesome database...but when will it be 3.3.1 compatible?
Reply With Quote
  #23  
Old 05-27-2002, 01:23 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Source the file in this zip into your 3.2 DB and it will work with 3.3.1

*edit* !@#$!@$ typos the , at the end of each line should be ;

The attached file is fixed.
Reply With Quote
  #24  
Old 05-27-2002, 01:57 PM
MDK
Fire Beetle
 
Join Date: May 2002
Posts: 4
Default

Quote:
Originally Posted by Lurker_005
Source the file in this zip into your 3.2 DB and it will work with 3.3.1
ERROR 1064: You have an error in your SQL syntax near 'table spawn2 add column d
_meele_texture1 int(10) unsigned NOT NULL default '0',
' at line 2
Reply With Quote
  #25  
Old 05-27-2002, 02:33 PM
bot403
Sarnak
 
Join Date: May 2002
Posts: 52
Default not to bash your hard work....

but it doesnt work. THere i said it, now let me be more descriptive. I am using Linux and MySQL 3.23.47 and i get errors that are rampant and they go like this
ERROR 1062 at line 3812 in file: 'merchantlist.txt': Duplicate entry '246-29' fo
r key 1

I assume something is wrong with the way the tables are defined? i dont know enough to fix it. The faction list also had lots of errors and i tried removing the unique tag on the name key and that SEEMED to work, i have yet to find a database that will fully import. Are you all using MS Sql or what? cause i have yet to find a database file that is compatible with my mysql database. If you give me some pointers on whats wrong maybe i can be of assistance for correcting these databases.

*EDIT*
P.S. some of it seems to be tpyos, like this

INSERT INTO merchantlist VALUES (244,24,131; # bone gloves
INSERT INTO merchantlist VALUES (244,25,4317); # dark scale greaves
INSERT INTO merchantlist VALUES (244,26,6404); # staff of writhing
INSERT INTO merchantlist VALUES (244,27,1355); # robe of enshroudment
INSERT INTO merchantlist VALUES (244,28,11666); # bone girdle
INSERT INTO merchantlist VALUES (246,29,10357); # ring of shadows

I assume that last 246 meant to be a 244 because they all seem to be grouped like that

also some appear like this

INSERT INTO merchantlist VALUES (252,12,2703); # griffon wing spaulders
INSERT INTO merchantlist VALUES (252,13,29063); # ring of the chameleon
INSERT INTO merchantlist VALUES (252,14,10336); # platinum armband
INSERT INTO merchantlist VALUES (252,13,1981; # symbol of Rodcet
INSERT INTO merchantlist VALUES (252,14,5366); # Kilij

where that second identifier is repeated(13 in this case) ive been trying to shift the whole group down to look like this

INSERT INTO merchantlist VALUES (252,12,2703); # griffon wing spaulders
INSERT INTO merchantlist VALUES (252,13,29063); # ring of the chameleon
INSERT INTO merchantlist VALUES (252,14,10336); # platinum armband
INSERT INTO merchantlist VALUES (252,15,1981; # symbol of Rodcet
INSERT INTO merchantlist VALUES (252,16,5366); # Kilij

etc. etc...
can anyone tell me if this will break some sort of identifier dependency somewhere else in the database. I am only 7 hours new to eqemu and dont quite know how the database tables are supposed to relate to one another.
Reply With Quote
  #26  
Old 05-27-2002, 02:54 PM
Phantom
Fire Beetle
 
Join Date: May 2002
Posts: 20
Default

I used the 3.2 original "clean" db and then I sourced the go.sql. After that I sued Lurker "converter" and it works fine.

However, most zones are not spawned :( I wish he would make a 311 to 331 converted
Reply With Quote
  #27  
Old 05-27-2002, 03:01 PM
bot403
Sarnak
 
Join Date: May 2002
Posts: 52
Default

what database program are you using? i am doing the same thing, with a clean DB everytime and slowly *trying* :( to correct errors. I completely drop the eq database then i source the go.sql so it can source all the other files at once.

maybe those errors i described above are caused by the program automagically generating the code?

bugs in the progam?

i think somehow the program used to generate these databases isnt aware of all the differences bewtween different databases and how the keys are used and such, maybe if we figured this out it could mean leaps and bounds for the database portablility and ease of use.

just a hypothesis
Reply With Quote
  #28  
Old 05-27-2002, 05:23 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

The 3.2 to 3.2 converter is fixed, see the post above....

Bot403,
The DB I posted is a compaliation from others. they have the typo's and duplicate entries in them also. Import with the continue on errors option. Also you just need to run go.sql from an empty DB, it does all the rest.

Phantom see the attached for a 3.1 to 3.3 converter

I didn't put it in the 3.1 to 3.3 converter, But I am pretty sure you will have to delete any current characters...
Reply With Quote
  #29  
Old 05-27-2002, 06:24 PM
bot403
Sarnak
 
Join Date: May 2002
Posts: 52
Default

this may sound dumb....but whats the mysql syntax for continuing on errors, im not sureif i know what you;re talking about.

Oh yea, i deleted duplicate entries, re-worded some stuff, deleted primary keys fromtable definitions, and now the DB i was works. BTW i was smart enough to correct your typos in your conversion file. I feel dumb now seeing how simple the conversion was. I havent tried your continue on error method but its probably safer then removing primary keys from table definitions

On a side note, do boats work?
Antoher side note... does anyone have a database where i will zone into and out of the proper spots, i seems to be put in the center of the zone all the time.
Reply With Quote
  #30  
Old 05-27-2002, 06:26 PM
O6scured
Sarnak
 
Join Date: May 2002
Posts: 62
Default converters

ok the 3.1 to 3.3 converter.... I just need to sourse the .sql with that .zip? or do I need to dl the 3.2 world then run the converter? or am I completely off?
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 05: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