Skip to main content

Posts

Monster hunter tri tips, how to be less noob online! Part 2

During my last post about monster hunter tri online play, I had mention about what items to bring so that you would not be call a noob, and also how to use the traps to further prove that you are no noobie. Now in this part two, I will talk about armors. I know that armors are relatively easy to understand. You put on armor and charge at the monster! But there is more to armor in Monster Hunter Tri then meets the eyes. One way to tell the noobs from pro is to see their armor skills. Most noobs have either no skill active or only 1 skill. In this case I will suggest that you change room to avoid the noob as the moron will most likely die a lot in your matches. List of armor skills http://monsterhunter.wikia.com/wiki/MH3:_Armor_Skill_Points What is armor skill? Each armor have certain skill points, if you look under equipment, you will notice that each pieces have some skills and a positive or a negative value attach to those skills. When you wear armors that have the same sk...

Monster hunter tri tips, how to be less noob online!

OK! Here are my tips for Monster Hunter Tri! How to be less Noob in few simple steps! If you follow this few steps I had listed below, you will most likely survive or win a quest without being called noob! Important Items to bring Max Potions Traps BBQ meat And most importantly bring potions and mega potions! (noobs do not bring potions!) How to use traps Some monsters got spots that they like to land on, would not hurt you to place a trap there. If you got a gunner in your team, place one in front of your gunner. Most likely the monsters will aim your gunner and your gunner will be grateful to you. Use it when the monster start to drools, this will increase the time the monster will stay in the trap Use it when before the monster turn rage. In rage mode, the time the monster will stay in the trap will be reduce. When not to use trap When the monster in rage mode. Repeated use of trap will reduce the time the monster stay in the traps. That it for this post!...

Star Craft 2 Release date!

Hi all! i'm sure that most of you out there already know that Star craft 2 will be coming out on 27 July 2010! I had posted a count down timer on the right side of my blog! come take a look! Anyone who is interested in buying the game, you can enter "star craft 2" on the right of my blog. the Amazon search will point to you.

CCleaner tutorial

This is a CCleaner tutorial for lab environment! Hi all, this is just a basic tutorial to show that it is easy to set up CCleaner in any lab environment! For more detail information on CCleaner please visit Ccleaner official web-page Installation First you will need to get CCleaner program, you can download it here CCleaner download After you have finish downloading the CCleaner you would like to install it. You could just double click on the ccsetupXXX.exe and press next, the installation is actually quite simple with easy to understand setting but not advisable if you plan to do installation for 100 or 1000 over PC. Lucky for us, the developers of CCleaner had being good enough to include dos commands. The following link will give you a detail layout of the command line parameter. http://docs.piriform.com/ccleaner/advanced-usage/command-line-parameters#Command-line_parameters_for_CCleaner_ I personally use “ccsetup.exe /S“together with my workplace server to do the inst...

autoHotKey codes!

Hi all, I decided to paste my code for autoHotKey codes here. its not very clean nor isit effective but i just like the IfWinNotExist function and also IfWinExist function. not to mention the abilities to run loop is simply great. well if you can understand then great for you, not then you might have to touch up on your autohotkey programming :) Click here to view my codes

Product review: AutoHotKey

Ok! Its time for another software review! And this time it would be AutoHotKey! Imagine this, you got 1000 PC to manage, and each of those PC will require you to install some programs at one go, which will normally take up to around 3 hour or more. So what do you do? Sit there and wait for the program to finish? Of course not! You use a marco program! For me I manage to source out this great program call AutoHotKey! I had used it to create a marco type of program that will auto install the require software for me in all my lab PC. Quoted from AutoHotKey webpage: http//www.autohotkey.com/ AutoHotkey is a free, open-source utility for Windows. With it, you can: • Automate almost anything by sending keystrokes and mouse clicks. You can write a mouse or keyboard macro by hand or use the macro recorder. • Create hotkeys for keyboard, joystick, and mouse. Virtually any key, button, or combination can become a hotkey. • Expand abbreviations as you type them. For example, typing ...

vb6 email validation codes!

I just remember something that I wanted to do for quite a long time... To paste my vb6 code on my blog! So my last project, I was asked to code some email sending program. Sound simple enough, and I was able to finish it but I still need to have some kind of validation codes for emails. I manage to find a few but none was enough for my program to run on so I decided to copy and paste from a few different sources and add in my code. I’m not going to paste the whole code here but only the email validation part. Click here if you are interested in VB6 email validation.