Search found 6 matches

by Anasazu
Tue Jan 03, 2006 10:57 pm
Forum: MQ2::Macros::Requests
Topic: Human Control Like Movements
Replies: 7
Views: 1715

Human Control Like Movements

I was wondering is there any code out there that would perform human like turns. /face works well when theres no one around, however when other players enter your area, it looks weird to them if you can turn 180 degrees in a split second. So what I'm looking for is perhaps a /face slowly command for...
by Anasazu
Thu Mar 31, 2005 1:28 am
Forum: What Not To Do::Help
Topic: Help with Bool Comparisons
Replies: 1
Views: 4326

Help with Bool Comparisons

I'm having trouble with comparisons for some odd reason. When comparing two test variables using Bool, I keep getting TRUE. However when I use Math.Calc to compare these integer variables, I get 1 or 0. Anyone know what I'm doing wrong? |--------------------------------------------------------------...
by Anasazu
Fri Oct 22, 2004 8:21 am
Forum: MQ2::General
Topic: Careless Macro Users Running Casinos in Bazaar n POK
Replies: 11
Views: 5581

Careless Macro Users Running Casinos in Bazaar n POK

I've been noticing a disturbing trend on the Mordern Rasp server. It seems a lot of players are running casino macros afk. For example last night, there was this one guy who was singled out by someone, who I guess got tired of his spam shouts, for the oddity of being able refuse money, or do randoms...
by Anasazu
Wed Sep 15, 2004 10:06 pm
Forum: MQ2::Macros::Help
Topic: ManaCheck
Replies: 6
Views: 1712

Another workaround could be:

/declare PctMana int outer
/declare MaxMana int outer
/varset MaxMana 3234

/varcalc PctMana ${Me.CurrentMana}/${MaxMana}*100
/if (${PctMana}>50) /cast "Spell"

..but of course you'd have to have knowledge of your maximum mana amount.
by Anasazu
Wed Aug 18, 2004 4:53 pm
Forum: MQ2::Macros::Help
Topic: Is Auto Zone Possible?
Replies: 3
Views: 884

Is Auto Zone Possible?

Still new to MQ, and was wondering is there a command that allows you to target a portal (zone) or list the location(s) of portals in your current zone?

This can be useful in creating a follow_zone or any type of auto_escape module for when the going gets tuff.
by Anasazu
Wed Jul 21, 2004 10:58 pm
Forum: MQ2::Help
Topic: Noob question: Warrior.mac
Replies: 2
Views: 869

Noob question: Warrior.mac

I have 3 boxed characters of a cleric, bard and warrior. My strategy is for the bard to pull the warrior to tank and of course the cleric to sit on his butt. Anyways, I'm having trouble with the warrior macro. I've designed it to assist the bard after a pull however, I keep getting the error non-num...