Video: Where Is My Mind (The Pixies)

By , November 19, 2009 3:20 am

Uploaded to YouTube in January 2009, this is a test video where I play the song ‘Where Is My Mind’, originally by The Pixies.

Where Is My Mind (Pixies Cover)

New Blog Domain and Platform

By , November 18, 2009 5:49 pm

Hello, and welcome to my Blog version 2.0. After finding the content management on Blogger.com lacking I came to the conclusion I had finally outgrown the software’s capabilities.

I decided I would like to have more control over the site and opted to host my own domain and run WordPress. I had to manually fix a few links and recently had a major issue with my plugins (it is now fixed) everything is finally migrated over.

I will be adding new features and content to the site as well as a new theme hopefully in the coming weeks.

World of Warcraft Macros – Fishing

By , September 27, 2009 1:25 pm

One of the nice features of World of Warcraft is the ability to create custom macros to simplify common tasks in the game. I have a nice little on that you can place on a button for fishing.

What it does: If you do not have a fishing rod equipped, clicking the button will equip one. If a fishing rod is equipped, it will cast. If you hold down any modifier key it will re-equip your weapons.

Code (insert your object names where indicated in italics):

/equip [noequipped:Fishing Poles, nomodifier] fishing rod name;
/equip [modifier] main weapon name;
/cast [equipped:Fishing Poles, nomodifier] Fishing;

For example:

/equip [noequipped:Fishing Poles, nomodifier] Nat Pagle's Extreme Angler FC-5000;
/equip [modifier] Staff of Dark Mending;
/cast [equipped:Fishing Poles, nomodifier] Fishing;

If you are not using two handed weapons, you will need to enter an equip command for your offhand weapon as well:


/equip [noequipped:Fishing Poles, nomodifier] fishing rod name;
/equip [modifier] main weapon name;
/equip [modifier] offhand weapon name;
/cast [equipped:Fishing Poles, nomodifier] Fishing;

Happy fishing!

Panorama Theme by Themocracy