AOWiki :: AODevs Forums :: Arcanum :: AO Official Forums :: AOC US/EU Official Forums
Welcome, Guest. Please login or register.
Did you miss your activation email?
+  FC 3rd Party Dev
|-+  Anarchy Online» General Discussion» Unique Monsters database
Username:
Password:
 
Pages: [1] 2 3
  Print  
Author Topic: Unique Monsters database  (Read 13670 times)
dastof
Rollerrat
*

Reetness: +0/-0
Offline Offline

Posts: 40


View Profile
« on: November 24, 2006, 07:28:38 »

Now containing:
86 RK uniques
79 SL uniques

Posted this on the HQ forum, but it looks kidna dead  Shocked

It's an online unique monsters databse with xml output.

http://unimob.dastof.com/query.php?search=

Alot of the RK encounters are booted directly from snurre's post at the AO forum.

Wouldn't mind if anyone want to help me finish it (can't be much more then 100 mobs missing  Grin ), so just post any additional data in this thread I guess...

Can think of a few things that needs updating:
- there are alot of questionmarks that needs filling
- allmost all SL uniques (added pande + inf so far)
- names of the PH's

Update:

Pretty much finished the script today. Here's a list of all the available commands (all but "search=" are optional):

search - the string you wish to find
example: "search=find%20me" where "%20" is required instead of space, for php to get the adress right.

max - max number of hits. Set to 100 by default.
example: "max=50"

output - desired output. Set to "xml" by default.

The following are set to yes by default:
rk, sl and le
example: do "rk=no" to hide all rk uniques

items - set to "no" by default. do "items=yes" to match the query with the uniques loot table

names - set to "yes" by default. do "names=no" if you don't want to match the query to the uniques names.
« Last Edit: January 01, 2007, 02:41:33 by dastof » Logged
Vhab
VhaBot Developer
Administrator
*****

Reetness: +1/-0
Offline Offline

Posts: 220


View Profile WWW
« Reply #1 on: November 24, 2006, 09:14:25 »

ooh that's pretty sexy.
are you planning on keep that alive long-term?
i'm tempted to write a bot plugin for it Tongue (with giving proper credit ofcourse)
Logged
Stelai
Rollerrat
*

Reetness: +0/-0
Offline Offline

Posts: 15


View Profile
« Reply #2 on: November 24, 2006, 10:15:39 »

Really Awesome.
Would be a blast if that's something that is gonna stay online for some time Smiley
Logged
dastof
Rollerrat
*

Reetness: +0/-0
Offline Offline

Posts: 40


View Profile
« Reply #3 on: November 24, 2006, 12:36:21 »

It will probably be online for as long as I'm alive  Grin 

gave the php a new folder and changed it to:
http://unimob.dastof.com/query.php?search=

The base dir was getting kinda crowded  Roll Eyes

Ofcourse you can write a plugin for it. In fact, I'd be happy if you did Smiley
« Last Edit: November 25, 2006, 05:56:17 by dastof » Logged
evol
Rollerrat
*

Reetness: +0/-0
Offline Offline

Posts: 30


View Profile
« Reply #4 on: November 24, 2006, 22:03:09 »

you know what would be cool, although probably resisted by some and even hijacked by some.. but if you allowed the submitting of death data, and that way you could keep a global database of spawn info on mobs as well..

like a died.php?mob=daria .. and then it stored that in a database and calculated the next spawn... I had this as a plugin for my org for a while and was pretty useful..
Logged
dastof
Rollerrat
*

Reetness: +0/-0
Offline Offline

Posts: 40


View Profile
« Reply #5 on: November 25, 2006, 06:04:52 »

I can see how that would be useful, but wouldn't it also be terribly easy to abuse? To get any usefulness out of it, practically everyone would have to submit their kills.

It's a good idea though, we should keep spawning on a way to get it to work.
Logged
Vhab
VhaBot Developer
Administrator
*****

Reetness: +1/-0
Offline Offline

Posts: 220


