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
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.
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:
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
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.
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
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.
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
Comments
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:
Yes! I want a "are you sure you want to buy this?" window
Please?
=^ _ ^= Kitty Lives!
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:
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
+
+
+
"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
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.
"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
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.
"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