• Welcome to hamsterserver.com :: demented rodent gaming.
 

News:

Brits Warned Of Seagulls Across The UK 'Tripping On Acid'

Main Menu

Post your macros here

Started by Trivulator, November 28, 2003, 11:39:31 AM

Previous topic - Next topic

Trivulator

For people who wanna do some fast surveying:

Be sure to put this one under the F1 button.


/sample;
/pause 280;
/sit;
/pause 600;
/kneel;
/ui action toolbarSlot00


This one will recall itself every time with the "/ui action toolbarSlot00" call
Play with the 2 pause options to make it suite the best for for your action recovery.

Myopic

I don't have any major coding masterpieces, but these are the little ones I use regularly.

If you have a rideable pet, to make getting on and off easier, create a macro:/dismount;
/mount (PetName);

Stick it on a toolbar button, it'll act as a toggle, and you don't even have to target your pet.  You'll get an error message half the time about not being able to dismount which you can freely ignore.

Extending from this, it's apain to have to get off your 'horse' every 100m or so when surveying, so this for surveying while mounted:/dismount;
/pause 1;
/survey;
/mount (PetName);


Those of you with combat pets can spare your group the annoyance of seeing you spam 'a', 'a', 'a', 'a', over and over and over and over again by putting:/tellpet kill;
or similar in a macro and assigning it to a keyboard shortcut.  It's even quicker than typing 'a' then ENTER, and it doesn't annoy anyone else.  (The pet's attack command needs to be two characters or longer for the /tellpet command to work correctly)

If you have Medic skills you may want to heal yourself while in combat, and it's a pain having to target yourself and activate the stim so, create a macro:/healdamage self;
assign it to another keyboard shortcut and just hit it whenever you're poorly.


Other useful bits and pieces:

You can switch to another set of toolbar buttons in a macro with:/ui action toolbarPane0x;
where x is a number from 0-5.

The game has a multitude of useless and unnecessary emotes, but if you feel you need more you can make your own by typing a colon as the first character in the line; the equivalent of /me in IRC.  Example:
:slaps %TT around a bit with a large trout.
The %TT is replaced with the name of your current target.  This could be created as a macro too, but if you want you can create your own / commands instead of making macros like this:/alias ride /dismount;/mount (PetName);
/alias trout :slaps %TT around a bit with a large trout.

then you can just target your victim and subject them to your piscine related violence by simply typing /trout

Dai

excelent Macro for Rifleman

/mindshot2
/mindshot1
/peace


This allows you to attack all targets with a mind bleed then attack the next target you can then use headshot2 on them to mop them up :)

Or If youre a Ch

/tellpet attack
/mindshot2
/mindshot1
/peace
/tellpet follow


And move on to next target. Makes loads o CH xp :)


Dai

Heres a great Macro for Grinding up too Master WeaponSmith.

You will still need to place the resources into the crafting tool but all other stuff is taken care of for you :)


/ui action toolbarSlot01;
/selectDraftSchematic 47;
/pause 20;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot02;
/selectDraftSchematic 47;
/pause 20;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot03;
/selectDraftSchematic 47;
/pause 20;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/ui action toolbarSlot00;