Searching For Stacks |
||
searching for stacks
currently i have to enter, as an example, fire crystal, and click on STACK to find the stack price. how can i go directly to a stack of something?
Asura.Emoneaone said: » currently i have to enter, as an example, fire crystal, and click on STACK to find the stack price. how can i go directly to a stack of something? By clicking on STACK. Aeyela said: » Asura.Emoneaone said: » currently i have to enter, as an example, fire crystal, and click on STACK to find the stack price. how can i go directly to a stack of something? By clicking on STACK. Ok, let me make it clearer for you. Currently you have to enter Fire Crystal in ITEM SEARCH, click GO, wait for it to come up, then click STACK. How, just by using ITEMS SEARCH, can I pull up the stack price? Sorry for assuming you had intelligence, Aeyela. Asura.Emoneaone said: » Sorry for assuming you had intelligence, Aeyela. Your sins are forgiven, my son. Asura.Emoneaone said: » How, just by using ITEMS SEARCH, can I pull up the stack price? You can't. You click on stack. Fenrir.Terminus said: » You can't. You click on stack. He is sorry for assuming you had intelligence, Terminus! I'm sorry, too. :(
i agre with op.
would be nice if ffxiah could remember if you last looked on stack or singles of a given item. Sort of have this option with power search. Though I don't see what the big deal is. It's not that hard to click stack also the stack median price is shown on the singles page so meh.
Just something as simple as being able to type in Fire Crystal x12. Admittedly, it doesn't take long, but but is an annoyance.
Nice!
It's the little things. the fact someone whined about something that takes no effort to do at all and the fact you bothered making it accessible that quickly is just awesome, all of my +1.
Thanks for the Xmas present Scragg! Saves everyone them vital few seconds.
Cool, it even corrects if you type the wrong stack size. Can hit Fire Crystal X99 and it still goes to a stack of crystals.
Edit: I'm sure this helps the back end too as anytime someone needs to look for a stack, the DB has to be queried twice. It will work for any number, as long as it's 2 digits.
Code php // Check for stack $old = $get['q']; $get['q'] = preg_replace('/(.+?) x(\d{2})$/i', '$1', $get['q']); if ($old != $get['q']){ $is_stack = "/?stack=1"; } |
||
All FFXI content and images © 2002-2024 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|