Item Alerter - offsets needed. menu

User Tag List

Page 23 of 31 FirstFirst ... 192021222324252627 ... LastLast
Results 331 to 345 of 452
  1. #331
    ToMeter's Avatar Private
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i got mine folder by a m8e and it was also including a aplication file named : offsetfinder
    when i open it it open a black boks were it read the ofsets and copy it straigt into the file so i dont have to do anything my self.
    its tels me to smash somthing on my keyboard to close the boks and then its done

    i run poe in normal mode but mabe it works for steam to if you have steam activated.
    aleast you now know were to look if you got the file. cus many of you will already have it i belive

    ---
    Site question: Do any of you have a updated item list? i would like one to:
    Notefy all qualety gems that drops
    rare rings
    Rare amulets
    including all the new items and map that mine dont detect cus its new added items. and mine version are some mounth old. think its from november 2013

    If any of you got all or just some of the mods it would be greate!

    Last edited by ToMeter; 02-05-2014 at 02:52 AM.

    Item Alerter - offsets needed.
  2. #332
    yumee's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Every time I close the ItemAlerter, PoE crashes. Is this a known bug? If not, I just wanted you to know about it
    Thanks for this, it's working really good! (besides the PoE crash :P)

  3. #333
    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)
    _items[0x1c147f51] = (0x1c147f51, "Blood of the Karui Sanctified Flask", "Metadata/Items/Flasks/FlaskLife9")

    _items[0x7da15d82] = (0x7da15d82, "Lavianga's Spirit Sanctfied Mana Flask", "Metadata/Items/Flasks/FlaskMana10")

    This is the info for the blood of karui flask and Lavianga's Flask, i can't get it to trigger a unique sound. Also Doedre's Elixir Greater Mana Flask, Divination Distillate Large Hybrid Flask and the Occultist Vestment item fails to show up any info even though i have debug/debug all mode set to true.


    Also here is a repost of all the maps info

    _items[0xEDF386A5] = (0xEDF386A5, "Museum Map", "Metadata/Items/Maps/MapTier3_3")
    _items[0xF4E421BE] = (0xF4E421BE, "Storm Call", "Metadata/Items/Gems/SkillGemStormCall")
    _items[0xc4db9307] = (0xc4db9307, "Bazaar Map", "Metadata/Items/Maps/MapTier10_3")
    _items[0xb509fb6e] = (0xb509fb6e, "Precinct Map", "Metadata/Items/Maps/MapTier11_2")
    _items[0xc55b5c02] = (0xc55b5c02, "Academy Map", "Metadata/Items/Maps/MapTier11_3")
    _items[0x5dc51d50] = (0x5dc51d50, "Shipyard Map", "Metadata/Items/Maps/MapTier12_1")
    _items[0x9c9a040] = (0x9c9a040, "Shrine Map", "Metadata/Items/Maps/MapTier12_2")
    _items[0x4fba3a54] = (0x4fba3a54, "Colonnade Map", "Metadata/Items/Maps/MapTier6_5")
    _items[0x290bd2a2] = (0x290bd2a2, "Labyrinth Map", "Metadata/Items/Maps/MapTier7_6")
    _items[0xcdb4fd0c] = (0xcdb4fd0c, "Residence Map", "Metadata/Items/Maps/MapTier9_6")
    _items[0x2f78a37b] = (0x2f78a37b, "Palace Map", "Metadata/Items/Maps/MapTier13_2")
    _items[0xcf258af6] = (0xcf258af6, "Orchard Map", "Metadata/Items/Maps/MapTier1_6")
    _items[0x60388e62] = (0x60388e62, "Courtyard Map", "Metadata/Items/Maps/MapTier13_1")
    Last edited by ReadyToKill; 02-06-2014 at 11:14 AM.

  4. #334
    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 yumee View Post
    Every time I close the ItemAlerter, PoE crashes. Is this a known bug? If not, I just wanted you to know about it
    Thanks for this, it's working really good! (besides the PoE crash :P)
    This is a known issue.

  5. #335
    yumee's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to make the ItemAlerter play a sound when a rare Jewellery Item drops? I tried this (the 'return' is at the very end of this, after he checked for mods):

    Code:
    if isJewelleryItem(itemName):
                    
                    if rarity == 2:
                        print Style.YELLOW + str.format('JEW: {0}, rarity: {1}',itemName,rarity)
                        if SOUND_uniques == True:
                            unique = PlaySoundUnique()
                            unique.start()
                        
                        number_of_uniques += 1
    but it doesn't do anything besides showing a yellow message
    I managed to get alerted when a rare belt or a quality gem drops this way... but for jewellery items it doesn't want to work.

    Also, it didn't alert me when a Tabula Rasa dropped.... luckily I was right next to it and saw it drop, otherwise I would have missed it.
    Last edited by yumee; 02-06-2014 at 07:17 AM.

  6. #336
    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 am also unable to get the alert for rings/amulets regardless of which roll they dropped, i even tested lower the value to the lowest roll possible for both items. I never setup the alert for the quality sound, so if it isn't too much trouble what did you add/edit, etc, also i never really tested too much with the gems either. I also could never get it to give me a proper sound alert for only rustic belt type drops it was either a sound for all belts or nothing.

    Also here is a list of some of the items that fail to give me info in debug mode, hopefully this community can add in there feedback and one day get these added and working with the app.

    Doedre's Elixir Greater Mana Flask
    Divination Distillate Large Hybrid Flask
    Occultist Vestment
    Tabula Rasa Simple Robe
    Thousand Ribbions Simple Robe

    Also once these two items below have been added into the itemlist.py file, when they are dropped onto the field, they will no longer show up any info on them nor is there a unique alert.

    _items[0x1c147f51] = (0x1c147f51, "Blood of the Karui Sanctified Flask", "Metadata/Items/Flasks/FlaskLife9")

    _items[0x7da15d82] = (0x7da15d82, "Lavianga's Spirit Sanctfied Mana Flask", "Metadata/Items/Flasks/FlaskMana10")
    Last edited by ReadyToKill; 02-06-2014 at 11:29 AM.

  7. #337
    yumee's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I make it alert me when Chromatic Orbs drop?
    It shows a message, but it doesn't make a sound.
    I guess I need an address to do so, but no idea how to get that.

  8. #338
    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)
    Make sure the code is present and set it to true or add in these lines in their proper section. I use the custom sound chromorb.wav, so your sound might be different if so, just edit it to whatever sound you use or the default orb sound. There is 3 parts you need to edit/add.


    SOUND_chrom = True



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



    if itemId == 0x1C1E192B and SOUND_chrom == True: # Chromatic
    crafting_drop = PlaySoundChromorb()
    crafting_drop.start()


    Becareful with the copying and pasting, it might not work properly.

  9. #339
    ejamious's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why does it not make a sound when I drop my andvarius gold ring on the ground? If anyone knows or has this problem let me know please.
    Alost how to get the itemalerter to sound when any superior gem has dropped?
    Last edited by ejamious; 02-06-2014 at 04:16 PM.

  10. #340
    yumee's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit: meh, should have waited before I post. ignore this.
    Last edited by yumee; 02-06-2014 at 05:20 PM.

  11. #341
    jizhi454's Avatar Member
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    worked very well, thank you ^0^

  12. #342
    anmont's Avatar Private
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First I want to thank the original creator and the updator. You both have made me chaos! I have updated the project to include some definitions of the newer items (as I found them probably not all of them).

    I have made some edits for additional configuration options.
    * Dong on Rares
    * Less annoying Rare Item Sound
    * Additional Config options for additional item types

    Here is the forked project
    https://github.com/anmont/POE_ItemAlerter
    Last edited by anmont; 02-08-2014 at 05:44 PM. Reason: wrong message

  13. #343
    jizhi454's Avatar Member
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to add custom item + alert sound ?
    i tried adding this code
    if itemId ==0x77F5EF48 and SOUND_chaos == True: # Zodiac Leather
    crafting_drop = PlaySoundCraftingItem()
    crafting_drop.start()
    and it didnt work

    tbh ... i am very bad at this stuff i am pretty sure not just me, if anyone could add a very fast and quick guide ...me myself and i would be grateful !

  14. #344
    Bombtrap's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Couldn´t make it work on steam

    Packet showed on log

    bp0: 0x0149d7c9: int3
    bp1: 0x0149d7c1: int3
    bp2: 0x0149d80b: int3

    packet for 1,06 STEAM (got somewhere here)

    BP0 = 0x0026CCA9 + 0x00400000
    BP1 = 0x0026CCA1 + 0x00400000
    BP2 = 0x0026CCEB + 0x00400000

    how do i change this offset settings? is something else i missed?

  15. #345
    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 Bombtrap View Post
    Couldn´t make it work on steam

    Packet showed on log

    bp0: 0x0149d7c9: int3
    bp1: 0x0149d7c1: int3
    bp2: 0x0149d80b: int3

    packet for 1,06 STEAM (got somewhere here)

    BP0 = 0x0026CCA9 + 0x00400000
    BP1 = 0x0026CCA1 + 0x00400000
    BP2 = 0x0026CCEB + 0x00400000

    how do i change this offset settings? is something else i missed?
    You're using the 1.06 offsets, but what you need are the 1.06b offsets. Just find the section in ItemAlertPoE.py and change out the proper offsets,
    Code:
     BP0 = 0x0026D4D9 + 0x00400000
     BP1 = 0x0026D4D1 + 0x00400000
     BP2 = 0x0026D51B + 0x00400000
    Last edited by DaxxTrias; 02-14-2014 at 12:18 AM.

Page 23 of 31 FirstFirst ... 192021222324252627 ... 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 05:03 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