From ac9f975c004cbb013f96731270904b1efc81b363 Mon Sep 17 00:00:00 2001 From: Eruyome Date: Sun, 18 Nov 2018 17:20:51 +0100 Subject: [PATCH] forcing abyssal sockets for the default search --- Fallback.exe | Bin 1918464 -> 1918976 bytes resources/Updates_Trade.txt | 1 + resources/ahk/POE-ItemInfo.ahk | 12 +++++++----- resources/ahk/TradeMacro.ahk | 14 +++++++++++++- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/Fallback.exe b/Fallback.exe index 017016c223b01c469e4d8f8e56dfcc913116a64a..f59d975532f15aaf0bbb7ebba4e9192d7d0c536b 100644 GIT binary patch delta 739 zcmZqZDQ%cgy1|i=QEIXiqdud++d8VPH@YWMFvIti{}}#morA zOh61`vj8zG5VHX>I}mdKF((jn0Wmia^8hg~5c2^s|8^~AfvB|l+3R>1p0F^0fyysg z1|=X1#`gg7MUeP0X#4^+ehV6Z29W=U5nRhfC|3dPAqnFS?!dU{Ga3e%ru36+@YC@2M&Bo>u`WOMVAGILTD5(^3- zDwI4*^S~0t`MIeI`8g>HX+@c-c`3#1VcA04!?K0{DYH8!RTdW~=1kY^7nW>~>K6uL z5g--?VzKQ}{o=|gVmb;=l|iX#3Q(oN`N`R-CB@TgKZ{?OF8oDYPTVmT=o}>=Mpd!h z`-`}Snuv~qXGv-cwKAo>dN^JUtP$>@n#Q5CIJeYBMj?)#QrF40awM^eoBqimBsvo2to4E>h z3I>`A_F$)>S*c(J^!0XyG^vE+e5i&^H#Cx#l|mI$&{I%?gpfk;^gu&tmG%Z*X&{!_ K-k>YXBLM(sGTUeX delta 356 zcmZpeP}u-%K+Fcj>_E%`#GF9P1;pGy%mc){K+Ffk{M)sd1)|dG)z|PaJYit~gALzh z8I*u582<{8FM`B>fyV!X#uxa3s$K=i|HFtdPvMs=Lp#tenECt+cJ0hr0zfP{ojFVB z$#lkSq2l(n*+SdbW()sPZa>&B48$TpEDFS8+Yk1OYo<*5B7R{z`&V%_wduBY6717G zq$QNvr$|cxvE=qC(o((N(_1s76sAkXNpWwF&ydnN-u^{j8i-}Kf6 0) { + RequestParams.sockets_a_min := Item.AbyssalSockets + RequestParams.sockets_a_max := Item.AbyssalSockets + Item.UsedInSearch.AbyssalSockets := (Item.AbyssalSockets > 0) ? Item.AbyssalSockets : "" + } + } + /* make sure to not look for unique items when searching rare/white/magic items */ @@ -862,7 +873,7 @@ TradeFunc_Main(openSearchInBrowser = false, isAdvancedPriceCheck = false, isAdva /* add genus - */ + */ If (not isAdvancedPriceCheckRedirect) { modParam := new _ParamMod() modParam.mod_name := TradeFunc_FindInModGroup(TradeGlobals.Get("ModsData")["bestiary"], Item.BeastData.GenusMod) @@ -2640,6 +2651,7 @@ TradeFunc_ParseHtml(html, payload, iLvl = "", ench = "", isItemAgeRequest = fals Title .= (Item.UsedInSearch.Enchantment) ? "Enchantment " : "" Title .= (Item.UsedInSearch.CorruptedMod) ? "Corr. Implicit " : "" Title .= (Item.UsedInSearch.Sockets) ? "| " . Item.UsedInSearch.Sockets . "S " : "" + Title .= (Item.UsedInSearch.AbyssalSockets) ? "| " . Item.UsedInSearch.AbyssalSockets . " Abyss Sockets " : "" Title .= (Item.UsedInSearch.Links) ? "| " . Item.UsedInSearch.Links . "L " : "" If (Item.UsedInSearch.iLvl.min and Item.UsedInSearch.iLvl.max) { Title .= "| iLvl (" . Item.UsedInSearch.iLvl.min . "-" . Item.UsedInSearch.iLvl.max . ")"