View Profile WWW
« Reply #6 on: November 25, 2006, 10:19:08 »

was giving it some thought on how to keep it uptodate.
maybe create a public ingame bot around it that allows people browse the list and to submit suggestions that will go into a moderation queue?
Logged
dastof
Rollerrat
*

Reetness: +0/-0
Offline Offline

Posts: 40


View Profile
« Reply #7 on: November 25, 2006, 10:57:24 »

Keeping it up to date is a given Smiley Created the toon "Unibot" for now.
Think I'll concentrate on completing the database before I start on yet another project though =)
Logged
Angels
Rollerrat
*

Reetness: +0/-0
Offline Offline

Posts: 12



View Profile WWW
« Reply #8 on: November 25, 2006, 13:10:10 »

Thanks alot for the database. I will run a diff on my database with your data Smiley - if i find something which isn't already in my db i will post it Smiley
Logged

Human | Angelsbot Dev | AOWiki Supporter
dastof
Rollerrat
*

Reetness: +0/-0
Offline Offline

Posts: 40


View Profile
« Reply #9 on: November 25, 2006, 13:15:42 »

Thanks Smiley

I need some help making a decision... After running arround in nasc, getting the coords and lvl from various uniques, I realized that their loot tables must be HUGE. Take the named factioned mobs for example, they drop alot, but they all drop the same stuff, with a few exeptions. So should I list EVERYING, or just the items unique for the mob in question? Not that there's any way of telling if the item is unique or not Wink
 If you know of any unique items dropping from the factioned mobs, please list them here:

-Visionist Tool  (Visionist Mobs)

edit: any unique drops would be useful really.
edit: decided to skip all the puny uniques for now, and finish the db with the more obvious one that really have unique loot. Also finished runing trough nasc, there are 50 uniques in that area alone *yawn*. Think I'll add them to the list, but without any loot table.
« Last Edit: November 25, 2006, 14:21:15 by dastof » Logged
Angels
Rollerrat
*

Reetness: +0/-0
Offline Offline

Posts: 12



View Profile WWW
« Reply #10 on: November 25, 2006, 14:23:17 »

I only would add drop which is not random. For drop table MONSTER CLASSES i would prefer a second database. I wouldn't mix both
Logged

Human | Angelsbot Dev | AOWiki Supporter
dastof
Rollerrat
*

Reetness: +0/-0
Offline Offline

Posts: 40


View Profile
« Reply #11 on: November 25, 2006, 15:53:19 »

I agree.

Started a new approach. Decided to start gathering a list of the interesting SL items, and then create the unique mobs list from there.

Working my way down from pande -> nascense. Completed Pande + Afreet Ellis so far =)

PS. Running arround doing alt+tab in inferno is dangerous Grin
« Last Edit: November 25, 2006, 15:56:17 by dastof » Logged
dastof
Rollerrat
*

Reetness: +0/-0
Offline Offline

Posts: 40


View Profile
« Reply #12 on: November 27, 2006, 19:03:39 »

Like I said in the main post, I'll be moving in a few days. If anyone want to post some more mobs+info that I could add to the db when I get back, I wouldn't mind that at all Smiley
Logged
Malosar
Rollerrat
*

Reetness: +0/-0
Offline Offline

Posts: 18


View Profile
« Reply #13 on: December 08, 2006, 17:09:42 »

Would the SQL from a module I wrote awhile ago help?

http://bebot.shadow-realm.org/index.php/topic,388.0.html
Logged
Vituh
Rollerrat
*

Reetness: +0/-0
Offline Offline

Posts: 12



View Profile WWW
« Reply #14 on: December 26, 2006, 12:08:10 »

Are you planning to make a frontend for this DB online? If not I might be interesting in doing so, as a little side project.
Logged

http://www.aomarket.com - banksales on steroids
http://pricewatch.aomarket.com - playershop price info (outdated)
http://unimob.aomarket.com - Unique Mobs DB (frontend)
Pages: [1] 2 3
  Print  

 
Jump to:  

Page created in 0.051 seconds with 19 queries.