Search found 6 matches

by tanner
Mon May 30, 2005 6:59 pm
Forum: MQ2::General
Topic: Account communication while boxing
Replies: 6
Views: 3578

What irc network do you use?

I have not verified, but our connection to the Internet is NAT'd so everyone looks like their src ip is the same, and I know at least 10 people have been on freenode in the same channel with no problems.
by tanner
Fri Apr 29, 2005 2:58 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: KISS Warrior Pet
Replies: 18
Views: 6823

Do the warrior-pet and master have to be in the same group?

How about the same zone? :-)

I'll be honest, I haven't played with it much, the whole be very careful with a bot-thing, so I haven't tested much of the functionality.
by tanner
Sat Feb 19, 2005 12:50 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 118792

Hunting in Crystal Caverns

This macro works like a charm in open/flat areas. Tried it in Crystal Caverns and ended up stuck on a wall, dead end, etc.

Is the detection of the mob, then movement to that mob LOS?

Any way to make the movement code under all 3 dimensions?
by tanner
Fri Feb 04, 2005 5:38 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bind Wound Shm/Bst
Replies: 35
Views: 4111

Code: Select all

/if ( ${Me.Level} = 51 ) /varset maxSkill 205 
/if ( ${Me.Level} = 52 ) /varset maxSkill 210 
 
I assume you want equivalence not assignment in the above code?

Code: Select all

/if ( ${Me.Level} == 51 ) /varset maxSkill 205 
/if ( ${Me.Level} == 52 ) /varset maxSkill 210 
?
by tanner
Fri Feb 04, 2005 4:59 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bind Wound Shm/Bst
Replies: 35
Views: 4111

No go in the nexxus or bazaar.

No go in the bleacher either. I had to actually drop into the arena (pvp) to get it to work.
by tanner
Fri Feb 04, 2005 11:45 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bind Wound Shm/Bst
Replies: 35
Views: 4111

Is this macro bst/shm specific?

I tried this with a chanter. Replacing the nuke spell with Insanity and the dot with Strangle.

Attempting to cast those spells on myself, I get "... you are protected."