Item Alerter - offsets needed. menu

User Tag List

Page 26 of 31 FirstFirst ... 222324252627282930 ... LastLast
Results 376 to 390 of 452
  1. #376
    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)
    Hey Great work DaxxTrias! Game is so much more enjoyable again with the alerts working.

    Hey, would you happen to know how to get some of those unique items like divination flask to show up in the debug info? Whenever i drop the item in the field it displays no info about the item, it does the same for andvarius rings and some other items as well.

    Also here is the info for one of the atziri map drops

    _items[0x5d1a518a] = (0x5d1a518a, "Sacrifice At Dusk", "Metadata/Items/Maps/MapTier14_1")

    when i dropped these vaal gems this is the code they gave me, but i couldn't configure it to display the proper info when i drop the item, it shows no log for the item.

    _items[0x8449a2b1] = (0x8449a2b1, "Vaal Ground Slam", "Metadata/Items/Gems/VaalGemGroundSlam")
    _items[0x578685df] = (0x578685df, "Vaal Fireball", "Metadata/Items/Gems/VaalGemFireBall")
    _items[0xec24d4df] = (0xec24d4df, "Vaal Burning Arrow", "Metadata/Items/Gems/VaalGemBurningArrow")
    _items[0x43472a9c] = (0x43472a9c, "Vaal Double Strike", "Metadata/Items/Gems/VaalGemDoubleStrike")
    Last edited by ReadyToKill; 03-09-2014 at 08:38 PM.

    Item Alerter - offsets needed.
  2. #377
    itslegendary's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nipper View Post
    Try this. Make a file called run.bat in the same folder. Then add the 2 following lines

    ItemAlertPoE.py
    pause

    Once there just run the run.bat file. It will stay open so you can read the error. Also make sure to run as admin.
    This one helped me to fix issue. Python seems to be bitchy with any kind of spaces and tabs in code.

  3. #378
    Migunne's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all. First time watching thread. This item alert works well, i mean makes a sound which u dnt need a headsets ?. You need to make ur own list of items or you just have the defualt one and thats all ?. TIA.

  4. #379
    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.0e Offsets
    Code:
        if not STEAM:
    
            BP0 = 0x002804A9 + 0x00400000
            BP1 = 0x002804A1 + 0x00400000
            BP2 = 0x002804EB + 0x00400000
    
        else:
    
            BP0 = 0x00283269 + 0x00400000
            BP1 = 0x00283261 + 0x00400000
            BP2 = 0x002832AB + 0x00400000
    Itemlist Additions, Thanks to Nipper & Readytokill for contributions

    Code:
    #My added stuff
    
    _items[0x716F588] = (0x716F588, "Vaal Orb", "Metadata/Items/Currency/CurrencyCorrupt")
    
    _items[0xF57CD127] = (0xF57CD127, "Broadhead Quiver", "Metadata/Items/Quivers/QuiverBroadhead")
    _items[0x7C17543E] = (0x7C17543E, "Serrated Quiver", "Metadata/Items/Quivers/QuiverSerrated")
    _items[0xEFB433AE] = (0xEFB433AE, "Fire Arrow Quiver", "Metadata/Items/Quivers/QuiverFireArrow")
    _items[0xE7706DF6] = (0xE7706DF6, "Piercing Arrow Quiver", "Metadata/Items/Quivers/QuiverPenetrating")
    _items[0xB64B8169] = (0xB64B8169, "Blunt Arrow Quiver", "Metadata/Items/Quivers/QuiverBlunt")
    _items[0x7547585] = (0x7547585, "Two-Point Arrow Quiver", "Metadata/Items/Quivers/QuiverTwoPoint")
    
    _items[0x7AC489A6] = (0x7AC489A6, "Golden Page 1", "Metadata/Items/QuestItems/Page1")
    _items[0x92D9B767] = (0x92D9B767, "Golden Page 2", "Metadata/Items/QuestItems/Page2")
    _items[0x9640DDC5] = (0x9640DDC5, "Golden Page 3", "Metadata/Items/QuestItems/Page3")
    _items[0xAA33638] = (0xAA33638, "Golden Page 4", "Metadata/Items/QuestItems/Page4")
    
    _items[0x5d1a518a] = (0x5d1a518a, "Sacrifice At Dusk", "Metadata/Items/Maps/MapTier14_1")
    
    _items[0x8449a2b1] = (0x8449a2b1, "Vaal Ground Slam", "Metadata/Items/Gems/VaalGemGroundSlam")
    _items[0x578685df] = (0x578685df, "Vaal Fireball", "Metadata/Items/Gems/VaalGemFireBall")
    _items[0xec24d4df] = (0xec24d4df, "Vaal Burning Arrow", "Metadata/Items/Gems/VaalGemBurningArrow")
    _items[0x43472a9c] = (0x43472a9c, "Vaal Double Strike", "Metadata/Items/Gems/VaalGemDoubleStrike")
    Last edited by DaxxTrias; 03-10-2014 at 11:51 AM.

  5. #380
    garethmagis's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this working after the last patch?

    Even with the new offsets i crash everytime i find an item
    Last edited by garethmagis; 03-10-2014 at 02:59 PM.

  6. #381
    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)
    Gareth try running the program from an already initiated command prompt, or follow Nippers instructions a few posts above.

    I can troubleshoot it, but I need the error log it spits out.

    --Update--

    Python is EXTREMELY picky about spaces and tabs. When in doubt, re-write the lines manually by hand instead of copy-pasting

  7. #382
    garethmagis's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot, you were right it was the tabs thanks a lot for taking the time to help out.
    Last edited by garethmagis; 03-10-2014 at 08:29 PM.

  8. #383
    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 think I know the problem, I believe you didn't add my patch a few posts ago.

    http://www.ownedcore.com/forums/mmo/...ml#post2991668 (Item Alerter - offsets needed.)

  9. #384
    garethmagis's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh yeah, good point. I tried to install a brand new one due to the first one crashing and i wanted to make sure i had everything right but forgot that i had changed that in the other one. Thanks again your the man.

  10. #385
    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)
    The indenting is ****ed with notepad++, need to do it using normal notepad.
    Double check you're trading with me in case of impostors

  11. #386
    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)
    Looks like it needs to get new base offsets - the hotfix today has made it stop working again.
    Last edited by Kadamose; 03-11-2014 at 07:22 PM.

  12. #387
    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 Kadamose View Post
    Looks like it needs to get new base offsets - the hotfix today has made it stop working again.
    Still working fine.

    I'm also uploading this to my own git account to maintain it easier. Until SKU / Sarge comes back to reclaim it, I'll take over maintaining it.

    https://bitbucket.org/DaxxTrias/poe_...erter/overview
    Last edited by DaxxTrias; 03-11-2014 at 08:30 PM.

  13. #388
    addihul's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Daxx. You guys sure help us all enjoy this game a lot more. I'm really thankful.
    Last edited by addihul; 03-11-2014 at 08:37 PM.

  14. #389
    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)
    Oops I screwed up the upload. I have since re-upped it with the correct copy that isn't broke.

  15. #390
    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)
    Can this be made to alert for monsters too? Specifically, if a certain invasion boss is nearby. That would be, infinitely useful.

Page 26 of 31 FirstFirst ... 222324252627282930 ... 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 01:11 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