So, Im fishbotting in WG, what was that macro to not get queued?
Thanks.
So, Im fishbotting in WG, what was that macro to not get queued?
Thanks.
this will deny all incomming battles
Code:/script for i=1, MAX_BATTLEFIELD_QUEUES do status, mapName, instanceID = GetBattlefieldStatus(i) if status == "confirm" then AcceptBattlefieldPort(i,9) StaticPopup_Hide("CONFIRM_BATTLEFIELD_ENTRY") end end