-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first try at fixing trademacro for ultimatum league #1177
base: master
Are you sure you want to change the base?
Conversation
Seems there are still some issues with some item types (like uniques) looking into it -> should be fixed, we'll see if further issues come up |
After a brief test for usual use-case with following Commands:
So this fix is a progress. thank you ! =) |
Working for me in game. When I paste into POB (community fork) it seems to think a rare wand is a unique. |
advanced search doesnt work for rare items ;d anyway ty for the fix ;) |
Doesn't read rare maps on CTRL+C, reads white and magic, but not rare. |
I found a better solution #1177 (comment) keep the original ParseItemName function untouched.
In POE-ItemInfo.ahk file
In the original file just insert this line before the loop: |
Just to clarify for people |
Any chance of working version on rare maps? CTRL+C only blue/white works. |
I found a better solution that seems to work for everything, advanced search for rare items too. POE-TradeMacro/resources/ahk/POE-ItemInfo.ahk Lines 6940 to 6945 in eb20d12
Insert this line after ; --- Place fixes for data inconsistencies here ---
This removes the first line of clipboard content and "simulate" the previous leagues itemdata format. |
How do I get this to save? I edit the file and reload the script and it just goes back to how it was before after it tries to update. |
Close your POETrademacro if it is open |
Thanks 👍 |
Working for me thank you |
can confirm this works for everything https://www.dropbox.com/s/l2qlh4vppwbs06l/POE-ItemInfo.ahk?dl=0 |
adapting new iteminfo format for 3.15
@xkylieo I added your changes to the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar to another PR, using this..
It seems that the format in the clipboard changed and added a item class line at the beginning; no guarantee it works fully, it did for a few simple test items with this patch