Is there any way to block guild invite on an account level or by modifying some config files? Even an add-on for this?
I have lots of toons and while I am very well aware it can be turned off in the settings on a character by character basis, it’s still quite an annoyance.
For the rare time I want to unblock guild invites, it would make a lot more sense to just have this feature disabled by default.
There are add-ons designed to spam any unguilded characters out there… so I’m looking for some sort of countermeasure!
You can create a new text aura, go to triggers and set the type to Custom and the event type to Event to with an event of PLAYER_ENTERING_WORLD
and the custom trigger to
function()
SetAutoDeclineGuildInvites(true)
end
supposedly this API works, but the checkbox doesnt get checked in the settings, but the “GetAutoDeclineGuildInvites()” api returns true. I checked for a CVar, but I didn’t see one.
who knows https://wowpedia.fandom.com/wiki/API_SetAutoDeclineGuildInvites
(and if you can’t be bothered: !WA:2!1r1tVXnru8UShazHcHTLivGdRkI(hHuLifA5aTqCIDYI2S7IxhsYjZyppBpG9mtNz82S54koW50Z9YEUN2pc9qpBfXNG(rOFc4n2liufXxM3B0V3F(9E)g3XVxzpAp6FEhLOYuW4GA8rHdhmYtD240uny6i)kktlliZdHZmrPcvjXejJmSsiIoNtkzjrMCfOZff05xQZjuXZoTn4p)ARi8KCHAIGXnX76nk0lq2)QtyRxh5MjvAJO0I4ijLyGaygWnVHuH3smSKJzutU7oORIKyycU(HbAdrzCItzCMo3XfpmolmkwwgO0BCB1AZx7AMlH42k8gDvCtQNwLMYoBv0U7mnmAA4obH1oXhaKct()IzIcqmbtN4nC4skeJHeIPsDG3Wj(hn0TcRySLzGQnaT8tMmCNt9cIAy(Gr7hD84GH7fGJnq7SQThIS9tTZcTekkgq1o13q(G0kEdVU79C6JFtbJLS7bj2L0(vSc6a(mMb031OQG75aC6)KUCgfcSJt6fv81K2r(X250miS1)qbfE51K36QxfLcAKcN8)Q82xnOciJKmpkTqiu5xOHI02nT74WWXh6Mk4g5M(k259)5kcfthPFy4sCEgaz2L2NUv91VeDJjj)Egkb5u3cbH6hBif48BRGYQcdZXfhnjBvVTtqsbrRTwUA25G1yHTitrNBUw7DsR2R7svtnSBixd26XjcEklZ5ccNz1qc(dR3W)vardtnkGNzYF)6R7YfC4sALQbrZQrPbmuQEHfQnD1p2TKW4(1Fpgq9JRFs9pu)J45h9U3i)IRE0jvqctJ1OR8Z(Fr1Au)LlTfN1OXr(lkeQFQl(P(nCBZsN7o0ZpCPrKmdBue0h8I6BXOYBALl9hKXfkOFJEPpRvWS4zcf9yfrU441gRsvOEehc4(P7BBFX6BVYs24P7g45nsnF9)d2UIrx5)DzFZthDG7Jco)s8njIFSSTdx9F4Y7TQDJSBtt3PtNUlX3paT5X7F8HRy8woIb68wu2akoP4xAPXZ7PJ)27)1p4(B3B2FDYF)
)
Wish I could love your post a 100 times! God bless you sir! I’ve been scratching my heads with this one for quite some time, and the WA approach is genius!
I’ll keep digging on the subject. I bet I could find other settings that could be default’d such as auto loot, quest tracking, tutorial, beginner tooltips, etc. and save myself some time & micro in the long run.