[DiscordArchive] hi .How can I prevent querying the names of hostile faction players in the O query list?
[DiscordArchive] hi .How can I prevent querying the names of hostile faction players in the O query list?
Archived author: qyt • Posted: 2025-03-16T02:51:09.650000+00:00
Original source
hi .How can I prevent querying the names of hostile faction players in the O query list?
Archived author: metallinos • Posted: 2025-03-16T03:19:04.514000+00:00
Original source
You can for example make an Eluna register spell event on cast boomie form, 20 ms later apply any display ID of your choice. If it exists in the game, of course.
Archived author: metallinos • Posted: 2025-03-16T03:20:00.765000+00:00
Original source
Set crossfaction who list to 0 in your worldserver.conf
```
#
# AllowTwoSide.WhoList
# Description: Show characters from both factions in the /who list.
# Default: 0 - (Disabled)
# 1 - (Enabled)
AllowTwoSide.WhoList = 0
```
Archived author: metallinos • Posted: 2025-03-16T03:20:35.335000+00:00
Original source
There's an addon for it, it's pretty easy to find with the help of Google. I think Vanilla content is covered. Not sure about TBC / WotLK
Archived author: metallinos • Posted: 2025-03-16T03:21:15.716000+00:00
Original source
I see what is written and none of these variables influence your client's minimap
Archived author: metallinos • Posted: 2025-03-16T03:22:42.770000+00:00
Original source
Minimaps are fully contained in client-side memory. That setting only toggles which maps you can enter. So, for example, Outland (map ID 530 for example) and all Outland dungeons/raids/battlegrounds, such as the level 70 Caverns of Time dungeons, are not accessible if set to 0, nor is Northrend (map ID 571) and related dungeon/raid/battleground maps
Archived author: metallinos • Posted: 2025-03-16T03:24:05.347000+00:00
Original source
I've seen your issue caused by conflicting minimap-altering addons. So maybe look into that. Either way not related to AzerothCore