Item Alerter - offsets needed. menu

User Tag List

Page 11 of 31 FirstFirst ... 789101112131415 ... LastLast
Results 151 to 165 of 452
  1. #151
    monstereater's Avatar Member
    Reputation
    3
    Join Date
    Oct 2013
    Posts
    64
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx Swisstrade. i tried my best. lol my coding experience is pretty much nothing

    Item Alerter - offsets needed.
  2. #152
    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)
    update on github.

  3. #153
    monstereater's Avatar Member
    Reputation
    3
    Join Date
    Oct 2013
    Posts
    64
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oops shit didnt update. didnt mean to double post.


    Thank you swisstrade

  4. #154
    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)
    Hi, Serlev, i have tried copying and pasting the code you linked above and am unable to get it to work, when i try to run ItemAlertPoE.py after updating it with your code the app just closes right away. I alrady have a RGB.wav file in the sounds folder. and i have tried both the code you linked and tried changing the parts that say

    sertel = PlaySoundRGB()
    sertel.start()

    to

    sound = PlaySoundRGB()
    sound.start()

    and neither that works. Any idea what i could be doing wrong? the only code so far i was able to get working was adding in the chromatic notice and i was able to change the payback.wav sound to sixsockets sound, but the audio was so low and quick, i quickly went back to what swiss had setup. I would really like to get the RGB notice working and if anyone can give a bit of direction on getting maps to give alerts that would be great. Thx!

  5. #155
    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 have tried both methods, though the open with method, doesn't seem to do shit and if i load up idle first, and than open the ItemAlertPoE.py file, it just opens up a blank file, i will try with notepad++ like swiss suggested.

  6. #156
    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 finding this very baffling, if i enter in the code into the file in it's proper location using copy/paste in notepad, when i run ItemAlertPoE.py file it will work, however if i enter in the same code using copy/paste or manually typing it using NotePad++, than try running the ItemAlertPoE.py file, it will fail to remain open.

    SOUND_chrom = True


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

  7. #157
    moopa's Avatar Private
    Reputation
    1
    Join Date
    Oct 2013
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For the offsetfinder, I am getting an error when compiling. 23 that look like this: [Linker error] undefined reference to `memproc_new'

    Can anyone explain how to make it work? My C class was ages ago. I did manage to figure out I needed a bunch of extra files (BbQueue, MemChunk, etc...)

  8. #158
    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)
    Originally Posted by ReadyToKill View Post
    Hi, Serlev, i have tried copying and pasting the code you linked above and am unable to get it to work, when i try to run ItemAlertPoE.py after updating it with your code the app just closes right away. I alrady have a RGB.wav file in the sounds folder. and i have tried both the code you linked and tried changing the parts that say

    sertel = PlaySoundRGB()
    sertel.start()

    to

    sound = PlaySoundRGB()
    sound.start()

    and neither that works. Any idea what i could be doing wrong? the only code so far i was able to get working was adding in the chromatic notice and i was able to change the payback.wav sound to sixsockets sound, but the audio was so low and quick, i quickly went back to what swiss had setup. I would really like to get the RGB notice working and if anyone can give a bit of direction on getting maps to give alerts that would be great. Thx!
    Did u add this too? :
    and add :

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

    at the beginning of the program among the other sound lines..

    If you did it should work.. np on me at all..
    Though we wait for Swiss for the new offsets.. Program doesnt work with new Patch 1.1

  9. #159
    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)
    Yes i added in that line as well. I tried editing it in notepad, wordpad and notepad++, but never got it working, i am unable to open up the file to edit in IDLE. I am unsure what else i am doing wrong.
    But like you said, it isn't working no more since new patch, so will have to wait till swiss or someone updates with the latest info.

  10. #160
    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 ReadyToKill View Post
    I am finding this very baffling, if i enter in the code into the file in it's proper location using copy/paste in notepad, when i run ItemAlertPoE.py file it will work, however if i enter in the same code using copy/paste or manually typing it using NotePad++, than try running the ItemAlertPoE.py file, it will fail to remain open.

    SOUND_chrom = True


    if itemId == 0x1C1E192B and SOUND_chrom == True: # Chromatic
    crafting_drop = PlaySoundCraftingItem()
    crafting_drop.start()
    Change notepad++ to use spaces instead of tabs. Python is very sensitive in regards of blanks.

  11. #161
    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)
    new version for 1.0.1b on github

  12. #162
    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 moopa View Post
    For the offsetfinder, I am getting an error when compiling. 23 that look like this: [Linker error] undefined reference to `memproc_new'

    Can anyone explain how to make it work? My C class was ages ago. I did manage to figure out I needed a bunch of extra files (BbQueue, MemChunk, etc...)
    you need all the relevant libraries.

  13. #163
    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)
    Hey Swiss, thanks for the quick update! Also in notepad++, did i edit this part correctly? Go to the Preferences menu under Settings and select Tab Settings. Click the Replace with Space check box. Set the size to 4?

  14. #164
    exxzie's Avatar Member
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi everyone,
    I am getting an error at line 73 trying to build offsetfinder

    73. memproc_dump_details(mp, start_text, end_text, poe_cond, NULL);

    error: too many arguments to function 'memproc_dump_details'

    what could be the problem? sorry for being a programming illiterate. :c

    It'd be great if swisstrade can upload new code for offsetfinder!
    Last edited by exxzie; 11-13-2013 at 10:35 AM.

  15. #165
    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)
    OK, i got RGB working, thx for all who helped! Not really sure what i did wrong last time, but i did the same thing this time, using notepad++ with the space tab fixing and the RGB code seems to be working, however it does not seem to detect my rgb combination on my unique gear, it worked on my rare, haven't tested on normal or magic yet.

Page 11 of 31 FirstFirst ... 789101112131415 ... 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:15 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