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

Development::Tools 3rd Party Tools for EQEMu (DB management tools, front ends, etc...)

Reply
 
Thread Tools Display Modes
  #1  
Old 12-23-2005, 12:13 AM
sesmar
I built it I will Support it!
 
Join Date: Jun 2005
Location: Michigan
Posts: 214
Default

I am trying everything I can to try and recreate this error but I can not seem to make that happen. What the error seems to be is that when trying to load the NPC from the Database my program is trying to load a field that does not exist ( or is spelled differently ) in your DB from mine. I am going to try loading a default PEQ DB to see if I can recreate the error you are getting.

As for ODBC Drivers, you do not need any. I am using MySql.Net Connector 1.07 and that is working for you.
Reply With Quote
  #2  
Old 12-23-2005, 01:10 AM
sesmar
I built it I will Support it!
 
Join Date: Jun 2005
Location: Michigan
Posts: 214
Default

Ok after loading a fresh DB I believe that I have found the problem. Since this DB was built they have added support for Attributes into the Emu and you will just need to source these few lines into your DB in order for the editor to work.

Code:
ALTER TABLE npc_types ADD STR MEDIUMINT UNSIGNED NOT NULL DEFAULT '75';
ALTER TABLE npc_types ADD STA MEDIUMINT UNSIGNED NOT NULL DEFAULT '75';
ALTER TABLE npc_types ADD DEX MEDIUMINT UNSIGNED NOT NULL DEFAULT '75';
ALTER TABLE npc_types ADD AGI MEDIUMINT UNSIGNED NOT NULL DEFAULT '75';
ALTER TABLE npc_types ADD _INT MEDIUMINT UNSIGNED NOT NULL DEFAULT '80';
ALTER TABLE npc_types ADD WIS MEDIUMINT UNSIGNED NOT NULL DEFAULT '75';
ALTER TABLE npc_types ADD CHA MEDIUMINT UNSIGNED NOT NULL DEFAULT '75'; 
UPDATE npc_types SET _INT=80 WHERE _INT=75;
UPDATE npc_types SET _INT=60 WHERE _INT=80 AND ( bodytype=3 OR bodytype=8);
You can view more information on this at http://www.projecteq.net/phpBB2/viewtopic.php?t=308

And the PEQ schema repository
http://www.projecteq.net/phpBB2/viewtopic.php?t=262

Sourcing those lines in to the Database should fix your problem though.
Reply With Quote
  #3  
Old 12-23-2005, 06:24 PM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Talking

Wewt! It works now!

/me does the happy dance
__________________
THE POSTER assumes no warranty, guarantee, or representation as to the accuracy
or sufficiency of the information presented herein, and THE POSTER assumes no
responsibility or liability regarding the use or misuse of such information.
Furthermore THE POSTER assumes no responsibility and makes no warranty, guarantee,
or representation for the content of any web or FTP sites linked to or from this
post.

THE POSTER reserves the right to change the terms, conditions, and notices under
which THE POSTER presents information. It is the responsibility of THE READER to
regularly review these terms, conditions, and notices. THE READER understands that
the reading of any content including or covered by this disclaimer constitutes THE
READER's acceptance of and agreement to such changes.

THE POSTER retains the right to in any way alter the content of this post at any
time with or without prior notice to THE READER.
Reply With Quote
  #4  
Old 01-27-2006, 06:49 AM
sesmar
I built it I will Support it!
 
Join Date: Jun 2005
Location: Michigan
Posts: 214
Default DRP Editor Beta 0.4.8.5

I have now completed Faction Tables in the Database Editor. This will allow you to create new and edit the existing faction tables in the database. I also made a small change to the Database setting editor so it will populate your current connection information. That is all the big changes for this release. Please let me know what you think of the editor and let me know about any issues or problems you may be having.

You can download the installation package at http://eqemu.sesmar.net/DB_Editor/DR...ta-0_4_8_5.rar
Reply With Quote
  #5  
Old 01-31-2006, 02:08 AM
sesmar
I built it I will Support it!
 
Join Date: Jun 2005
Location: Michigan
Posts: 214
Default DRP: Database Editor - New Release

This release is mostly just bug fixes and functionality changes. I reworked the way searching for the different tables works and fixed a few bugs pertaining to Faction and Loot Tables. Also added a "Clone" feature to the NPC Form so you can quickly make a copy of the current NPC. You can download the new Setup package at:

http://eqemu.sesmar.net/DB_Editor/DR...ta_0.5.0.0.rar

Please let me know of any bugs you find of features you would like to see implemented and I will work on these things as soon as I can.
Reply With Quote
  #6  
Old 01-31-2006, 05:21 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default version

Quote:
Originally Posted by sesmar
This release is mostly just bug fixes and functionality changes. I reworked the way searching for the different tables works and fixed a few bugs pertaining to Faction and Loot Tables. Also added a "Clone" feature to the NPC Form so you can quickly make a copy of the current NPC. You can download the new Setup package at:

http://eqemu.sesmar.net/DB_Editor/DR...ta_0.5.0.0.rar

Please let me know of any bugs you find of features you would like to see implemented and I will work on these things as soon as I can.
im guessing this is for 0.6.4 and I use version 0.6.0 and it crashes.
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
  #7  
Old 01-31-2006, 06:39 AM
sesmar
I built it I will Support it!
 
Join Date: Jun 2005
Location: Michigan
Posts: 214
Default

Yes, this editor is made to support 6.2+, however it may work for you. You will have to source the EditorRequired.sql file into your Database first though.

If you have done this and it still crashes then the problem is probably that Stats have been added to the NPC's and your database does not contain these fields. Adding the npc stat fields to the database should allow you to use the editor, but I do not know what kind of problems may arise from adding these fields to your 6.0 compatable database.
Reply With Quote
Reply

Thread Tools
Display Modes

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:40 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