Jump to content

SaSuKi

Members
  • Posts

    748
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by SaSuKi

  1. Hello, a bit late i know but i had the same problem as above, finally managed to find a solution. You have to change Windows Region to: English (United Kingdom). This worked perfectly for me.
  2. You mention 64Bit bus, i failed to see. The 630GT with 64Bit is using the newer Kepler architecture but with gddr3 memory and the other two models they're probably Fermi architecture (older). imo both are equals down the line pick what suits you more. More Info.
  3. 630gt should perform better than your current vga though I would pick the one with GDDR5 memory.
  4. κατεβασε τα τελευταια drivers για NVIDIA και βλεπε εδω
  5. uh.. What about power supply do you already have one ? Also you can save about ~20€ by buying the FX6300 (this 400Mhz bump isnt big deal plus 6300 run more cooler 95W while 6350 on 125W) and with a few more € you can buy ssd. In real world performance (depends on game, CPU bound or not) there's almost no difference vs a i5. Dunno if you considering buying Intel because of some benchmarking numbers, i suggest you the i5 3470 +comes also come with IGP (Intel Graphics o.O) built in.
  6. Radeon HD7790 is close to ~130euro but in plaisio is kinda overpriced (150euro) also with the purchase of 7790 you get one free game (deus ex, far cry 3, dirt 3 etc..) BTW why you want to spent money n' buy this aftermarket cooler ? I mean fx 8350 comes with this as stock cooler dunno you may win -7~3°C.
  7. Depending on what are you planning to do with your computer... If you're doing recording,rendering and streaming then you should go with something like AMD FX 8350 or AMD Phenom II X6 Black 1100T. Nowadays games wont use more than 4 cores (well maybe some mmo games would because they're heavy CPU intensive). People on the internet saying that next-gen consoles (x86 platform) will use up to 8 cores on next-gen games, meh you never know... Will be perfect if you could give us your budget (<money you planning to spend). Anyway here's my suggestions. High budget: CPU: Intel Core i5 3570K - (~200e) - It's the default/recommended choice for gaming build also i guess you're not planning overclocking so the non K version should be fine for you. GPU: ATI Radeon HD7950 - (~300e-280e) - I'm not really fan of ATI but dude with 3GB Graphic memory and free game bundles in this price, you gotta love them. MOBO: Asrock Z77 Pro3 - (~80e) - Buying a good motherboard for better system stability :) PSU: Corsair Builder Series CX500 80Plus Bronze - (~60e) - Always buy certificated power supply for better results under loads/stability/protection. RAM: Kingston HyperX Blu 4GB 1600MHz DDR3 x2 - (~40-35e) - Meh, i like them. HDD: Seagate Barracuda 1TB SATA HDD - (~60e) - Nothing specially. Your choice. TOTAL: 780e~ Limited budget: CPU: AMD FX 6300 - (~100e) - Why 6 cores ? We all know windows is running background threads so the cores wont be wasted. Also i think is good deal for ~100e because you get the similar performance with i5 3570K when it comes to multitasking. GPU: ATI Radeon HD7870 - (~190-200e) - Bundles bundles bundles... You can check GeForce 660GTX for similar performance/price. MOBO: Gigabyte GA-970A-DS3 - (~80-90e) - Decent motherboard. PSU: Corsair Builder Series CX500 80Plus Bronze - (~60e) - ^ RAM: Kingston HyperX Blu 4GB 1600MHz DDR3 - (~40-35e) - ^ HDD: Seagate Barracuda 1TB SATA HDD - (~60e) - ^ TOTAL: 580e~ I didn't add PC peripherals such as mouse/keyboard etc. Why AMD ATI and not Nvidia ? More Memory, less money, tons of game bundles, not so far from Nvidia. Also nvidia launched geforce 700 series, it was just a 'revamp' of 600 series nothing special wider memory bus meh still using only 2GB graphic memory meh.. AMD & INTEL: What the difference between these two on games ? (for example 6300 vs 3570k 'n same graphic card). Depending on game will be more CPU intensive? With Intel you may win 6~13FPS. More GPU intensive ? With AMD you'll lose 3~6FPS. Is it worth to pay 100E more and gain 15~10 FPS more ? In my opinion NO. This is just a version of default clocked 5GHz FX 8350 that made for marketing/advertising and GWR nothing special. Buying a stock 8350 with evo 212 and you'll able to get in his territory. Also keep in mind many benchmarks software/sites are sponsored by Intel since he's dominating on marketing/advertising ;)
  8. Okay.. there's two ways to determinate what graphic unit you're using. 1) Download GPU-Z, will display the current graphic unit you're using 2) Disable integrated graphics via Device Manager on windows, right click n' disable Intel Graphics Family or w/e (p.s. i don't own the picture i just found it on Google to give you a example).
  9. Speccy or GPU-Z both will display your graphic card n' further information. BTW by disabling integrated graphics (hd 4000) the system will automatically change to graphic card, are you sure your laptop have graphic card apart from integrated graphics ?
  10. https://www.facebook.com/minecraftinstall/app_208195102528120
  11. Its all about buffing.. i had 1empo and 8,2k m.atk my dmg was around 600/700. (sps)...anyway i quitted, the reasons will be visible soon. :/
  12. @Lelouch, just to know.. yes i took the borders from there, and some div classes.. so on.. i guess proper credits goes to 'DRASIUS', no need to be mad...
  13. First of all credits goes to : Well i search on forum and i didn't find something like this... ---- --- Yao Ming Poker Face Me Gusta LOL Troll Face Tested and all works fine. Have fun... edit: updated.. i forgot teh troll....
  14. scripts.cfg και δες αν είναι στην θέση τους... # Village Master village_master/9000_clan/__init__.py village_master/9001_alliance/__init__.py κανε και ενα restart server.
  15. PvP <?php //---------CONFIGS--------- $type="1"; //Type 1 $server="localhost"; // MySQL IP $user="root"; //MySQL Username $password=""; //MySQL Password $database="gs"; //MySQL Database $top="5"; //-----END OF CONFIGS----- mysql_connect("$server", "$user", "$password") or die(mysql_error()); mysql_select_db("$database") or die(mysql_error()); if($type == '1'){ $result = mysql_query("SELECT char_name,pvpkills FROM characters where pvpkills>0 and accesslevel=0 order by pvpkills desc") or die(mysql_error()); echo "<center><b>Top $top PvP Players</b></center><table border=1 align=center><tr> <th>Character</th> <th>PvP's</th> </tr>"; $sum1=0; while($row = mysql_fetch_array( $result )) { $name = $row['char_name']; $pvpkills = $row['pvpkills']; if ($sum1<$top) { echo "<tr><td align=center>$name</td><td align=center>$pvpkills</td></tr>"; $sum1++; } } } else { echo "<center>Please config the variable $type. Make it <b>1</b> for Top Status</center>"; } ?> pk <?php //---------CONFIGS--------- $type="1"; //Type 1 $server="localhost"; // MySQL IP $user="root"; //MySQL Username $password=""; //MySQL Password $database="gs"; //MySQL Database $top="5"; //-----END OF CONFIGS----- mysql_connect("$server", "$user", "$password") or die(mysql_error()); mysql_select_db("$database") or die(mysql_error()); if($type == '1'){ $result = mysql_query("SELECT char_name,pkkills FROM characters where pkkills>0 and accesslevel=0 order by pkkills desc") or die(mysql_error()); echo "<center><b>Top $top Pk Players</b></center><table border=1 align=center><tr> <th>Character</th> <th>Pk's</th> </tr>"; $sum1=0; while($row = mysql_fetch_array( $result )) { $name = $row['char_name']; $pkkills = $row['pkkills']; if ($sum1<$top) { echo "<tr><td align=center>$name</td><td align=center>$pkkills</td></tr>"; $sum1++; } } } else { echo "<center>Please config the variable $type. Make it <b>1</b> for Top Status</center>"; } ?> <?php require 'toppvp.php';?> <?php require 'toppk.php';?> βάλτα όπου θες απλά αν αλλαξεις όνομα στα scripts φρόντισε να αλλαξεις και στα πιο πανω (<?php require 'το ονομα κτλ';?>
  16. Hello guys, whatz up ? I've been inactive so much time from this section.. Well.. Here's my last creation its simple and i think worth for free HTML template... Some info: It's written on html but its on .php extension cuz i add some 'general' scripts... In folder there all psds you need also i've add some extra just check in... Pics: http://www.imagestorming.com/images/2012/06/06/sSD3A.png[/img] (I'll be honest about credits cuz of some haters.) About credits, the 1/5 goes to www.w3schools.com cuz i could't remeber some variables (css mainly). About php scripts i found them through google. (2/5) About images that i used, yes i found them also on google ofc not ready as you see now, i modif them.(3/5) Well.. all other credits i think goes to... ^.^ Hf
  17. Just some ideas: Leader can set if party would be random, by turn etc.. +Lets say weapon,armor drops from mob, then you have to roll a dice and the biggest number will take the amor-weapon [/roll or smt .roll] Leader can set an attack point or an re-spawn point [like castle flags on sieges]. Also if they hit an a--beep--t of pvp's they'll get an aura that will increase cp/hp/mp regen [random img xD ... Edit: I thought something but it sounds a bit stupid ;p Lets say you disable any kind of resurrection, if party is in combat. If a member die during combat the leader will have a chance to sacrifice an member to res the fall one.
  18. Αυτα ειναι απλα effects μπορεις να βρεις παρόμοιους οδηγους [για soulshots] στο client mod section . Atk=LineageEffect.at_fatal_strike_cs AtkCr=LineageEffect.mb_frintessa_ghost_clamp_ta να κατι τυχαιο... edit: http://maxcheaters.com/forum/index.php?topic=224841
  19. Δειξε τα stats (xml) απο την robe να τελειωνουμε...
×
×
  • Create New...