Thread Tools Display Modes
08/08/16, 05:35 PM   #1
Lycanthat
Join Date: Mar 2014
Posts: 4
[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.

Last edited by Lycanthat : 08/08/16 at 05:39 PM.
  Reply With Quote
08/08/16, 08:12 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
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
  Reply With Quote
08/09/16, 08:03 AM   #3
calia1120
 
calia1120's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 62
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.
  Reply With Quote
08/10/16, 12:29 AM   #4
mendisabal
Join Date: Jan 2015
Posts: 3
auto join

http://www.esoui.com/downloads/info1...dWarTools.html
  Reply With Quote
08/10/16, 08:46 AM   #5
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
neither of this two addons still cannot autojoin if you was taxied
  Reply With Quote
08/10/16, 07:34 PM   #6
Lycanthat
Join Date: Mar 2014
Posts: 4
Thanks for all the responses
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » [Request] keybinding "Queue for campaign". Possible?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off