Page 1 of 2

Who in zone is not in raid?

Posted: Tue Feb 08, 2005 6:35 am
by gimp
I hope someone find this one useful

Code: Select all

sub Main

	/echo Players in zone who is not in raid:
	
	/declare i int local 0
	/declare cnt int local 0

	/if (!${Raid.Members}) {
		/echo Im not in raid
		/return
	}

	/varset cnt ${SpawnCount[pc range 1 70]}
	/echo Players in zone: ${cnt}
	
	/target pc range 1 70
	/for i 0 to ${cnt}
		/if (!${Raid.Member[${Target.Name}].Spawn.ID} && ${String[${Target.Type}].Equal["PC"]}) {
			/echo ${Target.Name} <${Target.Guild}> not in raid
		}
		/target next
	/next i

/return

Posted: Tue Feb 08, 2005 7:54 am
by Chill
looks smoothe! called it znr.mac and will test it out tonight.

Posted: Tue Feb 08, 2005 9:06 am
by KungFuHamster
Saved it to my macro directory. Thanks, gimp.

Re: Who in zone is not in raid?

Posted: Tue Apr 08, 2025 5:17 am
by xyilla

Re: Who in zone is not in raid?

Posted: Tue Apr 08, 2025 5:18 am
by xyilla

Re: Who in zone is not in raid?

Posted: Tue Apr 08, 2025 5:20 am
by xyilla

Re: Who in zone is not in raid?

Posted: Tue Apr 08, 2025 5:57 am
by xyilla

Re: Who in zone is not in raid?

Posted: Tue Apr 08, 2025 5:58 am
by xyilla

Re: Who in zone is not in raid?

Posted: Tue Apr 08, 2025 5:59 am
by xyilla

Re: Who in zone is not in raid?

Posted: Tue Apr 08, 2025 6:00 am
by xyilla

Re: Who in zone is not in raid?

Posted: Tue Apr 08, 2025 6:01 am
by xyilla

Re: Who in zone is not in raid?

Posted: Tue Apr 08, 2025 6:02 am
by xyilla

Re: Who in zone is not in raid?

Posted: Tue Apr 08, 2025 6:05 am
by xyilla

Re: Who in zone is not in raid?

Posted: Tue Apr 08, 2025 6:06 am
by xyilla

Re: Who in zone is not in raid?

Posted: Tue Apr 08, 2025 6:07 am
by xyilla