PW all Versionīs: Auction Sniper

08/14/2011 14:56 omarranimado#1
Id like to show here a first work in progress demonstration of my Perfect World Auction Hall Sniper.
It take some time since i moved to another city and had much work renovate my rooms, then code stuff :(

Feel free to comment your impressions, ideas or opinins if i should make it public or not.

Credits goes out to dumbfck for the way to get the AH results :handsdown:

Auction info comes direct from ingame Auction Hall, item Info and Icon from my Database.
The search is much faster then using ingame Auction Hall, you dont need to watch the entire search procress.
Just minimize the Sniper and Game, do meanwhile what you want.

Search Functionīs:
  • all Pages
  • first 5 Pages
  • User defined Pages e.g. Page 11 to 23
  • Timed search

Search Filter:
  • by Itemname
  • Female Fashion
  • Male Fashion
  • All Fashion
  • Mount/Fly
  • Interval Gear
  • Price lower then Itemprice
  • defined Level Range

Buy Agent: (coming soon)
Auto Buy out for Max. Price or autobid on Itemīs

Alarm: (coming soon)
If a searched Item is found by timed search do:
  • Make Alarmsound
  • Send ingame Chat Message to a defined User

Work in progess Video, best viewed in 720 HD Fullscreen:

Quality Made in Germany
08/14/2011 17:50 asiakk1#2
nice job.. i was so impressed with your work.. and i was also interested for what other things you can do.. please give me a copy of your work when its done... thanks
08/15/2011 16:59 Merkada#3
great work man, few months ago i made this [Only registered and activated users can see links. Click Here To Register...]
it can save atually page from AH to array and display
i post for everyone who can experiment with this, for loading next AH PAGE u can simply use send packet function...
quick research with PWEDump and i get this:
25-00-1A-00-00-00-17-00-00-00-24-03-00-00-XX-XX-XX-XX-00-00-00-00-00-00-00-00-00-40-00-76-42-B2-5E
25-00-1A-00-00-00-17-00-00-00-24-03-00-00-XX-XX-XX-XX-00-00-00-00-00-00-00-00-00-50-00-76-42-B2-5E
green value is your character ID
i hope red value is AH page number

btw great GUI, when i see it i think its flash or somethink, it look so awsome :handsdown:, hope u shere your work when finished

oh and i see one little bug in your video, when u sorting by time, it sort by 9-1 in video, but u sorting strings, so u get first 9 hours, 8 hours, 7hours, 60mins, 6 hours, 59mins etc... will be better when u convert all values to same format (hours/mins), hmm maybe not better but its the easyist way :p
08/16/2011 01:54 omarranimado#4
merkada:
yes i remember you coded on the ah list too.
i had no time to do anything, since i move to another city :(

heres the code to get a defined ah page as sendpaket:
Quote:
Func refreshAhPage($playerId,$Page)
local $packet, $packetSize
$packet = '25001A00'
$packet &= '00001700'
$packet &= '00002403'
$packet &= '0000'
$packet &= hex($playerId)
$packet &= '0000'
$packet &= '00000000'
$packet &= hex($Page, 8) ; adress to next page items
$packet &= '00000001'
$packet &= '14'

$packetSize = 33
sendPacket($packet, $packetSize, $PROCESS_ID)
EndFunc
thanks for the tip on the sort stuff.
while making the video i see it too :D
i use flash first, but later i port the grafics to autoit.

hope i have some free time to code in the next weeks.
just like to show up here, there is more then coding again new bots...
since i think prophet bot makes a good job, so no need for another new bot.
only if some one like to make some cash, with some free infos here :rolleyes:

would be cooler if all work on 1 bot, maybe fix the prophet bot.
since i fix a lot stuff from this bot, only the moving is left...then hes working like months before ;)

have fun coding :handsdown:
08/21/2011 21:41 Terror48#5
i want that! go finish it , mach es fertig :)


Bannable on pwi? thx :mofo:
08/21/2011 21:58 msxgames#6
Please don't make it public. Everybody should write their own bot/grinder/sniper and ask questions if they got stuck in programming. A lot of info already has been given and it should be possible to make this type of bot based on information in other threads.

This is a forum and not a download or leech center.