Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Tools

Archive::Tools Archive area for Tools's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-27-2002, 04:12 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default 3.3 to 3.4 items converter

I never did get around to programing up any error checking in this. Disclamer: This worker fine for me, and should not cause any problems for anyone, but use at your own risk.

That said, go to your mysql bin dor and type
Code:
c:\mysql\bin> mysqldump eq33 items > items.sql
place 33to34items.vbs in you mysql\bin dir and double click on it. There is no window open while it is working, if you want to verify it is working then look for wscript in the task list.
In a minute or so depending on your items table size, it will pop up a little window saying the conversion is done. Type
Code:
mysql -f eq34 < 34_compatable_items.sql
Any existing item numbers in your items table when you run the above command will NOT be overwritten. So if your converting your midified items, then you will want to do
Code:
mysql> delete from items;
on your eq34 db before loading your converted items, then afterwards load the items from the eqemu3.4 download.

*fixed* see below
__________________
Please read the forum rules and look at reacent messages before posting.
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:08 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