-
Posts
1816 -
Joined
-
Quote:That's what I normally do. I've had the same processor for over three years now, a Core2Quad Q9550. At the time it cost $300. Now, I know that even an i3 2100 would perform similarly for $120, but why go through the whole upgrade if it's just going to perform marginally better? It works very well with everything I throw at it; so, I am waiting until I have an actual *reason* to upgrade it. When I do, it'll most likely be a jump to another high end processor that will also last me 5 years.Sometimes, depending on what you're looking to do in the future, it pays to spend as little as possible on the older tech until you save up enough to really make a leap forward.
I've upgraded "around" the processor, though. New motherboard for DDR3 memory support, a bunch of RAM, 2TB hard disks (fortunately before the price went to heck last year). But the processor itself? Haven't felt the need for more speed. -
-
I ran the mission just fine in the beta when it was added about two months ago, same character and everything; so I was surprised when it consistently crashed on Live.
It's not the final mission with the army; it's the second one, where you break into an Arachnos base. There's only one NPC helping you that time. -
Server: Freedom
Character: Doctor Leo
Contact: Bane Spider Ruben
Zone: Cap Au Diable
Mission: Cripple Arachnos Base
Description: Every single time I try to enter this mission, I lose connection to the mapserver. I am using Ouroboros to access the contact, as my character is level 50. Tried abandoning it, tried restarting the arc, tried rebooting, there's no other software running on the computer, and tried a different computer. Same result every time.
Video showing the issue: http://www.youtube.com/watch?v=mQO4j5tRMOc -
Looks like 3 seconds is right:
03-08-2012 01:06:06 You have defeated Shivan Obliterator
03-08-2012 01:06:06 You gain 140,392 influence.
03-08-2012 01:06:06 You received Dragon Defense.
03-08-2012 01:06:06 You are now able to Break Free from most effects.
03-08-2012 01:06:07 You have defeated Shivan Obliterator
03-08-2012 01:06:07 You gain 140,392 influence.
03-08-2012 01:06:07 You received Military Extension.
03-08-2012 01:06:07 Congratulations! You earned the Brotherly Love badge. -
-
Quote:I've been telling you it was easy for months. But noooooo, you have to be all cautious and take forever to slap a few kittens.In retrospect, it's actually not that hard; going with a full 16 man team helps for the latter fights (greater firepower potential), and turtling up for shared buffs is a good way to work the big AV fights. Doing a Master run in one shot is quite doable, I think.
-
Leandro attempting to report, but having technical issues.
Quote:Unable to contact game patch server.
Please check your internet connection or try again later.
If you want to skip the update step, force a launch using the right-click menu on the game list or main button.
Error Code: 36 (PatchServerCommunicationError):
Patch server communication error while performing operation:
Getting Current Version -
I'm just going to wait until the badge is awarded and then nag CS if I don't get it. But from the replies it seems that I'm safe. Thanks for the replies, everyone.
-
Quote:They're in the Pacific timezone, right? That's a 5 hour difference. In which case my account expired at 3:56 PM on March 1st, and was reactivated at 3:41 AM on March 2nd. Almost 12 hours. @#$%.I've found a number of posts indicating that, at least for the Vanguard Loyalty Program, your account only had to be active during each 24-hour period. Depending on where Argentina falls with respect to Paragon Studios timezone, blah blah blah, I don't honestly know.
-
I just woke up to an email that my VIP status expired 11 hours ago. I renewed it already, but will I still get the salute badge? Anyone knows what the grace period is for renewing before losing the badge?
-
-
In a fight, 'nette would kick the teeth out of Flambeaux. Especially if Flambeaux is preventing her from getting donuts.
Best character? Fusionette, of course! Not only she has the "can do" attitude, she's also a *fun* character with great writing ("over there is my BOYFRIEND, the one who controls EARTHQUAKES") and who doesn't even let the 4th wall stand in the way ("don't look at me that way, we HAD to be in this mission!" "Oops, mistell").
She's an overcaffeinated ball of charm and possibly my favorite character in the whole damn game. Those who know what character is in my current avatar would probably find a few parallels between the two.
More Fusionette, please! -
I will refrain from making the obvious "Magic Flatus" joke.
-
Quote:I used the Mozilla template for my sites, because it has a lot more information, and the spotlight effect probably doesn't work well with people who are stuck on older versions of IE and don't even know that a web browser is supposed to be updated.(I also really like that spotlight effect on the blackout page!)
-
Quote:The wording in your post is confusing, but I believe your interpretation is correct. DNS is like a giant phonebook of the internet, which says "the site at cityofheroes.com is at 64.25.35.207". Tampering with DNS is like burning a phonebook. You can still figure out the phone numbers by asking friends who know them, but you don't have the ability to look them up yourself.The problem comes from how do I find a website that I don't know exists or not... For example if I wanted to look up web comics or information on comics... right now I can just type in web comics... and i can get a whole list of web comics, but once the DNS thing happens someone could say "THAT'S COPYRIGHTED!!!!" and suddenly a site vanishes. So what if i want to look up Furry Web Comics?
Result: pirates will still share the location of pirate sites via alternative means, but small sites that happened to be caught in the crossfire can no longer reach their audience. -
Quote:WARNING: TECH AHEADWhat would happen is someone for example searches for...
cityofheroes.com
...and would find nothing
BUT
If they were to type in something like...
64.25.35.107
... They'd still get to the site.
Though not CoH for some reason...
When you request a webpage from a server, you send something that looks like this:
GET /newreply.php HTTP/1.1
Host: boards.cityofheroes.com
User-Agent: Mozilla/5.0 Chrome/16.0.912.75 Safari/535.7
Referer: http://www.google.com/
I simplified it for our purposes, but that's a valid request. It contains these bits of information:
"GET" the file "newreply.php" from the server. The web browser is asking this page from the domain "boards.cityofheroes.com", using "Chrome" as a browser, and the last page it visited was "www.google.com".
The part that matters to us is the "Host" bit. In this field, the browser tells the server that the user wants a page located at that particular domain and subdomain, boards.cityofheroes.com.
Why is this important? A lot of web hosts (most, really) share the same IP address with a bunch of different sites. This simplifies things from the server side, and reduces costs. But because of this, that IP cannot be mapped to a single site. When you enter the IP in the address bar, you either get an error, or you are directed to the main page of the hosting service. Without the "Host" field to tell the server what domain you are trying to access, the host has no way to know which of the many sites it hosts should be sent to you.
So how do you access those sites in the event that DNS is crippled and doesn't give you an IP for a domain? Simple: every operating system has a file named "hosts" in which you can enter a domain and an IP, an the OS will use that information, without asking a DNS. In Windows, that file is located in c:\windows\system32\drivers\etc\hosts. Go ahead, open it with Notepad, it won't break anything. You will most likely only see a single line:
127.0.0.1 localhost
That means that any program that tries to contact the server name "localhost" will be directed to the IP 127.0.0.1, which is the IP of your own computer (always; that IP is reserved to always mean "this computer").
Google's IP address is 74.125.229.177. So, you can add this line to the hosts file:
74.125.229.177 leandroisawesome.com
And save it. Now, if you try to go to leandroisawesome.com, it will load Google! That domain name is unregistered and doesn't actually exist. You can enter any valid server/domain name in there, and you will be directed to Google when you enter it in your browser, because you manually mapped Google's IP to that server.
So, if DNS were to block the City of Heroes website, all you would need to do is add this:
64.25.35.207 cityofheroes.com
And you'll be perfectly able to access the site again, even if it shared an IP with a bunch of other websites, because you will be accessing the file by typing in its domain name -- and thus, sending the correct "Host" header that the server needs to work.
This is, by the way, why the DNS provisions in SOPA are a major problem for legit sites but at most a minor nuisance to pirates. There are already addons for Chrome and Firefox that redirect people trying to go to a bunch of pirate sites to the proper IP in the event of a DNS meltdown. Messing with DNS will not stop piracy. -
You can't. Ask a moderator, and maybe they'll change it for you. You used to be able to in the old forums, but when they switched to vBulletin we lost that ability. If it was added back, someone will correct me, but I don't think that was the case.
-
Just logged in and got DUST Ranger, just what I needed to join the club.
This thread needs more screenshots. -
I really fail to see why some people think COH has to keep my attention all the time or it's doing something wrong. I take breaks from COH frequently (I didn't even log in for two months recently) and I'm still here after 6 years. Yes, I'd like it if new content were released more frequently, but I also like the quiet times so I can work on all the other games I have on Steam that are begging me to play them.
-
-
Make a secondary build with Combat Jumping and Super Speed, or get a friendly kinetic to cast Inertial Reduction on you.
-
If you are on a team of 1 when defeating an AV you need for Dreamwalker, the defeat will not count. This can easily happen because the teams get all screwed up when you enter the trial, leaving a full team and a bunch of teams of 1.
I have definite proof of this being the case from tonight, when both Caleb and Lord Winter didn't count when the teams were all screwed up, but in the next run we got Lord Winter again, this time with the teams properly arranged, and we got credit for it. So, these AVs follow the "10% damage from your team in order to get credit" rule.
Lesson learned: if your league gets messed up when zoning, and you're going for the badge, don't attack Malaise and just keep yelling until the teams are fixed. -
Spoilers. Highlight to read.
I wasn't expecting Malaise to actually be killed off, and I am wondering what's going to happen with Manticore now that I had to politely kick his ***. While I am pretty sure that the previous episode (with the death of Alexis) was supposed to be the What Episode, this was the one that did it for me, with all the consequences piling on top of each other. I am still not terribly impressed with the arc, but at least now it's heading somewhere.
I just wish it didn't exemplar me to 40. I hope the last few episodes finally go to 50. It doesn't make much sense for (what's left of) the Phalanx to be fighting level 40 stuff.