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.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-15-2004, 07:59 AM
mangoo
Items Master
 
Join Date: Apr 2003
Posts: 293
Default BETA3: Item Editor 2.0

Yadda Yadda... Beta 3....next version is full release!

Download: here

Beta 3 (6/15/04):
- Fixed a bug in auto-save related to comboboxes (Found by Lisca)
- Fixed a bug in save that caused saved items to not function properly in game. (Found by Dspirit)
- Fixed a bug in item augments (Found by Cripp)
- Added Copy/Paste
- Added Duplicate (Request by Wiz)
- Added Range Delete
- Added Range Save to SQL
- Added Save to TXT -> Unused IDs
- Added Save to TXT -> Item List
- Added Offline Mode (Request by sanock42)

Beta 2 (6/6/04):
- Rewrote all the functions that vanished at release of Beta1
- Reverted back to load of "items" table instead of "items_new" of Beta1
- Fixed Item Editor wanting to save even when no changes have happened
- Added an Icon display on main dialog (Request by ryder911)
- Added in Faction and Spell loading and reloading
- Added Color Selection
- Added Icon Selection
- Fixed clearing of items
- Added Backup DB
- Added Delete Entire DB (Request by Richardo)
- Added Load SQL
- Minor Bug Fixes
- When deleting an item, added check if item was a part of a merchant list (Request by Dspirit)

Beta 1 (6/1/04)
- Added Status Bar
- Added Progress Bar
- Moved "Sort by Name", "New Item", "Delete Item" to Status Bar
- Added "Reset" button to Status Bar (Request by Yeormom)
- Added "Save" button to Status Bar (Request by Yeormom)
__________________
Reply With Quote
  #2  
Old 06-15-2004, 08:29 AM
Jezebell
Discordant
 
Join Date: Feb 2004
Location: Florida
Posts: 441
Default

Thanks Pinky, you are so awesome!!
__________________
Eru, the Creator of Arda
ServerOwner for The First Age
An EQEMulator Roleplaying [Custom-Legit] Server
The First Age Website

Running on: Asus A7N8X-Deluxe, AMD Athlon XP 2100+, Geil 1024MB PC3200 Ultra DDR RAM,
WD 40GB 7200rpm ATA-100 HDD, Visiontek 128MB Geforce4 TI 4400, Windows XP Pro SP2
Reply With Quote
  #3  
Old 06-16-2004, 10:13 AM
Time_bomb
Sarnak
 
Join Date: Jun 2004
Location: England
Posts: 48
Default

yay
__________________
3rd OP - Frozen Shadows Server.
GOD of 127.0.0.1 Server
Reply With Quote
  #4  
Old 06-16-2004, 10:25 AM
sanock42
Fire Beetle
 
Join Date: Sep 2002
Posts: 17
Default

Thanks Mangoo, you are a god! Much thanks! <3 <3 <3
__________________
Nuralia
Developer Adminstrator for Winter's Roar
www.wintersroar.com
Reply With Quote
  #5  
Old 06-16-2004, 10:34 AM
Time_bomb
Sarnak
 
Join Date: Jun 2004
Location: England
Posts: 48
Default

*Bows to the big pink god*
But, i was haveing trouble connecting to my friends server, and he has mysql running.
i could connect with the last version :(
__________________
3rd OP - Frozen Shadows Server.
GOD of 127.0.0.1 Server
Reply With Quote
  #6  
Old 06-19-2004, 07:41 AM
mangoo
Items Master
 
Join Date: Apr 2003
Posts: 293
Default

With the last EQ patch, the devs have added a new item field: "unknown008". To update your databases run this to it...

Code:
ALTER TABLE `items` ADD `unknown008` INT(11) DEFAULT "0" NOT NULL AFTER `unknown007`
Download the Beta3 Upgrade: here
__________________
Reply With Quote
  #7  
Old 06-19-2004, 08:01 AM
stclairguy
Fire Beetle
 
Join Date: Mar 2004
Posts: 28
Default

I'm having problems saving the items with the newest database download. Do i still need to update the item table like the older versions or what woudl you suggest?
Reply With Quote
  #8  
Old 06-19-2004, 08:11 AM
mangoo
Items Master
 
Join Date: Apr 2003
Posts: 293
Default

What needs to be done:

- Download newdumpeditems.sql (can be found on news forum)
- Source into your eqemu database
- Rename "new_items" table to "items"
- Run the alter table line above to add "unknown008" to table
- Download the Beta3Upgrade.zip so that Item Editor will load the new structure

Btw... this is DR6 table structure.
__________________
Reply With Quote
  #9  
Old 06-19-2004, 10:21 AM
stclairguy
Fire Beetle
 
Join Date: Mar 2004
Posts: 28
Default

:( I did all that to the T and still doesnt work.
Reply With Quote
  #10  
Old 06-19-2004, 10:23 AM
stclairguy
Fire Beetle
 
Join Date: Mar 2004
Posts: 28
Default

I played about a bit and accidentally made a discovery. YOu can edit current items, but I can't create them. There seems to be the problem.
Reply With Quote
  #11  
Old 06-19-2004, 11:01 AM
mangoo
Items Master
 
Join Date: Apr 2003
Posts: 293
Default

Quote:
Originally Posted by stclairguy
I played about a bit and accidentally made a discovery. YOu can edit current items, but I can't create them. There seems to be the problem.
Forgot to update that, fixed now.
__________________
Reply With Quote
  #12  
Old 06-19-2004, 11:25 AM
stclairguy
Fire Beetle
 
Join Date: Mar 2004
Posts: 28
Default

Awesome, works great now Good job mangoo, keep up the good work.
Reply With Quote
  #13  
Old 06-19-2004, 05:39 PM
keabler
Fire Beetle
 
Join Date: May 2004
Posts: 5
Default not wokring?

Not sure what I did wrong but I downloaded itemdump, sourced it, and then when I try to run the alters it says **** already exists, and editor wont save any changes or create any items?
Reply With Quote
  #14  
Old 06-19-2004, 06:05 PM
stclairguy
Fire Beetle
 
Join Date: Mar 2004
Posts: 28
Default

I fixed it by going into the DB through Mysql-Front and deleting the old unknown8. Then update it with teh command above.
Reply With Quote
  #15  
Old 07-04-2004, 04:24 PM
stclairguy
Fire Beetle
 
Join Date: Mar 2004
Posts: 28
Default

I'm now, for some reason, am having crash problems. It only happens with one item, 00009, which is set up like another item, 00008 in my db, but it causes the program to crash. Also, i'm getting a crash message when i shut down the program.
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 12:47 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3