WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Macro Help (https://www.wowinterface.com/forums/forumdisplay.php?f=140)
-   -   Show players in my zone (https://www.wowinterface.com/forums/showthread.php?t=52949)

akreem 12-04-15 08:22 AM

Show players in my zone
 
Hello,

I would like some help with building a macro to show players in my zone.
For example, if i'm in Dalaran, this macro should show something like that :

Players in Dalaran: Player1, Player2, Player3

This could be very helpful :) Thanks !

semlar 12-04-15 10:10 AM

/run SlashCmdList['WHO']('z-"'..GetRealZoneText()..'"') should behave the same as typing /who z-"Dalaran" for your current zone.

Yukyuk 12-04-15 10:16 AM

Use the /who command?

akreem 12-04-15 02:14 PM

Quote:

Originally Posted by semlar (Post 312139)
/run SlashCmdList['WHO']('z-"'..GetRealZoneText()..'"') should behave the same as typing /who z-"Dalaran" for your current zone.

Your macro behave like /who, but the point is to show the players names (and their classes if possible) in the chat frame (or in a /party).

Quote:

Originally Posted by Yukyuk (Post 312140)
Use the /who command?

Exactly, i don't want to use /who. I need to print a message without opening the /who window.

Seerah 12-04-15 02:32 PM

And if there are 50+ players in your zone?

akreem 12-04-15 02:38 PM

Quote:

Originally Posted by Seerah (Post 312145)
And if there are 50+ players in your zone?

It shows just 50 players :)

Seerah 12-04-15 03:12 PM

Let me rephrase that...

Do you seriously want the name, level and class of 50 people to flood your chat frame (or other people's, if you want to send it to party chat)? How is this in any way better than the Who window?

akreem 12-04-15 03:18 PM

I didn't say it's better, it's just faster.
And i won't use it to flood and show 50 names.. It will be basicaly used in arena to show players (same faction) in the same arena to /party


All times are GMT -6. The time now is 05:43 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI