ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Search/Requests (https://www.esoui.com/forums/forumdisplay.php?f=165)
-   -   [Request] keybinding "Queue for campaign". Possible? (https://www.esoui.com/forums/showthread.php?t=6458)

Lycanthat 08/08/16 05:35 PM

[Request] keybinding "Queue for campaign". Possible?
 
I'm looking for an addon where I can press a single key and it automatically puts me in queue for my Home campaign. Is this function even possible in the API?

Ideally I'd use 2 keybinds to swap back and forth between my home and guest campaigns.

Baertram 08/08/16 08:12 PM

Get your campaign ID:
local campaignID = GetAssignedCampaignId()

Get your gust campaign ID:
local guestCampaignID = GetGuestCampaignId()

Join campaign
QueueForCampaign(campaignID)

Join guest campaign
QueueForCampaign(guestCampaignID )

Leave a campaign queue
LeaveCampaignQueue(campaignId)

Should be possible, yes

calia1120 08/09/16 08:03 AM

Circonian's TweakIt has an option to autojoin campaign, though not sure if it has a keybind - also has quite a few other very useful features.

mendisabal 08/10/16 12:29 AM

auto join
 
http://www.esoui.com/downloads/info1...dWarTools.html

QuadroTony 08/10/16 08:46 AM

neither of this two addons still cannot autojoin if you was taxied

Lycanthat 08/10/16 07:34 PM

Thanks for all the responses :)


All times are GMT -6. The time now is 12:39 AM.

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