yes pls update it´s the best tool for poe![]()
yes pls update it´s the best tool for poe![]()
i agreed its awesome tool for poe, please update this beauty..
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
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.)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")
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.
How did u find your offsets ?
Okay I also downloaded regular client.
Here are the offsets, enjoy.
To the guy above:Code:if not STEAM: BP0 = 0x0027EF8C + ALIGN BP1 = 0x0027EF84 + ALIGN BP2 = 0x0027EFD4 + ALIGN
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).
thank u![]()
Weird it's working perfectly fine for me. Give it another try?
[Python] ItemAlertPoE - Pastebin.com
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.
exxzie can you post the new offsets for both steam/nonsteam, or if anyone else, that would be great!. TIA.
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.
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.