Item Alerter - offsets needed. menu

User Tag List

Page 30 of 31 FirstFirst ... 262728293031 LastLast
Results 436 to 450 of 452
  1. #436
    Gravos's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes pls update it´s the best tool for poe

    Item Alerter - offsets needed.
  2. #437
    cuneytg's Avatar Member
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i agreed its awesome tool for poe, please update this beauty..

  3. #438
    exxzie's Avatar Member
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I kinda fixed it a month~ ago but it broke again after today's patch cuz offset finder isn't working anymore.


    EDIT: Nevermind, found the offsets manually(only for steam since I don't have normal Client). It seems to work for the most part.

    Here's the updated main file ItemAlertPoE.py (Assuming you already have downloaded Itemalerter from Daxx's Toolbox thread)

    [Python] Alerter - Pastebin.com

    Here are some new items that I added to ItemList.py

    Code:
    _items[0xAD955B0D] = (0xAD955B0D, "Divine Mana Flask", "Metadata/Items/Flasks/FlaskMana11")
    _items[0x1FF7AD2A] = (0x1FF7AD2A, "Divine Life Flask", "Metadata/Items/Flasks/FlaskLife11")
    _items[0xD63631A2] = (0xD63631A2, "Eternal Life Flask", "Metadata/Items/Flasks/FlaskLife12")
    _items[0x23488DBC] = (0x23488DBC, "Eternal Mana Flask", "Metadata/Items/Flasks/FlaskMana12")
    Feel free to add new gems and items introduced with 1.3.0 (I have no idea how to add them w/o actually getting them to drop, neither do I have the time to test everything manually.)

    Note - I am a programming illiterate I have no idea what my fixes to the program actually mean. I learned from observing patterns and reading all the informative posts made by all the awesome contributors. If you find any bugs or have any issues I'll try to fix them. No promises though :x.

    While we're at it can anybody explain me the difference between
    actual = int(buffer.nextByte()) and actual = buffer.nextByte()
    ?
    Last edited by exxzie; 01-12-2015 at 02:26 PM.

  4. #439
    biersn's Avatar Member
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    56
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How did u find your offsets ?

  5. #440
    exxzie's Avatar Member
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay I also downloaded regular client.
    Here are the offsets, enjoy.
    Code:
        if not STEAM:
            BP0 = 0x0027EF8C + ALIGN
            BP1 = 0x0027EF84 + ALIGN
            BP2 = 0x0027EFD4 + ALIGN
    To the guy above:
    A friend with CS background helped me with offsets^.^. I think he found out by looking at source code of offset finder (which is not working atm).

  6. #441
    biersn's Avatar Member
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    56
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank u

  7. #442
    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)
    Originally Posted by exxzie View Post
    Okay I also downloaded regular client.
    Here are the offsets, enjoy.
    Code:
        if not STEAM:
            BP0 = 0x0027EF8C + ALIGN
            BP1 = 0x0027EF84 + ALIGN
            BP2 = 0x0027EFD4 + ALIGN
    To the guy above:
    A friend with CS background helped me with offsets^.^. I think he found out by looking at source code of offset finder (which is not working atm).

    hey, thx for taking the time to look into this tool exxzie; however, i couldn't get it working with the new nonsteam offsets.

  8. #443
    exxzie's Avatar Member
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Weird it's working perfectly fine for me. Give it another try?

    [Python] ItemAlertPoE - Pastebin.com

  9. #444
    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)
    no, it is still not working for me, i have tried just copying the updated offsets into my itemalertpoe.py file, it will openup, but it will not log any data of the drops nor give any alert sounds, if i close the app, it will crash the game, i have also tried downloading the file you provided in the link and when i run that file, it will just open up and close right away. perhaps someone else with a nonsteam account version could help test if those offsets are working for them.


    ohh shit, looks like i got it working! thx for the new offsets!

    it would be great if someone could fix the offset finder, since it came in handy a lot of the times.
    Last edited by ReadyToKill; 01-13-2015 at 12:04 PM.

  10. #445
    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)
    exxzie can you post the new offsets for both steam/nonsteam, or if anyone else, that would be great!. TIA.

  11. #446
    milkbananas's Avatar Member
    Reputation
    2
    Join Date
    Oct 2013
    Posts
    10
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReadyToKill View Post
    f i close the app, it will crash the game.
    That's because the script attach to POE as a debugger. I don't recommend to use this script anymore as debugging is litterally defined as hacking by their lead developer.

  12. #447
    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)
    Will still take my chances, this tool is harmless and makes the game way more enjoyable. I could see ggg banning for other tools, but this tool only generates customized sounds for specific loot, making it much easier to notice what drops are what compared to the dinky sounds they use for their orbs, which all sound the same too me.
    Last edited by ReadyToKill; 01-17-2015 at 01:01 PM.

  13. #448
    milkbananas's Avatar Member
    Reputation
    2
    Join Date
    Oct 2013
    Posts
    10
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReadyToKill View Post
    Will still take my chances, this tool is harmless and makes the game way more enjoyable. I could see ggg banning for other tools, but this tool only generates customized sounds for specific loot, making it much easier to notice what drops are what compared to the dinky sounds they use for their orbs, which all sound the same too me.

    I agree on the qol feature the problem it has the potential to give you much more informations since it analyse every packets the client receive it could give you monster, vaal zone and box positions and they could consider it as an advanced hack.

  14. #449
    wallsocket's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by milkbananas View Post
    I agree on the qol feature the problem it has the potential to give you much more informations since it analyse every packets the client receive it could give you monster, vaal zone and box positions and they could consider it as an advanced hack.
    Basically the same as PoE Hud, yes?

  15. #450
    HvC's Avatar Contributor
    Reputation
    138
    Join Date
    Jan 2015
    Posts
    324
    Thanks G/R
    0/50
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There's no packet analysis in here or in poehud... Both do the same though, reading memory but I think this does it while attaching as a debugging thread.

Page 30 of 31 FirstFirst ... 262728293031 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:42 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