Skip to main content

Pugging gets a whole new meaning

Reviving old content is a great way to keep your player base happily playing with a minimal of developing efforts. In the past WoW has seen the introduction of revamped dungeons such as Naxxramas and Onyxia. And now Blizzard has come up with a new way to extend the lifetime of their old content. The newest patch introduces a "Looking for Group" party across servers. This creates a much bigger player base to choose from when forming a pick up group. And they've added two new emblems for every successful random pug you run. So there are new items to be gained from running the old instances and it's easier to find a group for them.

There's also some real new content in the form of three more instances. Using the LFG tool seemed like a great way to try out these instances and the new LFG method. So I queued up for the first, new dungeon and after ten minutes I could join a group. I was pleasantly surprised to see the option to teleport to the instance. Once upon a time everyone would have to walk to the instance and the first one there could just sit and wait for ten minutes. Nowadays the time it takes to run one instance is similar to the time it takes until everyone reached the instance in the old days.

I somewhat feared to end up pugging the new, difficult instances with green geared tanks and healers. As it turned out most runs went fine. All the players in my pugs had epics which makes me relieved to see that there is some kind of gear check. It was a double feeling to see that the gear dropped in these instances is better than that I got from end game raiding six months ago. The top of the line axe I got back then from the endboss in the hardest instance is now being replaced by one I got in a five men run which took me twenty minutes. On one hand it gives me a reason to do a few of these runs so I can get those new items. On the other hand it shows just how quickly items get old. People often complain about how every expansion makes their gear useless but you get the same if you just stop playing for a few months.

Of course there had to be some drama in these runs. Should the tank be allowed to roll on DPS gear? Should we roll need or greed on bags and frozen orbs? Ideally these things are set in stone before the run starts. Otherwise the second the tank rolls need on that DPS item the hunter will be mad. Then we had one DPS getting the tank gear. When asked if he would trade the item he said "sure, trade me" after happily having teleported back to his own server. On another run I should have seen that the run was doomed after two minutes. The tank was asking if no one else wanted to tank as he didn't really like it. Hint: queuing in an instance as a tank to get in aafter 10 seconds instead of 10 minutes will backfire as you won't pass the first boss after twenty minutes.

I expected these problems but overall these runs went great. You won't make you any new friends using the LFG tool though. The average run took about half an hour and the chances are great that you'll never see the other players in your group again. In a way that's something I miss. In the old days you could run an instance with a few guys and ending up with adding them to your friends list next to other capable and friendly players. Having some good players to run instances is after all more important than having one more epic. These days it's all about anonymity. Which of course also lowers the barrier to behave badly.

The waiting times for the instances I joined as DPS were in the range of fifteen to twenty minutes. Add to that that you no longer have to travel to the instance anymore and you can just queue up, get a cup of coffee and enjoy a dungeon. It's even better for tanks and healers as they have waiting times in the range of seconds.  I'm not surprised to see the number of tanks and healers is still low. Tanking is scary after all and most people dislike taking on the responsibility needed to do these jobs. I'll give tanking a random pug a go one of these days, should be fun (and scary)!

Overall, I think the LFG tool is a great addition which will make sure that more people enjoy the existing dungeons. Especially the older instances now have a chance to see a pug visit them. We'll have to see if it's still as popular in half a year. Everyone is trying it out these days so it's to be expected that the queue times are low. And it also makes me curious which wonders Blizzard still have up their sleeve for WoW as implementing this feature must have been a technical nightmare.

Comments

Popular posts from this blog

EvoLisa - Comparing two images: performance tuning

It looks like the program is rather slow. Using DotTrace , I took a look at where the bottleneck is. The method that calculates the 'fitnesse', how closely the created image resembles the original image, is where most of the time goes to. Can we improve that? So what happens in this function? We compare each pixel of both images to compare their ARGB values. The better they match, the better the result! How can be compare this? First, I tried using the naive approach: compare each pixel using a bitmaps GetPixel(x, y) . Do that however, and you'll quickly see how excruciatingly slow that is. Especially considering that even with an image of 333x333 you're already comparing a million pixels each time you compare two images! So, instead I tried using a 'FastBitmap'. It's a project I found which wraps the Bitmap and provides much faster Get and SetPixel performance. Using this instead, the performance went up by an order of magnitude! But we can still do be

EvoLisa - My own version

It's an old idea by now, can we recreate the Mona Lisa with fifty polygons by using random changes? The idea and original implementation by Roger Johansson can be found here . So, how does it work? You start with an source image. Then you create an empty image. We keep on doing small changes to this image. In my case this is one of these changes: Recolor our polygon Change the position of one of the polygon points Add or remove a new point to our polygon Add or remove a new polygon Switch two polygons After each action, we take a look and check if the newly changed image looks more like the original image by comparing each pixel. If it is, we continue using this one. If it's not, we discard the changes. Looks like a fun project! So I built my own version from scratch eight years ago, reusing some of the same ideas. Here's my result using the Mona Lisa: Mona Lisa with 50 polygons: You can see that it's the Mona Lisa but the details around the eyes and mou

You can leave your hat on

You always think that these things only happen to others. You may even think that they should have used better protection. And then one day you get this mail in your box from your guild leader: Hi there, I dont know if this email will arrive, but I will try anyway. I saw that your chars came online today. They are selling all your gear and equipment and they are not answering on guild chat. I think you are being hacked. Suddenly it's not someone else who has been hacked. It's you! So I quickly took a  look in my second mailbox account and yes: someone merged my account to a battle.net account. My account has been frozen for half a year so someone must have hacked it and have reactivated it. Next thing I did was checking my characters and my armory page looked like this: Kind of them to put on my Christmas hat, it's the season!. Everything that a vendor will accept is sold however. After seeing that picture I  really started to worry. They reactivated my accou