Page 1 of 3
Who in raid is not in zone?
Posted: Wed Jul 13, 2005 12:13 pm
by gimp
lists all raid members who is currently not in the zone. very simple script, and very useful.
Code: Select all
Sub Main
/declare i int inner 0
/for i 1 to ${Raid.Members}
/if (!${Spawn[pc ${Raid.Member[${i}].Name}].ID}) {
/echo ${Raid.Member[${i}].Name} is NOT in zone!
}
/next i
/return
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 6:31 pm
by xyilla
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 6:32 pm
by xyilla
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 6:33 pm
by xyilla
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 6:34 pm
by xyilla
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 6:35 pm
by xyilla
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 7:11 pm
by xyilla
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 7:13 pm
by xyilla
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 7:14 pm
by xyilla
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 7:50 pm
by xyilla
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 7:51 pm
by xyilla
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 8:27 pm
by xyilla
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 8:28 pm
by xyilla
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 8:30 pm
by xyilla
Re: Who in raid is not in zone?
Posted: Sun Jun 01, 2025 8:31 pm
by xyilla