EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Tools (https://www.eqemulator.org/forums/forumdisplay.php?f=623)
-   -   BETA3: Item Editor 2.0 (https://www.eqemulator.org/forums/showthread.php?t=14344)

mangoo 06-15-2004 07:59 AM

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)

Jezebell 06-15-2004 08:29 AM

Thanks Pinky, you are so awesome!!

Time_bomb 06-16-2004 10:13 AM

:D yay :D

sanock42 06-16-2004 10:25 AM

Thanks Mangoo, you are a god! Much thanks! <3 <3 <3 :D

Time_bomb 06-16-2004 10:34 AM

*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 :(

mangoo 06-19-2004 07:41 AM

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

stclairguy 06-19-2004 08:01 AM

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?

mangoo 06-19-2004 08:11 AM

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.

stclairguy 06-19-2004 10:21 AM

:( I did all that to the T and still doesnt work.

stclairguy 06-19-2004 10:23 AM

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.

mangoo 06-19-2004 11:01 AM

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.

stclairguy 06-19-2004 11:25 AM

Awesome, works great now :) Good job mangoo, keep up the good work.

keabler 06-19-2004 05:39 PM

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?

stclairguy 06-19-2004 06:05 PM

I fixed it by going into the DB through Mysql-Front and deleting the old unknown8. Then update it with teh command above.

stclairguy 07-04-2004 04:24 PM

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.

mangoo 07-04-2004 10:50 PM

Quote:

Originally Posted by stclairguy
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.

Not sure on the first problem, maybe it will fix itself with release version :D . The shut down crashing -- pretty sure this started happening after beta1, you may recall in that post I had mention the main class .cpp file being erased. Well when rebuilding I started with like 7 crashes on shutdown. I no longer have this happening so hopefully you all won't have it in release version either.

Aquelin 07-15-2004 08:15 AM

If no one else is going to say it, then allow me.

Download link is brokeneded :cry:

Darkdrizzt 07-17-2004 06:13 AM

Whats the command to remove unknown008?

Zkhava 07-17-2004 06:38 AM

Aquelin - (( brokeneded )) is correctly spelled (( broken ))

mangoo 07-17-2004 08:12 AM

Zkhava: don't be a jackass on my threads please.
Darkdrizzt: "DELETE unknown008 FROM items;" -- I think, I'm tired so might now be it.

Aquelin 07-17-2004 08:18 PM

Quote:

Originally Posted by Zkhava
Aquelin - (( brokeneded )) is correctly spelled (( broken ))

I don't mind people sarcastically spelling things in a manner of jokes. However, your innate use of English (or any language in that matter) may reflect on your process of thought. If you don't comprehend basic linguistic skills, it makes me feel as if I cannot believe you when you say know what you are talking about when it comes to programming. Thus, leading me to be one judgmental son of a bitch. Please avoid holding this against me, as I am just trying to inform you on what may leave others with an altered perspective on how you act or know.

Darkdrizzt 07-21-2004 09:18 PM

thanks mangoo works great now i can create/edit items with no problems

uleian 07-22-2004 06:50 PM

Everytime i try to connect it crashes and wont let me connect to the itemeditor any ideas why?

hypershadow66 07-23-2004 06:41 AM

Is it possible to start it and just create items withought anything in the DB already, I just want to create everything new, and make a brand new SQL for myself. Is it possible to do that if there are no SQL files in the database already?

hypershadow66 07-23-2004 07:33 AM

I sourced the newdumpeditems and replaced the 'items' table with 'newitems' table. and all the items now show up. I will just delete those items and create my own.

jimbox114 07-24-2004 07:46 AM

Link don't work ;/

Pinhedd 07-29-2004 03:13 PM

it does work, just go to http://emu.fliphost.net/modules.php?name=Downloads and browse from there

mangoo 07-29-2004 08:55 PM

uh oh he let the cat out of the bag!

Pinhedd 07-30-2004 01:17 AM

ok quick question, I can browse/edit items just fine but when I duplicate an item and select the new item, it crashes, is it just me or is this a known bug?


All times are GMT -4. The time now is 09:46 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.