Item Alerter - offsets needed. menu

Shout-Out

User Tag List

Page 28 of 31 FirstFirst ... 2425262728293031 LastLast
Results 406 to 420 of 452
  1. #406
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated the git with a new build

    https://bitbucket.org/DaxxTrias/poe_...erter/overview

    Code:
    18-Mar-2014:
        * Revamped alert sounds (Thx sync)
        * Additional info for unique drops in the console (ilvl)
        * Yet more ItemList additions

    Item Alerter - offsets needed.
  2. #407
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.1.1b

    Code:
        if not STEAM:
    
            BP0 = 0x00280CA9 + 0x00400000
            BP1 = 0x00280CA1 + 0x00400000
            BP2 = 0x00280CEB + 0x00400000
    
        else:
    
            BP0 = 0x00284169 + 0x00400000
            BP1 = 0x00284161 + 0x00400000
            BP2 = 0x002841AB + 0x00400000
    New build also pushed to the git
    Last edited by DaxxTrias; 03-18-2014 at 09:42 PM.

  3. #408
    ReadyToKill's Avatar Banned
    Reputation
    13
    Join Date
    Sep 2012
    Posts
    395
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is the info for adding the feather item, just customize the sound file to your liking. Also make sure to manually add this info in. If anyone has a fishing rod, could you please provide the info for it. thx.

    SOUND_feather = True


    class PlaySoundFeather(threading.Thread):
    def run(self):
    winsound.PlaySound(r'sounds\smb3Feather.wav', winsound.SND_FILENAME)


    if itemId == 0x77662604 and SOUND_feather == True: # Feather
    crafting_drop = PlaySoundFeather()
    crafting_drop.start()

  4. #409
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, I'll add it in.

  5. #410
    Curyl's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my english is bad but I must say briefly

    the new sound is wonderful
    thx for your work

  6. #411
    clopman's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think i found a bug since im not really a coder or something i cant really give more info then this..
    when the item below dropped it plays the kalandra sound.. got the latest version you updated last night
    Rarity: Normal
    Superior Battle Lamellar
    --------
    Quality: +12% (augmented)
    Armour: 240 (augmented)
    Evasion Rating: 240 (augmented)
    --------
    Requirements:
    Level: 54
    Str: 79
    Dex: 79
    --------
    Sockets: R-G-B-B-G
    --------
    Itemlevel: 69

  7. #412
    sibble's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Having trouble adding special items...

    I added
    _notifyItems.append("Granite Flask")

    to the bottom of NotifyItems.py and _filterItems is set to True. What else needs to be done to get it to notify?

  8. #413
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Theres something wrong with flask detection in the script. I'm not too sure why. I was working on it a few days ago and then put it on hold.
    I need to spend more time figuring it out, but basically the script doesn't even recognize if something is a flask.

    I'll try to put more time in this weekend to track down the problem and try a fix.

  9. #414
    fabcard's Avatar Member
    Reputation
    10
    Join Date
    Jun 2013
    Posts
    137
    Thanks G/R
    38/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DaxxTrias View Post
    Theres something wrong with flask detection in the script. I'm not too sure why. I was working on it a few days ago and then put it on hold.
    I need to spend more time figuring it out, but basically the script doesn't even recognize if something is a flask.

    I'll try to put more time in this weekend to track down the problem and try a fix.
    Thank you friend for updating and improving this tool. After a long time without using this, now that I noticed you are working on it, I'm using it again.
    I guess no one can find out what is causing the game crash when you close this tool but not big problem. I just would like to see this on a executable file with no need to install phyton on other craps
    Keep it up

  10. #415
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fabcard View Post
    Thank you friend for updating and improving this tool. After a long time without using this, now that I noticed you are working on it, I'm using it again.
    I guess no one can find out what is causing the game crash when you close this tool but not big problem. I just would like to see this on a executable file with no need to install phyton on other craps
    Keep it up
    I actually know exactly whats causing the crash, and also howto fix it. I elaborate on it a few posts ago.

    However I don't want to re-write this whole script in Python. I have no problem managing it / enhancing it while its in Python, but if I'm gonna rewrite it I'll do it in another language like C or something.

    Right now I'm busy playing my shadow, but either later tonight or tomorrow I've got designs to do a whole host of updates and fixes.
    Last edited by DaxxTrias; 03-19-2014 at 08:38 PM.

  11. #416
    fabcard's Avatar Member
    Reputation
    10
    Join Date
    Jun 2013
    Posts
    137
    Thanks G/R
    38/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DaxxTrias View Post
    I actually know exactly whats causing the crash, and also howto fix it. I elaborate on it a few posts ago.

    However I don't want to re-write this whole script in Python. I have no problem managing it / enhancing it while its in Python, but if I'm gonna rewrite it I'll do it in another language like C or something.

    Right now I'm busy playing my shadow, but either later tonight or tomorrow I've got designs to do a whole host of updates and fixes.
    You are my hero

  12. #417
    Syncness's Avatar Legendary
    Reputation
    695
    Join Date
    Dec 2007
    Posts
    953
    Thanks G/R
    2/65
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by clopman View Post
    i think i found a bug since im not really a coder or something i cant really give more info then this..
    when the item below dropped it plays the kalandra sound.. got the latest version you updated last night
    I probably forgot to change the sound for this, and by default it might still be referring to the "holy shit" sound.

    Line 1023 in ItemAlertPoE.py change sound = PlaySoundHoly() to sound = PlaySound6Sockets().
    Last edited by Syncness; 03-20-2014 at 08:01 AM.
    Double check you're trading with me in case of impostors

  13. #418
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by [sync] View Post
    I probably forgot to change the sound for this, and by default it might still be referring to the "holy shit" sound.

    Line 1023 in ItemAlertPoE.py change sound = PlaySoundHoly() to sound = PlaySound6Sockets().
    Oops somehow I completely missed Clopman's post.

    Looks like the item in question was a 5link, makes sense why that sound plays.
    Last edited by DaxxTrias; 03-20-2014 at 09:52 AM.

  14. #419
    clopman's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea .. im not a coder but i checked the code and managed to figure out why it did that thanks Daxx and i made new sounds my self and added pretty much for everything bit more natural sounding text to speech voice, and added new sound for SPC item (the item you add your self at the bottom of NotifyItems.py and fixed so it doesnt say Mirror of kalandra for 5 link and 6 link added some sounds for that to match it all works well
    if you want the sound files i can send you, its still a womans voice but it has a little more British accent but it sounds nice

  15. #420
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure Clopman, if you want to upload them I'll take a look, and if I like them I'll assimilate them.

Similar Threads

  1. [Source] Basic Item Alerter
    By SKU in forum PoE Bots and Programs
    Replies: 67
    Last Post: 09-15-2013, 07:22 AM
  2. [Source] Basic Item Alerter
    By SKU in forum Path of Exile
    Replies: 24
    Last Post: 02-07-2013, 07:59 AM
  3. About Item's attributes (need help)
    By noctum in forum Diablo 3 Memory Editing
    Replies: 6
    Last Post: 05-22-2012, 06:16 PM
  4. Looking for Item name offset
    By wuangle in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 01-12-2011, 05:20 AM
  5. Offsets needed
    By 0_00_0 in forum WoW Memory Editing
    Replies: 0
    Last Post: 05-31-2009, 05:24 PM
All times are GMT -5. The time now is 03:00 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search