Advanced Stash Helper menu

User Tag List

Page 15 of 43 FirstFirst ... 111213141516171819 ... LastLast
Results 211 to 225 of 639
  1. #211
    NonGrata's Avatar Contributor
    Reputation
    165
    Join Date
    Jun 2017
    Posts
    214
    Thanks G/R
    6/123
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by madgentos View Post
    Thank you for the program!
    The question is why it is inactive GCP?
    not implemented yet, but would be some day...

    Advanced Stash Helper
  2. #212
    nestea22's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Feb 2013
    Posts
    27
    Thanks G/R
    1/2
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "Reflects x physical damage to melee attacks" for shields prefixes are not implemented. When trying to use magic crafting and augment, it doesn't recognize the prefix and gets stuck attempting to augment.

    Thanks for the great program!

  3. #213
    NonGrata's Avatar Contributor
    Reputation
    165
    Join Date
    Jun 2017
    Posts
    214
    Thanks G/R
    6/123
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nestea22 View Post
    "Reflects x physical damage to melee attacks" for shields prefixes are not implemented. When trying to use magic crafting and augment, it doesn't recognize the prefix and gets stuck attempting to augment.

    Thanks for the great program!
    can you show me screenshot or give me name of this prefix? I can't find it on wiki/poe websites.

  4. #214
    NonGrata's Avatar Contributor
    Reputation
    165
    Join Date
    Jun 2017
    Posts
    214
    Thanks G/R
    6/123
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    are you importing any dll files???
    sometimes that can trigger a virus alert.
    Finally I found that this part of code triggers "Spy.Banker"

    procedure TMainForm.downloadAndInstallUpdates(Sender: TObject);
    begin
    downloadUpdates('http://sites.google.com/site/advancedstashhelperupdater/downloads/ASH.upd',path+'\ASH.upd');

    createInstallationBatchFile();

    if not DirectoryExists(pathBackup) then
    begin
    CreateDir(pathBackup);
    end;

    saveSettings();
    WinExec(pansichar(ansistring(path+'\InstallUpdates.bat')),SW_HIDE);
    Application.Terminate;
    end;
    any ideas how to fix it?

    func has next steps:
    1. Download file ASH.upd from website
    2. Creates bat file which changes extension from .upd to .exe and replaces old file with new.
    3. Runs program with new exe.
    Last edited by NonGrata; 10-26-2017 at 02:58 AM.

  5. #215
    nestea22's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Feb 2013
    Posts
    27
    Thanks G/R
    1/2
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by NonGrata View Post
    can you show me screenshot or give me name of this prefix? I can't find it on wiki/poe websites.

    Imgur: The most awesome images on the Internet

    website is poeaffix.net

    also, % increased spell damage (70-74) is listed as "Glyphic" on the program, but it should be "Glyphic's".
    Last edited by nestea22; 10-26-2017 at 05:02 AM.

  6. #216
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by NonGrata View Post
    Finally I found that this part of code triggers "Spy.Banker"



    any ideas how to fix it?

    func has next steps:
    1. Download file ASH.upd from website
    2. Creates bat file which changes extension from .upd to .exe and replaces old file with new.
    3. Runs program with new exe.
    Strip it out of code and make it a seperate exe.
    Looks like auto-update feature.

  7. #217
    NonGrata's Avatar Contributor
    Reputation
    165
    Join Date
    Jun 2017
    Posts
    214
    Thanks G/R
    6/123
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Strip it out of code and make it a seperate exe.
    Looks like auto-update feature.
    Yea its something like auto-update. You press button "check updates" -> if there are any updates you are offered a choice to download or refuse. If you press "ok" - download and install them

  8. #218
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by NonGrata View Post
    Yea its something like auto-update. You press button "check updates" -> if there are any updates you are offered a choice to download or refuse. If you press "ok" - download and install them
    so do the following ( I am sure there are other ways to fix it but for now )
    If you press "ok", launch another EXE and that exe should install and do stuff.

  9. #219
    NonGrata's Avatar Contributor
    Reputation
    165
    Join Date
    Jun 2017
    Posts
    214
    Thanks G/R
    6/123
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    so do the following ( I am sure there are other ways to fix it but for now )
    If you press "ok", launch another EXE and that exe should install and do stuff.
    ok ty i'll try!
    Last edited by NonGrata; 10-29-2017 at 10:27 AM.

  10. #220
    misterchen's Avatar Member
    Reputation
    7
    Join Date
    Jul 2006
    Posts
    24
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would it be possible to add a keep if "value >=" option so we can chain craft maps for specific mods? For example if we assign beyond or solaris fanatics a value of 1 with the group option and only keep maps with value >= 1 to chain craft those types of maps. Unless I'm mistaken there's currently no way to chain craft maps for a single specific affix.

  11. #221
    NonGrata's Avatar Contributor
    Reputation
    165
    Join Date
    Jun 2017
    Posts
    214
    Thanks G/R
    6/123
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by misterchen View Post
    Would it be possible to add a keep if "value >=" option so we can chain craft maps for specific mods? For example if we assign beyond or solaris fanatics a value of 1 with the group option and only keep maps with value >= 1 to chain craft those types of maps. Unless I'm mistaken there's currently no way to chain craft maps for a single specific affix.
    Right now there is no way to craft maps with a specific mod. I'll try to find a best solution of this problem before the next league (3.1)





    ATTENTION (!!!)
    Here is version of the program without auto install updates functionality (w/o Spy.Banker detection). But this version is newer than current, but i'm still testing it, so some shit can happen with map crafting
    https://sites.google.com/site/advanc...utoupdates.rar
    https://www.virustotal.com/#/file/c6...27f6/detection

    I'll not update it regularly.
    In future if you wanna receive new version w/o "Spy.Banker" detection - let me know in private message or in this thread.
    I do not want to give up convenience features because of a couple of false detections
    Last edited by NonGrata; 10-29-2017 at 10:37 AM.

  12. #222
    apwkid's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    30
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This looks amazing so I just tried this for the first time and I cannot get it to work at all. when hitting Num_Plus key it activates the POE window as if to start clicking but then does nothing, not even logs.

    When I try to click back on ASH the mouse quickly goes back to the item I was trying to craft and again just sits there and does nothing except moving the mouse constantly to go back over the item i was trying to craft. I can stop this behavior with num_minus to stop the program but I cant get it to actually do any clicking.

    I did watch your videos and it looked simple but maybe I am doing something wrong?

    I tried both the no-auto-updates version and the regular version which I updated and got the same behavior on both.

  13. #223
    NonGrata's Avatar Contributor
    Reputation
    165
    Join Date
    Jun 2017
    Posts
    214
    Thanks G/R
    6/123
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by apwkid View Post
    This looks amazing so I just tried this for the first time and I cannot get it to work at all. when hitting Num_Plus key it activates the POE window as if to start clicking but then does nothing, not even logs.

    When I try to click back on ASH the mouse quickly goes back to the item I was trying to craft and again just sits there and does nothing except moving the mouse constantly to go back over the item i was trying to craft. I can stop this behavior with num_minus to stop the program but I cant get it to actually do any clicking.

    I did watch your videos and it looked simple but maybe I am doing something wrong?

    I tried both the no-auto-updates version and the regular version which I updated and got the same behavior on both.
    run as administrator?

  14. Thanks apwkid (1 members gave Thanks to NonGrata for this useful post)
  15. #224
    apwkid's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    30
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by NonGrata View Post
    run as administrator?
    that was it. I knew it had to be something silly like that.
    This thing is amazing. thank you!

  16. #225
    nestea22's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Feb 2013
    Posts
    27
    Thanks G/R
    1/2
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was trying to figure out why I was using so much currency without hitting a single roll I wanted so I checked the log and....
    Imgur: The most awesome images on the Internet

    It's alting over 1 property filtered mods WITHOUT augmenting, and it IS augmenting on affixes it shouldn't care about.
    Last edited by nestea22; 11-08-2017 at 09:32 PM.

Page 15 of 43 FirstFirst ... 111213141516171819 ... LastLast

Similar Threads

  1. Guide to 3 paths of advanced leatherworking
    By xlAnonym0uslx in forum World of Warcraft Guides
    Replies: 1
    Last Post: 04-21-2025, 06:50 PM
  2. Replies: 11
    Last Post: 07-12-2012, 10:21 AM
  3. Tackle Box v0.2 Advanced Fishing Bot!
    By lopolop in forum World of Warcraft Bots and Programs
    Replies: 66
    Last Post: 03-17-2007, 08:41 AM
  4. Advanced reloger
    By LightWave in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 01-23-2007, 03:51 PM
All times are GMT -5. The time now is 08:28 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