Searching For Stacks

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » FFXIAH.com » Help » searching for stacks
searching for stacks
 Asura.Emoneaone
Offline
Server: Asura
Game: FFXI
user: Oldsarge
Posts: 166
By Asura.Emoneaone 2012-12-05 07:03:20
Link | Quote | Reply
 
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
Link | Quote | Reply
 
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
Server: Asura
Game: FFXI
user: Oldsarge
Posts: 166
By Asura.Emoneaone 2012-12-05 07:29:18
Link | Quote | Reply
 
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
Link | Quote | Reply
 
Asura.Emoneaone said: »
Sorry for assuming you had intelligence, Aeyela.



Your sins are forgiven, my son.
[+]
 Fenrir.Terminus
Offline
Server: Fenrir
Game: FFXI
user: Terminus
Posts: 3351
By Fenrir.Terminus 2012-12-05 07:32:39
Link | Quote | Reply
 
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
Link | Quote | Reply
 
Fenrir.Terminus said: »
You can't. You click on stack.

He is sorry for assuming you had intelligence, Terminus!
 Fenrir.Terminus
Offline
Server: Fenrir
Game: FFXI
user: Terminus
Posts: 3351
By Fenrir.Terminus 2012-12-05 07:35:15
Link | Quote | Reply
 
I'm sorry, too. :(
[+]
 Shiva.Nikolce
Offline
Server: Shiva
Game: FFXI
user: Nikolce
Posts: 20130
By Shiva.Nikolce 2012-12-05 08:37:52
Link | Quote | Reply
 
lol
 Phoenix.Gaiarorshack
Offline
Server: Phoenix
Game: FFXI
user: MiavPigen
Posts: 1245
By Phoenix.Gaiarorshack 2012-12-05 09:06:37
Link | Quote | Reply
 
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
Server: Shiva
Game: FFXI
user: Arana1
Posts: 1527
By Shiva.Arana 2012-12-05 09:13:10
Link | Quote | Reply
 
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
Server: Asura
Game: FFXI
user: Oldsarge
Posts: 166
By Asura.Emoneaone 2012-12-05 10:06:07
Link | Quote | Reply
 
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
Server: Fenrir
Game: FFXI
user: Scragg
Posts: 2579
By Fenrir.Scragg 2012-12-05 13:45:13
Link | Quote | Reply
 
Should now work as the OP suggested.

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

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

Thank you Scragg. Appreciate it.
Log in to post.