Page 1 of 1

Scenario IDs needed

Posted: Wed Apr 29, 2020 8:02 pm
by Cornerback
Hey there,

to fix the blacklisting functionality of Queue Queuer, I need the SC IDs for the following SCs:
  • Maw of Madness (Ranked)
  • Maw of Madness (Ranked Solo)
  • Thanquol's Stand
Can anyone provide those IDs or tell me how to figure them out?

Kind regards

Cornerback

Re: Scenario IDs needed

Posted: Wed Apr 29, 2020 8:04 pm
by Tankbeardz
Cornerback wrote: Wed Apr 29, 2020 8:02 pm Hey there,

to fix the blacklisting functionality of Queue Queuer, I need the SC IDs for the following SCs:
  • Maw of Madness (Ranked)
  • Maw of Madness (Ranked Solo)
  • Thanquol's Stand
Can anyone provide those IDs or tell me how to figure them out?

Kind regards

Cornerback
viewtopic.php?f=66&t=37616

Re: Scenario IDs needed

Posted: Wed Apr 29, 2020 8:12 pm
by Cornerback
Tankbeardz wrote: Wed Apr 29, 2020 8:04 pm
Cornerback wrote: Wed Apr 29, 2020 8:02 pm Hey there,

to fix the blacklisting functionality of Queue Queuer, I need the SC IDs for the following SCs:
  • Maw of Madness (Ranked)
  • Maw of Madness (Ranked Solo)
  • Thanquol's Stand
Can anyone provide those IDs or tell me how to figure them out?

Kind regards

Cornerback
viewtopic.php?f=66&t=37616
Thanks. No need for me to spend any time on it then. Great :D

Re: Scenario IDs needed

Posted: Wed Apr 29, 2020 9:19 pm
by Cornerback
Nevermind. i created my own fix as the version you mentioned seems to be based on some trashy fix from the forums, which i dont like. Too many dirty workarounds and sloppy coding :D

Re: Scenario IDs needed

Posted: Thu Apr 30, 2020 8:24 pm
by Cornerback
Still wondering how to find out the IDs by the way... Any info on that?

Re: Scenario IDs needed

Posted: Thu Apr 30, 2020 8:53 pm
by sullemunk
Cornerback wrote: Thu Apr 30, 2020 8:24 pm Still wondering how to find out the IDs by the way... Any info on that?
you can type this to type the names and ID of all the current active scenarios into the chat:

Code: Select all

/script for index, scenarioData in ipairs(GameData.ScenarioQueueData) do EA_ChatWindow.Print(L"Name: "..GetScenarioName(scenarioData.id)..L" , ID: "..towstring(scenarioData.id)) end

Re: Scenario IDs needed

Posted: Thu Apr 30, 2020 9:29 pm
by Cornerback
Thanks fella!