Lets start out nice(With a new Item DB)
I had no idea politics were getting so tight up in the HQ but either way,lets post some goodness :)
Well to hopefully brighten your morale heres a new item DB, nothing new but I fixed a bunch of incorrect texture/color/item slots in the DB I must of missed at 2:00 AM when a thick film was developing over my eyes. Grab it here http://nerdyboys.com/rico/Itemsv1.2.1.zip will be up within 5-10 minutes. |
|
err sorry it is the correct Link but I accidently re-uploaded my old DB. The new one is uploading now and will be up very soon. Sorry bout that ;)
|
Just a reminder..
Well since the old board has been whiped I thought I should repost this:
I am always taking item requests, sometimes Sites don't have correct item info,or any item info on certain items. Or sometimes theres items I myself don't know about ( Which I doubt! ;) ) and you might want to see added. If you want anything added send me a Private message(using the message option under one of my posts) with the name of the item *optional* if you could include the Stats(Weight,Attack Delay,Stat Modifiers), The races who can use, what it looks like or an item that looks like it and you can save me ALOT of time. -Thanks in Advance |
Requests? Could you do Akkirus armor? Some of the posted Tunare drops along with Yelinak/Tormax/NToV drops? Theres a great resource of every ntov drop ingame. Would be nice to see the Vulak items in the emu. Go here for all the Northwing Temple of Veeshan drops: http://www.guildparadigm.org/nwing/nwingleftframe.htm
Would be very nice to see those in. Also, the Velious quest armors/epics might be a good thing to focus on adding =) |
Most of those in :)
I have Akkirus and most of the ToV Armor(minus INT casters) in. I will definatley be working on Sleeper/ToV weapons and items as they become ever more popular :rolleyes:
|
Could you add the missing parts to the elder spiritsts druid armor plz?
|
Ahh yes I missed the ES and the Jaundice in my Kunark Armor period,guess I will have to do those :)
|
Would you be able to get your item data included in the standard database when it's finished?
The current standard DB is missing quite a few items including many epic weapons and high-level armour pieces. |
Worth a try.
Well, thats up to the Admins and up to you people. I can make my DB available once a week with about 100-150 new items, or I can try to get the items in there Every other Release with about 1,000-1,500 items.The Downside I see to this , is the huge increase of size in the DB,i'll try to make it so my downloads are only inserting the NEWEST items and not waisting 20 minutes of your time inserting the old ones :)
|
Hoesntly, i dont want items that werent entered by packetcap on my server. The unknowns wont be right.
But definately can put this in the download section as an add-on pack. =p |
Sounds good to me.
I wouldn't mind that at all.
|
Quote:
|
Tiny proggy that runs in the background of a real EQ session, that logs every item that is in inventory, bank account or tradewindow.
Ashran and Magelo (sp) used such tools, but with the recent client they dont work anymore. After the session you could see what items the tool collected and send it to an online DB. Would be nice to build up the item DB that way. (Any chance to get such a tool working again ?) No offence but handbuild DB is not the way to go imho. |
why can't the server do it?
Ok, I understand that at some point the items are new-- don't exist in the database. The same is true when I spawn a mob -- it doesn't exist in the database either. But with a couple of simple hooks, couldn't this work? #script <filename> and in the script you would have #spawn ..... #createitem .... or #additem Of course its possible that I could try to create something that is "bad" but the spawn and createitem routines can deal with that. Even if later a fancier scripting mechanism went in place, the underlying mechanism would stay the same. Actually I would keep everything in some other format and then run a program to convert to #spawn or #createitem. Interactively it would work the same way, if you use the #createitem command, then it is persistent. Of course some editing hooks would be good to so that properties could be changed. Am I talking about the same thing or did i miss the point? |
How do you update item DBs?
|
item record format
Auto grabbing items from the live servers is definatly the best way to go... But that does require someone activly collecting the items. Also I have noticed that there are several entries in the current database that are corrupt. Take a look at the first 30 or so items with the admin tool. Above and beyond that there is a bunch of garbage in there that dosen't apear to affect the database. Notice all the garbage between the item name and lore name, that should be all nulls.
Someone posted a image that had the hex values for items, but that was on the other board. Well this is what I have found messing with it last weekend. I am sure windcatcher can tell us some more also. The first numbers are the hex offset for the item. Note some values seem to be used differently for different type of items like bags/spells. I am not sure how it would impact the emu, but I imagine changing the item from a BLOB in SQL to individual entries would make dealing with the item records easier. Code:
00-21 Item Name |
Out..but in?
Sorry for the lack of updates, I was very sick with the Flu which has bed ridden me for the last 6 days. Before I was sick, I was able to get some new items in. Some items include Worked,Heavy,Matchless Dragon armor,and all the items down to "eashen of the sky'' in the North Temple of Veeshan Drop list website listed a few posts above. Fixed a bunch of textures on items, and some items who's slots were wrong. You can grab the new items here
http://www.nerdyboys.com/rico/Itemsv3.0.zip -Enjoy |
I dunno what I'm supposed to do to import your (Ricos) new items db, so I just went to the command line and:
c:\mysql\bin\mysql mysql> use eq Database changed mysql> source items.sql It seems to work, just makes a million really annoying beeps, So I unplugged the internal speaker so no beeps... Is there a better way to do it? Thanks, Jack ;-) |
I went into the file and emptied out the pieces I didn't need (like the table creation and extra data (accounts, zone server IPs, etc). I was left with a 4 meg file of the items, spawns, npcs, and zones. And no beeps :)
It might be a good idea to either delete your EQ database structure (but not the DB itself) or just empty the tables and live through a few beeps than to just run this file after running the standard db.sql. |
ACK!
Just noticed this DB is still in the old format, so unless you have an easy way to modify the INSERTS on some of the tables, delete everything except for the "DUMPING ITEM DATA" section.
Also, Rico, you might want to check you zones on your server. The last 5 or 6 entries have the small name and long name switched (and are duplicate entries to boot!). If anyone wants, I can upload an edited version that works with 0.2.0's DB structure (without spawns, sorry. Not sure if the spawns the way Rico has them work in 0.2.0) |
Coderj that would be great if you could. :D
|
Okay, it's up....
Click here to get it This is easy to install, and if Rico releases more in the future, I'll mod those as well for general consumption. It's very recommended you have phpMyAdmin installed and run through this process.
In the future, I may configure the sql file to auto empty the relevant database tables prior to the INSERT queries so you don't have to muck through phpMyAdmin (which is a great tool if you do any PHP/MySQL development). |
wee
When will there be another item release? =)
|
eek someone stole my graphic(!).
|
Damn them, Damn them all to hell for taking your graphic
|
Wow, this is an old thread. There will be a new item db released with the next EQ Emu. If you would like to contribute, run PacketCollector. :)
|
Thank you for your sympathy Claus :D The sad thing is that's a pic of my 'chanter from EQ in Werepuppy form =)
|
Maybe he's just paying you homage...
Imitiation is the sincerest form of flattery, or is it plagiarism? |
All times are GMT -4. The time now is 04:37 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.