Can't view it and I CBA to start up my VPN.
You can also import your steam wishlist to isthereanydeal and they will email you any time the game goes cheaper.
https://store.eu.square-enix.com/eu...d-tree-s-woe-and-the-blight-below-pc-download
wouldn't be surprised if it was a "mistake".
https://store.eu.square-enix.com/eu...d-tree-s-woe-and-the-blight-below-pc-download
wouldn't be surprised if it was a "mistake".
I've been using that site for years and did not know you could do that. Thanks
Just use isthereanydeal to see if it is cheaper elsewhere or has been recently. If Steam has the lowest ever price, it's pretty safe to assume anywhere that does beat it probably won't do by much. Most of the time Steam sales are beaten by somewhere else. Last sale I only bought 1 game on Steam compared to like 8 games on other sites.
You can also import your steam wishlist to isthereanydeal and they will email you any time the game goes cheaper.
Also, with no flash/daily sales, there is no harm in waiting if you can be patient. The deals don't change.
Not available in my region
Nintendoooooooooooo!
Should I buy a Steam Controller?
They really, fuckin really should put the demo on PC, that would boost the sales so damn hard.
Is Dragon Quest Heroes at least as good as Hyrule Warriors? HW was my first Warriors game and I loved it to death.
Also, will it run decently on a modest i5 notebook with a GeForce 840M?
i also want this game so much. id like to read some impressions...
Is there a sale on DQH or something?
https://store.eu.square-enix.com/eu...d-tree-s-woe-and-the-blight-below-pc-download
wouldn't be surprised if it was a "mistake".
Steam Seal is not live for me?
https://store.eu.square-enix.com/eu...d-tree-s-woe-and-the-blight-below-pc-download
wouldn't be surprised if it was a "mistake".
Before the sale starts, I'd recommend taking note of any titles you want that are currently discounted as there's a good chance that the sale discount be applied on top of the pre-existing one.
i need people to level their pawns faster, i'm so damn addicted to this game
i feel like
What is the lowest you guys will sell a card for?
My cut off is $0.05c CAD. At that point I get $0.02c back I think and it isnt worth the trouble of authenticating.
It's only valid for 2 weeks in January, presumably so they can ensure no-one uses it.I can't use my code from the SE Bundle, why?
What is the lowest you guys will sell a card for?
My cut off is $0.05c CAD. At that point I get $0.02c back I think and it isnt worth the trouble of authenticating.
Wow, didn't realize Mankind Divided was so cheap.
It's only valid for 2 weeks in January, presumably so they can ensure no-one uses it.
They don't want our soon to be worthless EU money.Same
I suppose it's my fault to live in the peasantry of Western Europe.
What is the lowest you guys will sell a card for?
My cut off is $0.05c CAD. At that point I get $0.02c back I think and it isn't worth the trouble of authenticating.
https://github.com/Nuklon/Steam-Economy-Enhancer is an alternative without gambling ties
I believe it uses (based on my quick code preview)
Highest of:
1) Average selling price during last week
2) Lowest sell order
and lists one cent below.
Code:// If the highest average price is lower than the first listing, return 1 cent below that listing. // Otherwise, use the highest average price instead. if (historyPrice < listingPrice) { if (belowFirstListing) { return listingPrice - 1; } return listingPrice; } else { return historyPrice; }
This piece of code is present in two functions in the javascript source, but only called for one of the two functions in practice. So I have changed this piece of code in calculateSellPriceHistogram() to:
Code:if (historyPrice < listingPrice) { return listingPrice + 1; } else { return historyPrice + 1; }
Anyway I bought DQ and there's no key :
I can't use my code from the SE Bundle, why?
Just got over €20 on Steam by selling some more cards, so I'm somewhat prepared for the sale
In case you missed the posts: this javascript code for Greasemonkey allows to sell cards for prices set automagically. It works flawlessly.
It is easy to modify the javascript and make it list one cent higher instead. This is the fork which I am using and talking about below.
In case you missed the posts: this javascript code for Greasemonkey allows to sell cards for prices set automagically. It works flawlessly.
It is easy to modify the javascript and make it list one cent higher instead. This is the fork which I am using and talking about below.
the american price in the us store is 59.99 for dragon quest
wtf square
It takes a while to get used to it, but it works very good and it's great for games without controller support. I should try to play a game that relies on the camera, because I usually avoid using it on any game that requires the use of a d-pad or a right stick.