[Fork] Basic Item Alerter menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    Theadd's Avatar Private
    Reputation
    8
    Join Date
    Apr 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Fork] Basic Item Alerter

    Original post: http://www.ownedcore.com/forums/mmo/...m-alerter.html ([Source] Basic Item Alerter)

    Project sources and installation instructions: https://github.com/Theadd/ItemAlertPoE

    List of updates since project fork
    • Unique items detection
    • sounds\unique.wav played when detected a unique item
    • Added Multistrike Support Gem
    • Removed scrolls from beeping


    I'm working on detection of 6S items but since I only have two 6S it will take me some time (mostly time to get some more 6S to test with)

    Good luck! =)

    [Fork] Basic Item Alerter
  2. #2
    username1001011's Avatar Member
    Reputation
    2
    Join Date
    Apr 2013
    Posts
    120
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ah, I posted in the old thread...

    Another thing to look for is items with linked red/green/blue sockets, that'll give you Chromatic and they are "fairly" common.

  3. #3
    Theadd's Avatar Private
    Reputation
    8
    Join Date
    Apr 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by username1001011 View Post
    Another thing to look for is items with linked red/green/blue sockets, that'll give you Chromatic and they are "fairly" common.
    Right, its on my "TODO" list.

    Now it also detects superior gem drops. Playing my fastened voice saying "superior gem". Also for uniques, playing "Unique", and normal drops playing "Drop". in src/sounds u can listen that sounds to be more familiar with them when u hear em.

    Up to date modifications list:
    • Unique items detection (plays unique.wav)
    • Superior Gem detection (plays superiorgem.wav)
    • Non filtered items play sound drop.wav
    • Added Multistrike Support Gem
    • Added Cyclone Skill Gem
    • Removed scrolls from beeping
    • Bugfix: Now works with no C:\Windows OS installations


    I'm also working on a packet editor (dll injection + detours) so scrap items could be filtered out from reaching the game client providing cleaner instances.

  4. #4
    username1001011's Avatar Member
    Reputation
    2
    Join Date
    Apr 2013
    Posts
    120
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what would be great if you could create a whitelist of items with the following options:

    - item base type: e.g. Imperial Bow
    - number of sockets: 6
    - number of linked sockets: 3
    (maybe even colors of sockets?)
    - rarity: normal, magic, rare, unique
    - superior: y/n
    - default stats: e.g. 12% resis all for prismatic

    but that sounds complicated

  5. #5
    Eldari's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could this be used to alert me when items I need to finish recipes drop? Such as the alchemy recipe where I am looking for specific whites or blues to finish off white/blue/yellow 20% unidentified?
    For example; I get a superior yellow imperial bow, 16% - Whetstone it to 20% and add white/blue imperial bow to the list.

    I spend an inordinate amount of time scanning whites and blues for the items I need and my buddies get pissed because they want to start the next map. If this can scan off an editable whitelist I would love you to death

  6. #6
    AK2337's Avatar Member
    Reputation
    8
    Join Date
    Feb 2013
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Love the script, but I am rather unfamiliar with much outside of the basic web design realm, sadly this includes Python.
    I was hoping to find a bit of help with an issue or two I am having.

    First, how can we add specific audio alerts for items other than what is already defined? Such as an audio "Alchemy" rather than simply "Drop"?
    I thought I had it figured out, but apparently I was wrong as I am still getting the generic "Drop" alert.

    Second, for some reason, quality flasks are not raising an alert for me. Is this an isolated issue or are others having this as well?

    +Rep given for an awesome contribution and continuation of a project that may have died without it.
    Last edited by AK2337; 05-06-2013 at 11:31 PM.

  7. #7
    wrajjt's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would it be possible for the item alerter to pick up certain specified white items? Occultist's vestments, whatever the base item is for kaoms etc for us who like to chance gamble?

  8. #8
    username1001011's Avatar Member
    Reputation
    2
    Join Date
    Apr 2013
    Posts
    120
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wrajjt View Post
    Would it be possible for the item alerter to pick up certain specified white items? Occultist's vestments, whatever the base item is for kaoms etc for us who like to chance gamble?
    Auto Pickup would be nice...

    But then I'd like to put in stuff like 6L items to auto-pickup or certain items with x-sockets....

  9. #9
    wrajjt's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by username1001011 View Post
    Auto Pickup would be nice...

    But then I'd like to put in stuff like 6L items to auto-pickup or certain items with x-sockets....
    My bad. I didnt mean for the bot to perform any kind of actions except notifications... as in "picking up" when a Occultist's Vestments drops and telling the player.

  10. #10
    username1001011's Avatar Member
    Reputation
    2
    Join Date
    Apr 2013
    Posts
    120
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wrajjt View Post
    My bad. I didnt mean for the bot to perform any kind of actions except notifications... as in "picking up" when a Occultist's Vestments drops and telling the player.
    It does that already. You just have to add it to your alert list.

    What I would prefer however, if I not only could add the item but also number of sockets. Once you have an occultists vestment, you might want to find one with 6 sockets or even 6l but at that point you are not interested anymore in notifications of other OVs that drop.

  11. #11
    aznxmtg's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your hard work. There are some items missing from the old version that is still not being detected. Most of them are maps the ones below are not detected. If you can make a feature to detect all maps, that will be great.

    Colonnade Map
    Arcade Map
    Temple Map
    Pier Map - Missing "map" name so keyword "Map" can't detect it.
    Dry Peninsula Map - Missing "map" name so keyword "Map" can't detect it.
    Bazaar Map
    Precinct Map
    Shipyard Map
    Shrine Map (level 77)

    Thanks for your hard work once again!

  12. #12
    Eldari's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anything we can do to assist with the 6 socket items, 5link, and 6link? This is the last thing I am waiting for to be able to fully filter white items off for good.
    Is there an eta for these features?

  13. #13
    username1001011's Avatar Member
    Reputation
    2
    Join Date
    Apr 2013
    Posts
    120
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone got alerter running on the new poe version?

  14. #14
    Theadd's Avatar Private
    Reputation
    8
    Join Date
    Apr 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Source updated to work with current PoE version.

    I'll be mostly dead the next 30 days due to I'm on the final race of current semester at university. But if you need some quick fix or whatever just pm me and i'll do it as soon as possible.

    Regarding new items detection, I can only get item codes from the items I own since I have to join a private instance in some map and drop the item to get its item code within the packet received from server.

    Have fun! =)

  15. #15
    Spl3en's Avatar Corporal
    Reputation
    31
    Join Date
    Mar 2013
    Posts
    20
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Happy to see the PoEOffsetFinder is still working :-)
    Thanks for maintaining the project Theadd !

    I've gave up the project but i'm willing to help if whoever wants some indications

Page 1 of 2 12 LastLast

Similar Threads

  1. Item Alerter - offsets needed.
    By Swisstrade in forum PoE Bots and Programs
    Replies: 451
    Last Post: 02-08-2015, 08:10 PM
  2. [Source] Basic Item Alerter
    By SKU in forum PoE Bots and Programs
    Replies: 67
    Last Post: 09-15-2013, 07:22 AM
  3. [Source] Basic Item Alerter
    By SKU in forum Path of Exile
    Replies: 24
    Last Post: 02-07-2013, 07:59 AM
  4. [h4xx] basic item hacking
    By Zomg waffles in forum WoW EMU Exploits & Bugs
    Replies: 10
    Last Post: 03-19-2008, 09:25 AM
  5. basics items
    By alex2630 in forum World of Warcraft Guides
    Replies: 6
    Last Post: 12-08-2006, 01:00 PM
All times are GMT -5. The time now is 07:53 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search