esge / PoE-HarvestVendor

Tool for getting the list of crafts out of Horticrafting station in Path of exile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Request] Add "Ignore lvl of craft" option

MaelKoT opened this issue · comments

commented

HarvestVendor is not able to correctly determine craft levels, so why not add an option to ignore it?
In endgame content / t14-16 maps, all crafts are level 81+; and those who farm low-level maps may simply not use this setting.

commented

This will also may shorten length of the lines so that everything does not look like in image 1.
image
Removing spaces between <> can also help.
<2ex> instead of < 2ex >

commented

lvl76+ has been done because lvl76 is all you need for any items/mods up to ilvl100
this will be changed in next release to just show the level as is in the horti station because many people don't know this and have been complaining

commented

Wow, I didn't know that either =_=

Anyway, this still can shorten the length of the lines :)

commented

trust me, you want the lvl info there cos ppl dont want to bother to ask you what level it is to know if it works for their item, and they wont automatically assume that no lvl = high enough

commented

What about thousands and thousands of discord messages without specifying the level of crafting? No one ever even thinks about the craft lvl, when they see a message. If lvl is not indicated there, then it is enough for any craft. And IF it is indicated, that means this is some kind of low-level craft ...

Also, if no price provided, can we not show <>? Here's my reasoning: I can't bother researching craft prices and people who buy them, just offers the price anyway if it's too high.

commented

Sadge :(

Sadge :(

Since for whatever reason the dev doesn't want to do this use the AHK version and go to line 1212 which has:
outString .= " ``" . count . "x ``**``" . craftNoLvl . "``**``" . mySpaces . "[" . craftLvl . "]"

change it to
outString .= " ``" . count . "x ``**``" . craftNoLvl . "``**``" . mySpaces

The gui will still have lv on it but when you click "Create Posting" the level will be removed