Updated the git with a new build
https://bitbucket.org/DaxxTrias/poe_...erter/overview
Code:18-Mar-2014: * Revamped alert sounds (Thx sync) * Additional info for unique drops in the console (ilvl) * Yet more ItemList additions
Updated the git with a new build
https://bitbucket.org/DaxxTrias/poe_...erter/overview
Code:18-Mar-2014: * Revamped alert sounds (Thx sync) * Additional info for unique drops in the console (ilvl) * Yet more ItemList additions
1.1.1b
New build also pushed to the gitCode:if not STEAM: BP0 = 0x00280CA9 + 0x00400000 BP1 = 0x00280CA1 + 0x00400000 BP2 = 0x00280CEB + 0x00400000 else: BP0 = 0x00284169 + 0x00400000 BP1 = 0x00284161 + 0x00400000 BP2 = 0x002841AB + 0x00400000
Last edited by DaxxTrias; 03-18-2014 at 09:42 PM.
Here is the info for adding the feather item, just customize the sound file to your liking. Also make sure to manually add this info in. If anyone has a fishing rod, could you please provide the info for it. thx.
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()
Thanks, I'll add it in.
my english is bad but I must say briefly
the new sound is wonderful
thx for your work
i think i found a bug since im not really a coder or something i cant really give more info then this..
when the item below dropped it plays the kalandra sound.. got the latest version you updated last night
Rarity: Normal
Superior Battle Lamellar
--------
Quality: +12% (augmented)
Armour: 240 (augmented)
Evasion Rating: 240 (augmented)
--------
Requirements:
Level: 54
Str: 79
Dex: 79
--------
Sockets: R-G-B-B-G
--------
Itemlevel: 69
Having trouble adding special items...
I added
_notifyItems.append("Granite Flask")
to the bottom of NotifyItems.py and _filterItems is set to True. What else needs to be done to get it to notify?
Theres something wrong with flask detection in the script. I'm not too sure why. I was working on it a few days ago and then put it on hold.
I need to spend more time figuring it out, but basically the script doesn't even recognize if something is a flask.
I'll try to put more time in this weekend to track down the problem and try a fix.
Thank you friend for updating and improving this tool. After a long time without using this, now that I noticed you are working on it, I'm using it again.
I guess no one can find out what is causing the game crash when you close this tool but not big problem. I just would like to see this on a executable file with no need to install phyton on other craps
Keep it up![]()
I actually know exactly whats causing the crash, and also howto fix it. I elaborate on it a few posts ago.
However I don't want to re-write this whole script in Python. I have no problem managing it / enhancing it while its in Python, but if I'm gonna rewrite it I'll do it in another language like C or something.
Right now I'm busy playing my shadow, but either later tonight or tomorrow I've got designs to do a whole host of updates and fixes.
Last edited by DaxxTrias; 03-19-2014 at 08:38 PM.
Last edited by Syncness; 03-20-2014 at 08:01 AM.
Double check you're trading with me in case of impostors
Yea .. im not a coder but i checked the code and managed to figure out why it did that thanks Daxxand i made new sounds my self and added pretty much for everything bit more natural sounding text to speech voice, and added new sound for SPC item (the item you add your self at the bottom of NotifyItems.py and fixed so it doesnt say Mirror of kalandra for 5 link and 6 link added some sounds for that to match it all works well
if you want the sound files i can send you, its still a womans voice but it has a little more British accent but it sounds nice
Sure Clopman, if you want to upload them I'll take a look, and if I like them I'll assimilate them.