Giter Site home page Giter Site logo

kloppstockbw / gfnpoepricecheck Goto Github PK

View Code? Open in Web Editor NEW
13.0 4.0 1.0 8.46 MB

GFNPoEPriceCheck creates a bridge between Awakened PoE Trade and Geforce NOW. With this you are able to perform price check in POE GFN.

AutoIt 100.00%
autoit awakened geforce-now gfn path-of-exile poe price-check tool awakened-poe-trade

gfnpoepricecheck's People

Contributors

kloppstockbw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

informatikeule

gfnpoepricecheck's Issues

Updater

Notification when an update is available

Steam Overlay does not open when it and Awakened Trade are both bound to F7

Posted on your YT originally but figured it might be better to make a post here. Steam Overlay is not opening when I press F7 while Awakened PoE trade is also bound to F7. Steam Overlay will only open when I hold F7. If I change the Awakened Trade hotkey and press F6 the script does copy the item info to the google doc and tries to paste to the Price Check search bar which does not open. I can't find any settings in Steam or Awakened Trade that I think would cause this interaction.

I've recorded my display to show you what it looks like on my screen
https://streamable.com/u864x5

Missing mods + incorrect values.

It works in general, but for most items I get missing mods or mods with incorrect values.
For example:

Item:
image

Google doc:
image

Awakened POE:
image

However price prediction seems to catch all the mods?

image

Russian client

Is it possible to make a game on the Russian client? I tried to give me an error

Rare pricing not working

Hey! i faced a strange issue here:
image

Item Class: Boots
Rarity: Rare
Fate Hoof
Soldier Boots
--------
Quality: +20% (augmented)
Armour: 142 (augmented)
Energy Shield: 29 (augmented)
--------
Requirements:
Level: 64
Str: 102
Int: 47
--------
Sockets: R-R-R-R 
--------
Item Level: 70
--------
{ Searing Exarch Implicit Modifier (Lesser) - Speed }
5% increased Movement Speed (implicit)
{ Eater of Worlds Implicit Modifier (Lesser) - Damage, Chaos, Ailment }
Poisons you inflict deal Damage 5% faster (implicit)
(Poison deals Chaos Damage over time, based on the base Physical and Chaos Damage of the Skill. Multiple instances of Poison stack) (implicit)
(They will deal the same total damage over a shorter duration) (implicit)
--------
{ Prefix Modifier "Athlete's" (Tier: 1) - Life }
+82(80-89) to maximum Life
{ Prefix Modifier "Djinn's" (Tier: 2) - Defences, Armour, Energy Shield }
33(33-38)% increased Armour and Energy Shield
15(14-15)% increased Stun and Block Recovery
{ Master Crafted Prefix Modifier "Upgraded" (Rank: 3) - Speed }
23(20-24)% increased Movement Speed (crafted)
{ Suffix Modifier "of the Thunderhead" (Tier: 5) - Elemental, Lightning, Resistance }
+29(24-29)% to Lightning Resistance
{ Suffix Modifier "of the Augur" (Tier: 6) - Attribute }
+23(23-27) to Intelligence
{ Suffix Modifier "of the Inuit" (Tier: 8) - Elemental, Cold, Resistance }
+8(6-11)% to Cold Resistance
Searing Exarch Item
Eater of Worlds Item

In this string small dash '-' should be replaced with long one '—'
{ Prefix Modifier "Djinn's" (Tier: 2) - Defences, Armour, Energy Shield }

Solution:

I changed
$clipboardText = StringRegExpReplace($clipboardText, '—', '-')
to
$clipboardText = StringRegExpReplace($clipboardText, '—', '—')
and all works fine

No inputs from script

Hi. Made all by instruction, but script didnt paste anything
Manually it pasting to Steam Browser(Google Doc)
Playing on Russian version(in poe Trade in settinge lang = rus)
photo_2023-12-20_12-12-01

don't write to google docs

Hi,

I've setup everyting as you did in the video but i get the error to check if everyone could write to that file. The Browser in Steam does not open automaticly. If i open it (I've set the startpage as I should) manual i can paste the item details by hand. But it does not work as expected for some reason.

This is the config so you can check the file is named POE and writeable by anyone (as I said i can do it manualy in the steam browser on GFN without problem)

[HotKey]
Key1={F7}
Key2={F6}
Key3={F5}
Key4={F9}
Key5={F11}
[AwakenedPath]
ExePath=C:\Users\anmel\AppData\Local\Programs\Awakened PoE Trade\Awakened PoE Trade.exe
[AwakenedPasteWindow]
Koordinaten=199,111
[docsGoogleURL]
URL=deleted_for_problem_solved
[Setup Done]
Status=1

wrong string replacement of the character & and ö

Hi , when using the script on corrupted helmet , the output was :
Socketed Skill Gems get a 90% Cost \u0026 Reservation Multiplier

and that was showing an error in Awakened poe trade , so i added one more line to the script to handle the character &
Original :
$position = StringInStr($extractedText, '"},{"ty')
$ClipboardText = StringLeft($extractedText, $position - 1)
$ClipboardText = StringReplace(StringReplace(StringReplace(StringReplace($ClipboardText, "\u0027", "'"), "—", "—"), '"', '"'), "\n", @crlf)
$clipboardText = StringRegExpReplace($clipboardText, '\s+$', '')
$clipboardText = StringRegExpReplace($clipboardText, '—', '—')

New :
$position = StringInStr($extractedText, '"},{"ty')
$ClipboardText = StringLeft($extractedText, $position - 1)
$ClipboardText = StringReplace(StringReplace(StringReplace(StringReplace($ClipboardText, "\u0027", "'"), "—", "—"), '"', '"'), "\n", @crlf)
$ClipboardText = StringReplace($ClipboardText, "\u0026", "&")
$clipboardText = StringRegExpReplace($clipboardText, '\s+$', '')
$clipboardText = StringRegExpReplace($clipboardText, '—', '—')

It is working now , may be you can add that to your script

but for the character ö i didn't find any solution , specifically for the item Mjölner
the output that is sent to Awakened poe trade is ö

problem with paste data in Awakened PoE trade

Hi ,
when the script tries to paste info into Awakened PoE trade, the cursor stays away from the location i've specified in settings , and the paste doesn't work.
Each time i press F6 for price check , i wait then i have to open Awakeded PoE trade and paste the info manually.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.