test content
What is the Arc Client?
Install Arc

Fix The In-game Store! Now

chances010chances010 Posts: 58 Arc User
This has to be fixed-corrected-made right. In game the STOREs have to, must disallow double-clicks for purchases. There is a BUY button programmed. THAT must be used as a confirmation to purchase. Any stray clicks and you should be SOL? I don't think so. Fix this NOW!

150000 Q out of the window just to check some stats of an item?
[SIGPIC][/SIGPIC]
"Few are agreeable in conversation, because each thinks more of what he intends to say than that of what others are saying, and listens no more when he himself has a chance to speak." - Francois de la Rochefoucauld

"Forums are amazing technology. They can take a seemingly normal and
rational person and make them look like a troll. Short-sighted, misguided, creative effort deprived. Incredible." - Snarlygribbly
Post edited by chances010 on

Comments

  • queenchangelingqueenchangeling Posts: 0 Arc User
    edited July 2012
    You can check item stats on mouseover. I don't see what the big deal is.
  • sockmunkeysockmunkey Posts: 864 Arc User
    edited July 2012
    You can check item stats on mouseover. I don't see what the big deal is.

    Bah, logic and reason have no place here. Away with you and your brainy words.

    That i completely agree with. But rage is much more fun

    You good sir, Mr OP. Could I interest you in a nice, slightly used, torch or pitchfork? Cant have a flaming riot without one. :biggrin:
  • secksegaisecksegai Posts: 1,354 Arc User
    edited July 2012
    I understand what the OP is saying, I ended up making a qstore purchase on a misclick - Just like it asks us if we ever want to discard something, verification for silver recog or q purchases isn't unreasonable.
  • klittyklitty Posts: 1,540 Arc User
    edited July 2012
    I love verification windows. The mount and blade lacks in so many menus, I end up surredering like a boss with 130 troups on my side. Herp derp.

    Yes! I want a "are you sure you want to buy this?" window :3

    Please?


    =^ _ ^= Kitty Lives!
  • beldinbeldin Posts: 1,708 Arc User
    edited July 2012
    I remember i bought once an item for 1000 Nemesis Tokens before On Alert by accident,
    so i understand also what he is talking about. The thing can really get bad if your mouse
    has a little problem and sometimes does a double click instead of a single :redface:
    R607qMf.jpg
  • chances010chances010 Posts: 58 Arc User
    edited July 2012
    Thank you secksegai and beldin.
    That is all I am "raging" about.

    Simple verification for purchases in the game.

    I don't buy used pitchforks. Hard to know where they've been.

    I now have an item that I cannot sell (250G silver cap) and have no use for.
    And of course, no reply to the ticket :(
    +
    +
    +
    [SIGPIC][/SIGPIC]
    "Few are agreeable in conversation, because each thinks more of what he intends to say than that of what others are saying, and listens no more when he himself has a chance to speak." - Francois de la Rochefoucauld

    "Forums are amazing technology. They can take a seemingly normal and
    rational person and make them look like a troll. Short-sighted, misguided, creative effort deprived. Incredible." - Snarlygribbly
  • draogndraogn Posts: 1,269 Arc User
    edited July 2012
    But if they add something like that how else will they get you to either spend real money in their q-store or keep you in game grinding the months worth of q for a single item.
  • chances010chances010 Posts: 58 Arc User
    edited July 2012
    draogn wrote: »
    But if they add something like that how else will they get you to either spend real money in their q-store or keep you in game grinding the months worth of q for a single item.

    Like I am going to do that NOW?
    I'm holding off *ANY* purchases now.
    Not one dime, Global or Q.

    I'd like a response to the TWO tickets I submitted.
    While I was waiting for a 20% sale(suprise!) this just blew it for me. And I had just spend some Q and $$$ on a 2 char slots and a premium AT.

    So no more spending for a looooong while for me.
    [SIGPIC][/SIGPIC]
    "Few are agreeable in conversation, because each thinks more of what he intends to say than that of what others are saying, and listens no more when he himself has a chance to speak." - Francois de la Rochefoucauld

    "Forums are amazing technology. They can take a seemingly normal and
    rational person and make them look like a troll. Short-sighted, misguided, creative effort deprived. Incredible." - Snarlygribbly
  • grayghoulgrayghoul Posts: 1 Arc User
    edited July 2012
    I can understand your desire to have something fixed. I can even understand you wanting it to be a priority. But unless you know some magical ways of bypassing that whole lengthy programming thing and process of a business thing (I assume that paperwork and supervisors would be involved) I don't see how "now" is a viable time frame for this to be fixed.
  • chances010chances010 Posts: 58 Arc User
    edited July 2012
    grayghoul wrote: »
    I can understand your desire to have something fixed. I can even understand you wanting it to be a priority. But unless you know some magical ways of bypassing that whole lengthy programming thing and process of a business thing (I assume that paperwork and supervisors would be involved) I don't see how "now" is a viable time frame for this to be fixed.


    Go to your mini-map.
    Click the button for the Q-Store.
    See the Q-Store?
    Look at the lower right hand corner.
    See that nice BUY button?

    IF PlayerUser(StoreItemList(click))
    Do_Not_AUTODEDUCT Q (or CP/MCPD/UNITY/UNTIL/PRIMUS/SILVER CHAMPION) units
    DISPLAY PurchaseConfirmationMsg("Click BUY to CONFIRM")
    IF UI_BUTTONS(=BUY)
    THEN Check(USER_CURRENCY_TYPE()>=ITEM_PRICE)
    USER_CURRENCY_TYPE() = USER_CURRENCY_TYPE() - ITEM_PRICE
    ELSE
    DO NOT AUTO deduct Q (or CP/MCPD/UNITY/UNTIL/PRIMUS/SILVER CHAMPION) units

    Crappy stuff above :) but it is not rocket science. If the player/user does not CONFIRM the purchase do not deduct ANYTHING from the users account. Even in-game. The code is else where, just put it here...in the game.
    [SIGPIC][/SIGPIC]
    "Few are agreeable in conversation, because each thinks more of what he intends to say than that of what others are saying, and listens no more when he himself has a chance to speak." - Francois de la Rochefoucauld

    "Forums are amazing technology. They can take a seemingly normal and
    rational person and make them look like a troll. Short-sighted, misguided, creative effort deprived. Incredible." - Snarlygribbly
Sign In or Register to comment.