Skip to content

Glorified Monkey

Just my random thoughts, playful random thoughts

Archive

Category: Gaming

This is an interesting proposal by Jane McGonigal:

Reblog this post [with Zemanta]

Since the World of Warcraft – Wrath of the Lich King expansion is released this week, I have decided to quit playing WoW. The life so far is really nice actually because I am no longer raiding nor spending time farming raiding mats like flasks or spell food. I can actually go to bed earlier now. However, I have been spending money and time on my other interests such as photography.

At the same time, I would like to try other video games where I can alt-F4 or save games whenever I want.

New lens that I may get:

New camera that I may get:

Way to trade of $15 a month playing WoW vs. the amount of money I have spend so far, eh?

One of my co-workers in the US was asking me about how was my work and daily routine was lately. So I replied with a simple code snippet blow for laugh:

void wow(boolean raid, boolean pvp){
   if (raid){
      raid();
   }else if (pvp){
      pvp();
   }else{
      farmMats();
   }
}

void myDailyFunction(){
   int wowVariable = 0;
   work(); dinner();

   if (Today >= Sunday && Today <= Thursday){
      wowVariable = 1;
   }else{
      wowVariable = rand(0,2);
   }

   if (wowVariable == 1){
      wow(true,false);
   }else if (wowVariable == 2) {
      wow(false,true);
   }else{
      wow(false,false);
   }

   sleep(); myDailyFunction();
}

void main(){
   myDailyFunction();
}

After a long consideration of upgrading my computer monitor, I bought a Dell 2405FPW from Dell. Consider that I have been using my 17″ monitor since 1998, I think deserve a little upgrade. My new monitor is a 24″ LCD which is branded by Dell from a Samsung. It has 1000:1 contrast ratio and support 1920×1200.

At the same time, I also purchased the Logitech G15 keyboard to improve the gaming experience. Now I can chat with people on Team Speak or Ventrilo without doing Alt-Tab to Windows from World of Warcraft. Sweet eh?!

This is the link to my lvl 60 shaman spec: link to spec @ www.worldofwarcraft.com and my patch 1.11 spec.

Came across a very addictive game – Falling Sand Game. It reminds me of those sand toys at the Game Room.