Item Alerter - offsets needed. menu

Shout-Out

User Tag List

Page 8 of 31 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 452
  1. #106
    anon667's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sundances View Post
    Hello im new to all this but i get this error in the log i dont know what im doing worng i downloadet the zip file from your link and then the other zip file longer down this thread to replace the files also downloadet python 2.7.5 and that extension thing for it but when i try and run that file it closes right after im useing steam version of PoE if that mabye why

    ========================================
    Started ItemAlertPoE version 20130821 at 2013-11-04 17:36:48.214000.
    Python version: sys.version_info(major=2, minor=7, micro=5, releaselevel='final', serial=0)
    "Client.exe" processes found: []
    Originally Posted by chric View Post
    I'm having the same issue with steam version. Does this work with the steam version??
    Edit ItemAlertPoE.py and change the two lines that check for pathofexile.exe to pathofexilesteam.exe (One in getProcessId and the other in getBaseAddress).

    Edit1: Actually scratch that, it crashed after I attacked the first mob.

    Item Alerter - offsets needed.
  2. #107
    qwf's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  3. #108
    qwf's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I get an itemID to add to the database?

  4. #109
    serlev's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    97
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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...

  5. #110
    Swisstrade's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Jun 2012
    Posts
    88
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by serlev View Post
    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...
    new version on Github :-)

  6. #111
    serlev's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    97
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  7. #112
    chric's Avatar Member
    Reputation
    4
    Join Date
    Sep 2011
    Posts
    37
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you Swiss. This is an excellent tool.

  8. #113
    serlev's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    97
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Swiss helpppppp... 1.0.0g this morning

    and if u have time I appreciate if u inform us how to find new offsets..

  9. #114
    Swisstrade's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Jun 2012
    Posts
    88
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  10. #115
    qwf's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qwf View Post
    How do I get an itemID to add to the database?
    Does no body have answer?

  11. #116
    Swisstrade's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Jun 2012
    Posts
    88
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qwf View Post
    Does no body have answer?
    switch DEBUG on, check the logfile for the itemid for that item, convert the number to hex, and add it to the itemlist.py file.

    Let me know if this didnt solve your request.

  12. #117
    dartar's Avatar Member
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    19
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does not work with steam? tryed it but nothing happen

  13. #118
    blacklider's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    30
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  14. #119
    Swisstrade's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Jun 2012
    Posts
    88
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blacklider View Post
    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?
    No, all is right, seems you found a bug. special gems were not reported.

    All the rest should work, and sounds played as configured.

  15. #120
    blacklider's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    30
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Then why RGB items dont sound? All rest yes seems.

Page 8 of 31 FirstFirst ... 456789101112 ... 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 06:17 AM. 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