Page 3 of 3 FirstFirst 1 2 3
Results 21 to 24 of 24

Hybrid View

  1. #1
    Player ejiboo's Avatar
    Join Date
    Dec 2011
    Posts
    167
    Character
    Eji Boo
    World
    Hyperion
    Main Class
    Marauder Lv 50
    i've actually noticed a HUGE increase in the speed of the UI since 1.20 i think and it's seemed to have gotten a bit better all the way up to c. i would love to see all of these changes though.

    junk list
    shopping cart


    awesome ideas! although i know they have plans to allow players to select more than one item at a time when exchanging/trading/selling-whether it's other pc or retainers. iirc it was on the list of changes in progress. i like the junk/cart idea better though.
    (0)

  2. #2
    Player
    Asiaine's Avatar
    Join Date
    Dec 2011
    Posts
    988
    Character
    Shayla Asiaine
    World
    Balmung
    Main Class
    Carpenter Lv 50
    I have 100 masks in my inventory i want to sell.
    I click on first one.
    I shift click on last one.
    I click sell.

    Done!



    Then I woke up.....
    (1)

  3. #3
    From a programmers' perspective I'd say this issue has to do with waiting on server responses. (Well, it's pretty obvious). Everything is instant/fast until you hit the "Sell" button. You then have to wait to perform any actions until the item has been sold (aka: the server has responded).

    What I find mind boggling is that Square Enix has not built a client-side queuing system where you just click an item, it instantly sells client-side, so you can click 10 items in a row really quick and from the client-side it would look like it sold, but it's actually still processing in the background (asynchronously). This should be no issue, this is how asynchronous programming works. This is why you can still type messages over Skype to someone while sending her/him a file, because the file is handled the background. If, and only if, the server is having some kind of hiccup at the time you're selling it, it should just notify you with an error saying: "hey man, sorry but your item ended up not selling" (this would probably be notified 5-10 seconds after trying to selling it, and revert your gil-count and place it back in your inventory). Again, this usually isn't an issue unless the server is experiencing problems exactly at the time you sell stuff, or you disconnect, in which case the data would be reverted.

    But at least you are able to sell like 100 items as fast as you would in Skyrim (click->sell instantly) and move on with whatever you were going to do after selling your items. Speaking of which, we need a button that when pressed will do an "instant sell" without the damned dialog box popping up asking whether I want to confirm, that takes WAY too long. Sure, for 1 or 2 items it's OK, but for 50-150 items it's horrible and tedious. I prefer a system like mentioned earlier in this thread, the WoW interface. I'm pretty sure WoW has such a queuing system in place, you know when you select a bunch of items to sell, it queues up and becomes "grayed out"? That's the queue, but you don't have to wait around for it to sell, that happens in the background.

    I (and probably the rest of the FFXIV community) would be so glad if this vendor (and also retainer!) trading functionality could be moved in to a queuing system.
    (0)

  4. #4
    Player
    Neekzz's Avatar
    Join Date
    Oct 2011
    Location
    Ul'dah
    Posts
    100
    Character
    Neekzz Prime
    World
    Mateus
    Main Class
    Black Mage Lv 100
    Even if you could just highlight/check the items in the list that you want to sell then click "sell all selected items" would be better. It does take a little too long to NPC my junk and on my slower system its a nightmare.
    (0)

Page 3 of 3 FirstFirst 1 2 3