Search found 5 matches

by Cursor
Sat Sep 27, 2003 9:40 pm
Forum: MQ2::Development::Feature Discussion
Topic: Request: notid functionality
Replies: 3
Views: 1091

It will work because $target(name) puts a number on each spawn making the name unique. $target(name,clean) gives you the same name for each.

$target(name) == a_small_bat_00
$target(name) == a_small_bat_01

$target(name,clean) == a small bat
$target(name,clean) == a small bat
by Cursor
Sat Sep 27, 2003 9:36 am
Forum: MQ2::Development::Feature Discussion
Topic: Request: notid functionality
Replies: 3
Views: 1091

I was looking to do the same thing and ran into the same issues. I just add the unique name to an alert list instead (small_bat_00) and use noalert # in my target and it works well. Here's a calming function I use before pulling. One thing to note is that noalert # does not work if the alert is blan...
by Cursor
Mon Sep 22, 2003 1:13 pm
Forum: MQ2::Development::Feature Discussion
Topic: /target noalert #
Replies: 4
Views: 1781

/target noalert #

I'm calling "/target noalert 5 range 46 50 radius 150" and if the alert is blank I get no target even if there's a target within the criteria. Is this the correct behavior? I've been adding something to the list before calling target and its ok. I think I may just be using it differently t...
by Cursor
Mon Sep 22, 2003 1:01 pm
Forum: MQ2::Development::Feature Discussion
Topic: $char(stamina,xxx) Does this work?
Replies: 1
Views: 490

$char(stamina,xxx) Does this work?

$char(stamina,pct)
$char(stamina,cur)
$char(stamina,max)

These always return 0 for me. Am I using this incorrectly? I'm trying to determine if the yellow status bar is getting low in combat and when to cast extinguish fatigue. Is there another way to determine this?

Thanks!
by Cursor
Mon Sep 15, 2003 1:03 am
Forum: MQ2::Development::Feature Discussion
Topic: Bug: /target semi-functional?
Replies: 6
Views: 1328

You have to use the following:

/target corp npc radius 30

note that "corpse" is now "corp" and it has to be in that order.