Search found 10 matches

by a_large_rat01
Tue Jan 07, 2003 6:49 am
Forum: Outdated Macros::Macro Depot
Topic: Twist1.mac - A chant kiting macro.
Replies: 83
Views: 48105

O I forgot one thing . . . the Grey has traps. Sometime the traps spawn wurms that cant be snared or rooted :( I guess stonefriends will maybe be a problem at 42 (there 50 and hit hard and have huge argo range).

I hope ya did get killed yet in the grey :?

a_large_rat01 :wink:
by a_large_rat01
Mon Jan 06, 2003 9:53 am
Forum: Outdated Macros::Macro Help
Topic: Interruption when casting after moving . . .
Replies: 4
Views: 1429

Thanks will try the /press left

a_large_rat01 :wink:
by a_large_rat01
Mon Jan 06, 2003 7:41 am
Forum: Outdated Macros::Macro Help
Topic: Interruption when casting after moving . . .
Replies: 4
Views: 1429

Interruption when casting after moving . . .

I have the following problem: In my macro I want to give a bot a command to cast on a mob. If the mob is out of range the bot should get into casting range and cast the spell. Ok this is how I have sloved it and it works but my problem is that when the bot gets in range he stops and starts casting h...
by a_large_rat01
Mon Jan 06, 2003 7:29 am
Forum: MQ2::General
Topic: Forums Updated
Replies: 17
Views: 3453

Hi SingleServing,

Hehe ya looks strange doesn't it. It sould be:

Code: Select all

/if n $p0"larger then"0 {
  /varset v91 $p0
} else {
  /varset v91 15
}
a_large_rat01 :wink:
by a_large_rat01
Mon Jan 06, 2003 7:24 am
Forum: Outdated Macros::Macro Depot
Topic: Twist1.mac - A chant kiting macro.
Replies: 83
Views: 48105

How about the grey, there are loads of mobs there.

a_large_rat01 :wink:
by a_large_rat01
Mon Jan 06, 2003 3:39 am
Forum: MQ2::General
Topic: Forums Updated
Replies: 17
Views: 3453

Well nice that you updated but now the tags for code aren't working correct:

Code: Select all

   /if n $p0&0 { 
     /varset v91 $p0
   } else { 
     /varset v91 15
   }
The larger then sign is not correct if shows &

a_large_rat01 :wink:
by a_large_rat01
Fri Jan 03, 2003 4:14 am
Forum: Outdated Macros::Macro Depot
Topic: New and improved Duid.mac
Replies: 1
Views: 1408

New and improved Duid.mac

Hi all, I have taken Nuad's Druid.mac and gave it some more features that I wanted/needed. New features are: - Pet support :!: Buffs/heals/etc - Auto heal for Master/Pet/Myself - Auto self rebuff - Auto Mana check, check if enough mana before casting - Report if loom - If Master/Pet/Mob out of range...
by a_large_rat01
Fri Jan 03, 2003 2:11 am
Forum: Outdated Macros::Macro Help
Topic: Return value on a sub?
Replies: 4
Views: 2031

Thanks L124RD :D

a_large_rat01 :wink:
by a_large_rat01
Thu Jan 02, 2003 7:40 am
Forum: Outdated Macros::Macro Help
Topic: Return value on a sub?
Replies: 4
Views: 2031

Well I guess I have found the answer myself :lol:

Code: Select all

/call cast "$v43"
/if $return > 0 {
  /echo Darn!
}
Thanks anyway,

a_large_rat01 :wink:
by a_large_rat01
Thu Jan 02, 2003 5:50 am
Forum: Outdated Macros::Macro Help
Topic: Return value on a sub?
Replies: 4
Views: 2031

Return value on a sub?

I just new to MQ but I would like to know how to check the return value from a sub.

Code: Select all

/return CAST_SUCCESS 
How do I call the sub to check the value on it? Like this? :?:

Code: Select all

/if /call cast "$v43" > 0 {
  /echo Darn!
}
Thanks,

a_large_rat01 :wink: