Anyone know the number associated with the 4 new campaigns on PC/NA when using the chat command /script QueueForCampaign(x) by any chance?
I used to have a list of all 100 campaign names but seem to have lost it.
For reference:
https://www.reddit.com/r/elderscrollsonline/comments/5r51l3/pc_complete_list_of_chat_commands/
[ edit ]
Since I answered my own question I'm putting this info in the OP:
To reiterate how this works for the people who will soon be participating in the midyear pvp event, you can simply copy/paste the following commands into chat in-game to travel to the campaigns listed, regardless of what your Home or Guest campaign is.
/script QueueForCampaign(80)
will take you to the Sotha Sil campaign (30 day standard campaign)
/script QueueForCampaign(81)
will take you to the Vivec campaign (30 day no-CP campaign)
/script QueueForCampaign(82)
will take you to the Kyne campaign (below level 50 campaign, which you can't go to if your character is over level 50)
/script QueueForCampaign(83)
will take you to the Shor campaign (7 day standard CP campaign)
/script QueueForCampaign(87)
will take you to the Xarxes campaign
/script QueueForCampaign(61)
will take you to the Kastav campaign
[ edit again ]
To quote the wondrous Code's additional campaign information:
What about the new one?
61
Edit: And to correct an earlier post in this thread, Xarxes is 87, not 88. You can enumerate all of the campaign IDs with the following command:
/script for i=1,87 do d(string.format('%d: %s', i, GetCampaignName(i))) end
Edited by runagate on July 24, 2017 6:31PM