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

04-09-2002, 05:18 AM
|
Fire Beetle
|
|
Join Date: Apr 2002
Posts: 5
|
|
Item Lists
ok, I just started in this stuff this weekend. i won't be opening a server (dial-up) but my friend may be, and i may help. I'm just wondering, the db contains all the items i'm assuming .(i haven't gotten into getting the server software or anything yet, just getting a jump start) i'm just wondering if you can add your own custom items to your db, or if that causes problems. anyway, thanks alot, hope that makes sence...
-Havoc3D
oh, if you're looking for me online, i'm usualy hanging out on the "adult oriented" server, just ooc for havoc3d 8o)
|

04-09-2002, 05:25 AM
|
Fire Beetle
|
|
Join Date: Feb 2002
Location: Pennsylvania
Posts: 21
|
|
Not all items are in the database. There's a ton of them though.
And yes, you can create your own items.
|

04-09-2002, 08:25 AM
|
Fire Beetle
|
|
Join Date: Apr 2002
Posts: 5
|
|
 mooossstttt Excelent *tents his fingers and grins evily*
very nice to know, didn't think i'd ever heard of "Jenniy's Multi-Colored Breast Plate, 60AC, etc, etc, or the Multi-Hued Sheild i have. thought maybe i was just loosing my knowledge of EQ items...8o)
Thanks much for info, think my friend and i will have some fun 
|

04-09-2002, 08:37 AM
|
Fire Beetle
|
|
Join Date: Apr 2002
Posts: 1
|
|
Oh yes, this will be fun.... BTW Havoc, i have the server software, probably end up doing a minilogin and localhosting it for a while to get the hang of it. Also, im looking at editing some of the source to fix a couple of things (like the insane eating rate that everyone seems to have)
|

04-09-2002, 04:11 PM
|
Fire Beetle
|
|
Join Date: Feb 2002
Location: Pennsylvania
Posts: 21
|
|
As funny as it is, Jenniy's Two-tone Cuirass is an actual item in EQ.  Drops off of Grieg himself in Grieg's end.  Friend of mine submitted the item. :P
|

04-10-2002, 03:27 AM
|
Fire Beetle
|
|
Join Date: Apr 2002
Posts: 5
|
|
lol! no crap? well, i'll be...that's funny. Figured the guy who hosts the server had a friend named jenny or something...go figure...never ever heard of this item in game, don't remember seeing it on eqprices either, have to look again tho, spiffy anywho :eek:
|

04-12-2002, 08:49 AM
|
Fire Beetle
|
|
Join Date: Apr 2002
Posts: 2
|
|
So, how do you add in your own Items?
Yeah, well, incase your thinking of adding in your own items, take a look at the db.sql file, it has the items, but they are pretty weird. could you guys maybe add in a "how to" on adding items, maybe its easy and im just stupid, but i cant figure it out. Ive looked through files, and have seen the item word files. Maybe you guys did add one in, and i just cant find it. Anyway, could someone maybe post something, or tell me where the file is in the directory(if there is one).
-kevin
|

04-12-2002, 10:47 AM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
|
|
Do a search on creating items or adding items.
But basically use the eqadmin tool from the files section on the main web page.
|

04-12-2002, 01:20 PM
|
Fire Beetle
|
|
Join Date: Jan 2002
Posts: 25
|
|
Yes, the current DB has a lot of items in it (and Jenniy's Two-tone Cuirass is a rather nice BP, rare drop, but that might be because Grieg Veneficius is doable with 2 groups of people).
It would be nice if someone made a script to extract all items from Magelo and Allakhazam to make the DB even more complete
Edit : The thing about editing items directly into the sql file is a bit tricky, since items in the mysql database consist of an ID field and a BLOB that stores all other information. So what you basically need to do is figure out how the struct in the BLOB is organized and then set the parameters, but as Lurker says, use the eqadmin tool. It's much easier that way (or write your own tool, but that requires info about the struct aswell). Info on the struct can be found in one of the files in the source though.
Ztaar
-- Nunc ille est magicus --
|

04-12-2002, 02:58 PM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
|
|
If someone makes a script to create items, please do something like put "!Created!" in the lore field. Just so there is an easy way to filter created items from loged items from the game. As has been pointed out, there are still sections in the BLOB that we can't be absolutly sure about.
|

04-12-2002, 04:12 PM
|
Fire Beetle
|
|
Join Date: Apr 2002
Posts: 12
|
|
Quote:
Originally Posted by Ztaar
Yes, the current DB has a lot of items in it (and Jenniy's Two-tone Cuirass is a rather nice BP, rare drop, but that might be because Grieg Veneficius is doable with 2 groups of people).
It would be nice if someone made a script to extract all items from Magelo and Allakhazam to make the DB even more complete 
|
That is a DAMN good idea. There has to be a basic free codebase for a web scraping program out there some where.. But on the more picky political side, any potential problems scraping all their pages? I don't see any, after all it's not their content we want, it's the information that mirrors the EQ files we purchased.
__________________
Warty.
|

04-12-2002, 11:35 PM
|
Fire Beetle
|
|
Join Date: Mar 2002
Posts: 11
|
|
Jenny's Two-tone Cuirass.. if you look at the stats on that item, the numbers read "8675309" .. y'know.. that song.. "Jenny 867-5309"
-j
|
 |
|
 |

04-13-2002, 12:30 AM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
|
|
Makes sense... The name of the band was Tommy Twotone..
It wouldnt be too hard to write a java crawler that can take a root URL then crawl through the pages and create item data from the data it grabs.. Just need to spider your way through the pages, then parse out all the fields it finds with item stats.. If they do it in a standard text format, it wouldnt be bad at all.. I was looking at one of the magelo created sites (nightwatchers).. seems you have to right click on the character profiles to get the item stats, which then come out in a very nice name: value format . Write a spider that can look for the items pages, then do a left click on every item and gather all the resulting html and build it into an SQL string, and you've got a web gathering system...
If it was just flat html, it would be alot easier, with the interface being the way it is, im not 100% sure. I might see if i can make a simple one next week that can go through the eqmaps database (since its just php with a database field id appended in the URL, it wouldnt be hard to do a ++ loop until end of content to hit suck down all of those items. THe problem is of course that there are alot of bogus items in EQMaps. Im not even sure how good Ala. is with validating before they post. I do know that since Magelo is a packet sniffer, all of his data is completely factual..
|
 |
|
 |

04-13-2002, 08:02 AM
|
Discordant
|
|
Join Date: Jan 2002
Posts: 276
|
|
problem would be missing stats like casting time on procs or proc type even.
__________________
Hmm...
|

04-14-2002, 07:30 AM
|
Dragon
|
|
Join Date: Jan 2002
Posts: 521
|
|
It'd be really nice to have the race-specific smithed armour in the DB, those would be good items to add to merchants for each city to add more variety (not to mention being able to smith them, when I or someone else makes a tradeskill recipe list for the DB!)
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 09:35 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |