Skip to main content

Ding!


So my WoW warrior finally dinged 80 yesterday. I started preparing for this great event two weeks ago by buying good blue and epic tanking gear whenever I found some for a reasonable price. If there were none available I gathered the mats and paid someone 30g to craft it. Mind you, this character is on a new server so I didn't have a 50K honeypot to lick out. But I managed to make about 5000 gold on this new server while levelling from level 51 to 80 just by shifting some items. Plenty enough gold to get a nice starting set so I can get started. Before I put on the gear I had 19.311 hp and 508 defense. After I put it all on, gemmed it and gave it some basic enchanments I had 24.000 hp and 540 defense. Just enough to start heroics! And an hour after I dinged I finished my first heroic, The Violet Hold. There's still a lot of improvements to be made to my warriors gear but if there wasn't there wouldn't be any fun in doing heroics!


The last five levels were fun. I started to enjoy the random dungeon finder more and more. I ended up doing nothing but instances to get the last five levels. As a tank the queue times are near instant and with the added XP bonus it's a decent way to level. One random instance a day would ensure I always had full rested XP and the first day extra bonus. The quality of the pugs themselves vary greatly and that does cause a major difference in levelling speed. One moment you'll have a group which clears the instance as smooth as a knife cuts through butter. And the next one you might wipe after two minutes. If that happens there's usually only a very small chance to successfully complete an instance. Leaving the instance gives you a thirty minutes debuff which disables you to join a new instance during that period of time.

Instead of leaving the instance you can try to remove the bad apples. You do need the majority of the votes to do this and sadly it seemed that some players just don't want to kick anyone at all. Trying to kick a DPS who does a fifth of the tanks damage and is too low for this instance? Kick failed. Trying to kick that druid healer who is healing in feral gear with a feral talent spec with less mana than his hunter friend? Failed as his hunter guildie would never kick him after which I just left them and too the penalty. Trying to kick that AFK lock? Fail, "you cannot kick this player for another fifteen minutes. That last message makes no sense at all to me. If someone is kicked there's a very good reason that he is kicked. So why can we not kick him again? It just ends with the player being kicked after fifteen minutes anyway, two minutes before the end boss.

What's up next? I'll spend some time tanking heroics and improving my gear. The new epics I gather will get a nice new enchantment. And after that? I'm not sure yet. Once I have everything I need from the heroics there's little use to continue playing. So I assume that I'll just go and do something else. In the meantime though, I've got a cutesy little warrior who's screaming for new gear.

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