Search found 37 matches

by noober
Thu Jun 28, 2007 11:13 pm
Forum: MQ2::Macros::Snippets
Topic: Loot Nearest Corpse
Replies: 17
Views: 12646

I modified the original code to work for me, this loots any corpse(s) near the radius set on nc. ***Edit:Made a change to set the loot radius in the variable of the same name. This macro does not make any checks so beware. *** Sub LootCorpses /declare nc int local 0 /declare cslot int local 0 /decla...
by noober
Mon Nov 20, 2006 12:19 pm
Forum: MQ2::Help
Topic: Compile issue
Replies: 61
Views: 7682

dont_know_at_all wrote:format c:
by noober
Tue May 30, 2006 1:21 pm
Forum: MQ2::Macros::Requests
Topic: Arch.mac
Replies: 16
Views: 1723

you just made me spilt my coffee....lmao.
by noober
Tue May 30, 2006 1:20 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: looking for ogre war mac
Replies: 43
Views: 3128

but if you search and read you may come up with your own answer unless you can't which would be a paradox since you wrote a message....
by noober
Fri Jul 16, 2004 1:49 am
Forum: MQ2::Help
Topic: Update for Latest 7-15 patch?
Replies: 31
Views: 8396

get one of this

by noober
Thu Jul 15, 2004 2:38 pm
Forum: MQ2::Help
Topic: How to become a flamer
Replies: 37
Views: 10757

web admin:

You really need to implement a "Flame-o-Meter".
by noober
Wed Jul 14, 2004 10:58 am
Forum: MQ2::General
Topic: New GM invis, Crackdown on Sullon Zek
Replies: 16
Views: 8671

One thing we all can agree on with or without MQ2 is that he is a piece of shit.
by noober
Fri Jul 02, 2004 2:16 pm
Forum: MQ2::Macros::Help
Topic: PoK stones/book portal triggers
Replies: 5
Views: 1218

Code: Select all

/Keypress U
or

Code: Select all

/Keypress USE
should do the trick.
by noober
Wed Jun 30, 2004 9:51 pm
Forum: MQ2::Macros::Help
Topic: Non-Numerical Encountered?
Replies: 12
Views: 2942

Fabulous total posts: 11 Posts asking plat macro info: 9 chances are other 2 posts were asking for the same. If you dont give anything to this community why would anyone want to help you? besides, you should be banned for asking that info since you do not seem to have a brain to understand this boar...
by noober
Wed Jun 30, 2004 2:40 pm
Forum: MQ2::Macros::Requests
Topic: selfbuff with items
Replies: 1
Views: 848

Check the Spell_Routines.inc in the snippets forum.
by noober
Tue Jun 29, 2004 7:19 pm
Forum: MQ2::Macros::Help
Topic: Non-Numerical Encountered?
Replies: 12
Views: 2942

Nuke this thread.
by noober
Mon Jun 28, 2004 3:46 pm
Forum: MQ2::Macros::Help
Topic: Another timer question for my mage macro heh
Replies: 7
Views: 2232

Try this: Sub ManaCheck /if (${Me.PctMana}<=88) { /call cast "Rod of Mystical Transvergance" item [color=red]/varset Rodtimer 5m[/color] } /return and this: Sub Event_Timer[color=red](tmrName)[/color] /if (${tmrName.Equal["Rodtimer"]}) {[color=red] /call cast "Rod of Mystica...
by noober
Sun Jun 27, 2004 3:19 pm
Forum: MQ2::Macros::Help
Topic: Timers
Replies: 7
Views: 1656

Thank you for your help.
by noober
Sun Jun 27, 2004 2:52 pm
Forum: MQ2::Macros::Help
Topic: Timers
Replies: 7
Views: 1656

How would you be able to tell appart 2 different timers if there is only one Sub that responds to all timers?
by noober
Sun Jun 27, 2004 2:35 pm
Forum: MQ2::Macros::Help
Topic: Timers
Replies: 7
Views: 1656

the sub should be:

Sub Event_Timer

or

Sub Event_Mytimer?