Thread: Bazaar bots
View Single Post
  #2  
Old 01-02-2011, 12:27 PM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,450
Default

Quote:
Originally Posted by provocating View Post
Has anyone ever done an auction bot ? I was just asking because i also run a Trinity Core server and there is an AHBOT that someone created. Pretty damn cool since it buys and sells items. I got very positive reviews when I added the code to my server. I was thinking this should not be too hard to implement in the EqEmulator server. There again I would not want to recreate the wheel if someone has already done it, or may even be able to build off of existing code. The most I have come up with is someone has created merchants that sell gear in the bazaar.
I've been thinking about implementing something like this in perl for a while now.

Wouldn't be *that* hard with perl's DBI module.

Just gotta make a table to store items you hand to an NPC, and then have someone who can buy the items search like they do normally in the bazaar, just with mysql queries in perl instead of C++. Table doesn't have to be complex either; just id, itemid, sellername, price, sold (this will be one or zero.)

Hopefully that lets you brainstorm a bit,
Reply With Quote