Selling my game pc
#1

So guys, I've decided to sell my game pc. The only thing is i don't know for how much I should sell it. These are the specs:
  • Computer case: Aerocool, Aerocool GT Black
  • Processor: Intel Core i5-4460 3.2 Ghz - Met 3.4 Ghz Turbo
  • Motherboard: MSI Z87-G43 Gaming moederboord - 2 available slots for graphic cards
  • Graphic card: MSI 4GB Geforce GTX97 Gaming 4G
  • Powersupply: CoolerMaster G450M 450W ATX
  • Hard disk: Toshiba 1TB
  • DVD-burner: Asus DRW-24F1ST
  • OS: Windows 10 pro 64-bit
Also I giveaway a headset Creative SB Inferno and a coolerfan from be quiet! Shadow Wings SW1. I've been thinking to sell it for around 1.100,- euros. Is that a decent price? What do u guys think?
Reply
#2

Well it decent price but yay it depends also where you will sell it! I would prefer to sell it to a close-friend instead public!

The specs are decent also and yah i know how much they all cost (one by one)!


Good luck!
Reply
#3

Quote:
Originally Posted by Alex Magaсa
Посмотреть сообщение
Well it decent price but yay it depends also where you will sell it! I would prefer to sell it to a close-friend instead public!

The specs are decent also and yah i know how much they all cost (one by one)!


Good luck!
So you would buy it for 1.100,- euros?
Reply
#4

1100 is not a realistic price. You can build a Skylake i5 + 970 new with that money. You should ask around 800 to 900.
Reply
#5

Quote:
Originally Posted by Duck
Посмотреть сообщение
1100 is not a realistic price. You can build a Skylake i5 + 970 new with that money. You should ask around 800 to 900.


True I built this for >Ј500

You should sell it for like under Ђ550.
Reply
#6

Here, calculate your sales with this simple pawn code/snippet

pawn Код:
// Credits: Gammix
stock Float:ReturnSaleValue(Float:actual_price, Float:hours_bought, Float:hours_used, Float:quality, Float:rate_of_hours = 0.75, Float:rate_of_usage = 0.3)
{
    new Float:used = (((1.0 - (hours_used / hours_bought)) * rate_of_hours) - (hours_used / hours_bought));
    if (used < 0.0)
        used *= -1;
   
    new Float:deduct[2];
    deduct[0] = ((actual_price * ((used <= 0.0) ? (1.0) : (used))) * rate_of_usage);
    deduct[1] = (actual_price - (quality * (actual_price / 100.0)));

    return (actual_price - (deduct[0] + deduct[1]));
}
Lets calculate a simple GTX 970M:

Original Price: 455
Hours Bought: 8760 (1 year)
Hours Used: 1460 (2 months)
Current Quality: 70%

Код:
printf("GTX 970M would sale best at %f!", ReturnSaleValue(455, 8760, 1460, 70));
Output:
Quote:

GTX 970M would sale best at 238.875000!

Reply
#7

Quote:
Originally Posted by Gammix
Посмотреть сообщение
Here, calculate your sales with this simple pawn code/snippet ...

That's how you know you spend too much time on samp forums...
Reply
#8

Quote:
Originally Posted by aymel
Посмотреть сообщение


True I built this for >Ј500

You should sell it for like under Ђ550.
Don't tell me you bought 970 for 1440x900 screen.
Reply
#9

Quote:
Originally Posted by Jese
Посмотреть сообщение
Don't tell me you bought 970 for 1440x900 screen.
My baby broke my 1080p monitor so I'm using my 2nd monitor.

EDIT: he broke the new one too
Reply
#10

Quote:
Originally Posted by aymel
Посмотреть сообщение
My baby broke my 1080p monitor so I'm using my 2nd monitor.

EDIT: he broke the new one too
Kids are a heavy cost to both cash and soul. Have fun!!!! sfdkjhlkgflkfdhlkjdssdfg
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)