Results 1 to 10 of 10

Hybrid View

  1. #1
    Player
    Culfinrandir's Avatar
    Join Date
    Aug 2014
    Posts
    2,322
    Character
    Culfinrandir Caladel
    World
    Leviathan
    Main Class
    Fisher Lv 70
    Quote Originally Posted by Rhindas View Post
    It doesn't fade out other items but don't forget about the /isearch command. Given that we have search bars in the recipe lists I wouldn't be surprised to see such a function in Stormblood since they're super increasing inventory, or so they say.
    The NA Datacentre's servers are currently severely limiting things like this, as is PS3 support. It takes a (relatively) large amount of processing to search an inventory & if you have 100k people searching its going to cause issues! New servers are coming in May so expect to see advantageous things like inventory searching start to appear in Stormblood.
    (0)

  2. #2
    Player
    Shougun's Avatar
    Join Date
    Jan 2012
    Location
    Ul'dah
    Posts
    9,431
    Character
    Wubrant Drakesbane
    World
    Balmung
    Main Class
    Fisher Lv 90
    Quote Originally Posted by Culfinrandir View Post
    The NA Datacentre's servers are currently severely limiting things like this, as is PS3 support. It takes a (relatively) large amount of processing to search an inventory & if you have 100k people searching its going to cause issues! New servers are coming in May so expect to see advantageous things like inventory searching start to appear in Stormblood.
    I have zero experience with MMO coding / reading about it, but why is it searching the server? Wouldn't it be easier to make a client side log of the inventory on log in and let players search that? The game already ignores what you're selling when you search stuff so the only really dynamic thing the client wouldn't notice right away is not really relevant anyways. I mean.. if thats not what they're already doing. Like being able to view what your retainers have should be fairly similar, except of course you can't manipulate that space without connecting to the server side of it.. which is where that issue would arise.

    At least theoretically, massive guess haha, I should be able to search as often as I want as much as I want, since I'd just be searching my own client side lists. If someone hacks the list to put stuff that doesn't exist it's not really a big deal lol, they still don't actually have the item (server list is used for manipulation, client is used for searching).

    The point the client grabs the complete log would matter though, like if you made at login it checks every single log then that might not be the best lol - but could make it so it's a delayed pull over time unless the player launches the search (in which case it does the pull manually as requested, if it doesn't already have the required list).

    I mean I figure that's what the search feature was already doing, we just couldn't see the log it looks at. Would love for it to include your other logs though, like minion, mount, and music (/mark it on the item, I'd like to know if I already bought that sheet of music or not lol).

    Not aruging that checking the server 24/7 isn't an issue, just would be shocked that the search feature would be checking server side for that stuff. I mean the WoW addons that add (massive) QoL features to the inventory are just grabbing your client side information (from what I saw at least, stuff changes ofc).

    Quote Originally Posted by AreciaRhi View Post
    You can search for an item in inventory already and can even use the Isearch function. I'm curious as to what you mean.
    A search bar like you have for your internet explorer of choice, nearly all music managers, and like anything else database related lol. Extra points if it auto completes the text and fades as typing
    (0)
    Last edited by Shougun; 03-14-2017 at 07:48 AM.