Item Alerter - offsets needed. menu

User Tag List

Page 24 of 31 FirstFirst ... 202122232425262728 ... LastLast
Results 346 to 360 of 452
  1. #346
    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)
    New Non Steam Offsets, manually edit the new changes.


    BP0 = 0x0026a7d9 + 0x00400000
    BP1 = 0x0026a7d1 + 0x00400000
    BP2 = 0x0026a81b + 0x00400000

    Item Alerter - offsets needed.
  2. #347
    Sargeras55's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well,i checked all this alerter -
    1) zero sounds as for me i tryed to change some things in main file,but no result all loot i can seeonly in this black console,but no sound...any ideas? redownloaded 3 times,reboot pc...^^
    2) when i try close window of alerter - game crash, Always. is there any ways to close it safely to game?

  3. #348
    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)
    If you are testing this for the first time, make sure to follow the instructions and download the first three parts and the only part you edit is the offsets part using the proper offsets non steam or steam offsets, just to test to see if it works properly and if it does, than start customizing stuff to your liking after.

    This is the new offsets for the NON Steam version, manually edit this in.

    BP0 = 0x0026a7d9 + 0x00400000
    BP1 = 0x0026a7d1 + 0x00400000
    BP2 = 0x0026a81b + 0x00400000

    For the second question, yes the game will always crash the poe game if you close the app.

  4. #349
    Stressfrei's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone share "ItemList" file actual for PoE 1.06? With all gems, uniques etc. Thank you in advance!

  5. #350
    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)
    Does anyone have the code to trigger an alert for the Albino Rhoa Feather?


    Here is the code to add in alert for Albino Rhoa Feathers, you will still need to add in your own sound file and rename it to whatever you like i named it smb3Feather.wav
    Becareful with copying/Pasting Code.


    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()
    Last edited by ReadyToKill; 02-22-2014 at 11:48 AM.

  6. #351
    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)
    Has anyone figured out how to add the alert/sound for the fishing rod item?

  7. #352
    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.0 Offsets

    Code:
        if not STEAM:
    
            BP0 = 0x00280D29 + 0x00400000
            BP1 = 0x00280D21 + 0x00400000
            BP2 = 0x00280D6B + 0x00400000
    
        else:
    
            BP0 = 0x002837F9 + 0x00400000
            BP1 = 0x002837F1 + 0x00400000
            BP2 = 0x0028383B + 0x00400000

  8. #353
    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.0b NonSteam (Hotfix, no downtime. As of this writing it has not been pushed to Steam.)
    Code:
        if not STEAM:
    
            BP0 = 0x00280A59 + 0x00400000
            BP1 = 0x00280A51 + 0x00400000
            BP2 = 0x00280A9B + 0x00400000

  9. #354
    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.0c
    Code:
        if not STEAM:
    
            BP0 = 0x00280A59 + 0x00400000
            BP1 = 0x00280A51 + 0x00400000
            BP2 = 0x00280A9B + 0x00400000
    
        else:
    
            BP0 = 0x00282F69 + 0x00400000
            BP1 = 0x00282F61 + 0x00400000
            BP2 = 0x00282FAB + 0x00400000

  10. #355
    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)
    Would be very nice if some one could compile this tool to a .exe file so we don't have to install phyton, configure, etc... That's the reason why I'm not using this tool anymore...
    Thanks.

  11. #356
    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)
    I'd be lying if I said I hadn't considered rewriting it in C. However I usually don't touch things that aren't broken.

  12. #357
    OriginalNameFrom's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fabcard View Post
    Would be very nice if some one could compile this tool to a .exe file so we don't have to install phyton, configure, etc... That's the reason why I'm not using this tool anymore...
    Thanks.
    Agree.
    Why not upd OP with new version? Or give a link on "How To" rewrite/compile/etc for all.

  13. #358
    Kadamose's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Current offsets are not working for RGB drops. Currency drops, however, are detected. Weird.

  14. #359
    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)
    I have noticed it is not trigger any more alerts for 6 sockets, 5L, rgb, uniques, only thing that still seems to be working so far is Orbs.
    Last edited by ReadyToKill; 03-06-2014 at 11:34 PM.

  15. #360
    carniv's Avatar Private
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The internal structure of the items has been modified because of the corruption, so the program reads the memory wrongly and can't detect how many sockets/colours/rarity an item has.
    At the moment it's only use is for identifying the name of the drop. Someone has to check in which way the structure of the item in the memory was modified and change the code accordingly...

Page 24 of 31 FirstFirst ... 202122232425262728 ... LastLast

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 12:51 AM. 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