Something like this should work. Not tested.
Code:if sockets == 5: if sock_fragments == 1: msg = "5-SLOT 5-LINK" socket_drop = PlaySoundFiveSocketFiveLinkItem() socket_drop.start() else: msg = "5-SLOT" socket_drop = PlaySoundFiveSocketItem() socket_drop.start() if sockets == 6: if sock_fragments == 1: msg = "6-SLOT 6-LINK" socket_drop = PlaySoundSixSocketSixLinkItem() socket_drop.start() elif sock_fragments == 2: if maxfrag == 5: msg = "6-SLOT 5-LINK" socket_drop = PlaySoundSixSocketFiveLinkItem() socket_drop.start() else: msg = "6-SLOT" socket_drop = PlaySoundSixSocketItem() socket_drop.start() else: msg = "6-SLOT" socket_drop = PlaySoundSixSocketItem() socket_drop.start()
Last edited by qwf; 11-05-2013 at 08:15 PM.
How do I get an itemID to add to the database?
1.0.0f... offff offfff..
they will have 1.1 in 6 days what the hell this mini patch now ?!...
hope Swiss or someone announce the new offsets soon...
Did I say how much I like you , Swiss ?
P.S. Swiss, Is it possible to teach us (me) how to find new offsets after each patch? Of course if it is not too complicated..
Last edited by serlev; 11-06-2013 at 06:17 AM.
Thank you Swiss. This is an excellent tool.
Swiss helpppppp... 1.0.0g this morning
and if u have time I appreciate if u inform us how to find new offsets..
it works without a fix. Offsets didnt change.
To find new offsets by yourself, recompile the old offsetfinder with the changes mentioned further up in this post.
does not work with steam? tryed it but nothing happen![]()
I downloaded and installed Python 2.7.6 and dependencies.
Works well coz i can see in CMD window all items droped but no sound on them (example multistrike).
I need change something or what happend?
Then why RGB items dont sound? All rest yes seems.