Searching For Stacks

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXIAH.com » Help » searching for stacks
searching for stacks
 Asura.Emoneaone
Offline
サーバ: Asura
Game: FFXI
user: Oldsarge
Posts: 166
By Asura.Emoneaone 2012-12-05 07:03:20  
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?
Offline
By Aeyela 2012-12-05 07:04:30  
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.
[+]
 Asura.Emoneaone
Offline
サーバ: Asura
Game: FFXI
user: Oldsarge
Posts: 166
By Asura.Emoneaone 2012-12-05 07:29:18  
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.
Offline
By Aeyela 2012-12-05 07:32:17  
Asura.Emoneaone said: »
Sorry for assuming you had intelligence, Aeyela.



Your sins are forgiven, my son.
[+]
 Fenrir.Terminus
Offline
サーバ: Fenrir
Game: FFXI
user: Terminus
Posts: 3351
By Fenrir.Terminus 2012-12-05 07:32:39  
Asura.Emoneaone said: »
How, just by using ITEMS SEARCH, can I pull up the stack price?

You can't. You click on stack.
Offline
By Aeyela 2012-12-05 07:34:31  
Fenrir.Terminus said: »
You can't. You click on stack.

He is sorry for assuming you had intelligence, Terminus!
 Fenrir.Terminus
Offline
サーバ: Fenrir
Game: FFXI
user: Terminus
Posts: 3351
By Fenrir.Terminus 2012-12-05 07:35:15  
I'm sorry, too. :(
[+]
 Shiva.Nikolce
Offline
サーバ: Shiva
Game: FFXI
user: Nikolce
Posts: 20130
By Shiva.Nikolce 2012-12-05 08:37:52  
lol
 Phoenix.Gaiarorshack
Offline
サーバ: Phoenix
Game: FFXI
user: MiavPigen
Posts: 1245
By Phoenix.Gaiarorshack 2012-12-05 09:06:37  
i agre with op.
would be nice if ffxiah could remember if you last looked on stack or singles of a given item.
 Shiva.Arana
Offline
サーバ: Shiva
Game: FFXI
user: Arana1
Posts: 1527
By Shiva.Arana 2012-12-05 09:13:10  
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.
[+]
 Asura.Emoneaone
Offline
サーバ: Asura
Game: FFXI
user: Oldsarge
Posts: 166
By Asura.Emoneaone 2012-12-05 10:06:07  
Just something as simple as being able to type in Fire Crystal x12. Admittedly, it doesn't take long, but but is an annoyance.
 Fenrir.Scragg
Administrator
Offline
サーバ: Fenrir
Game: FFXI
user: Scragg
Posts: 2579
By Fenrir.Scragg 2012-12-05 13:45:13  
Should now work as the OP suggested.

http://www.ffxiah.com/search/item?q=fire+crystal+x12
[+]
 Fenrir.Sylow
Offline
サーバ: Fenrir
Game: FFXI
Posts: 6862
By Fenrir.Sylow 2012-12-05 13:51:12  
Nice!

It's the little things.
 Leviathan.Sagiaurex
Offline
サーバ: Leviathan
Game: FFXI
user: Sagiaurex
Posts: 128
By Leviathan.Sagiaurex 2012-12-05 13:52:24  
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.
 Cerberus.Kylos
Offline
サーバ: Cerberus
Game: FFXI
user: Kylos
Posts: 4311
By Cerberus.Kylos 2012-12-05 13:52:47  
Thanks for the Xmas present Scragg! Saves everyone them vital few seconds.
 Ragnarok.Sekundes
Offline
サーバ: Ragnarok
Game: FFXI
user: Sekundes
Posts: 4189
By Ragnarok.Sekundes 2012-12-05 13:53:02  
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.
[+]
 Fenrir.Scragg
Administrator
Offline
サーバ: Fenrir
Game: FFXI
user: Scragg
Posts: 2579
By Fenrir.Scragg 2012-12-05 13:56:55  
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";
        }
[+]
 Asura.Emoneaone
Offline
サーバ: Asura
Game: FFXI
user: Oldsarge
Posts: 166
By Asura.Emoneaone 2012-12-05 16:35:26  
Fenrir.Scragg said: »
accessible

Thank you Scragg. Appreciate it.