-
Contributor
Originally Posted by
madgentos
Thank you for the program!
The question is why it is inactive GCP?
not implemented yet, but would be some day...
-
Member
"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!
-
Contributor
Originally Posted by
nestea22
"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.
-
Contributor
Originally Posted by
zaafar
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.
-
Member
Originally Posted by
NonGrata
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.
-
Originally Posted by
NonGrata
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.
-
Contributor
Originally Posted by
zaafar
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
-
Originally Posted by
NonGrata
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.
-
Contributor
Originally Posted by
zaafar
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.
-
Member
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.
-
Contributor
Originally Posted by
misterchen
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.
-
Member
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.
-
Contributor
Originally Posted by
apwkid
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?
-
Post Thanks / Like - 1 Thanks
apwkid (1 members gave Thanks to NonGrata for this useful post)
-
Member
Originally Posted by
NonGrata
run as administrator?
that was it. I knew it had to be something silly like that.
This thing is amazing. thank you!
-
Member
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.