May 23, 20196 yr Hello everyone, I would like to create a quest profile that include quest(s) added by the private server, but i don't know how to find the quest ID, i've done some research with no result so far...or i'm blind... Thx in advance for helping ?
May 23, 20196 yr Open up the devtools, switch it to C# and run the below. It should then show you all your quest IDs in the log. foreach(var q in Quest.GetLogQuestId()) { Logging.Write(q.ID.ToString()); } Don't know about the devtools? Read this.
May 23, 20196 yr Author i thought it will be somewhere in the devtools, but i do not know C# i tried to run it but nothing.. ( robotManager.Helpful.Var.SetVar("dbgOutput", VALUE_HERE); ) dbgOutput = Execute time: 0) Do i need to change something ?
May 23, 20196 yr 10 minutes ago, Furinkazan said: i thought it will be somewhere in the devtools, but i do not know C# i tried to run it but nothing.. ( robotManager.Helpful.Var.SetVar("dbgOutput", VALUE_HERE); ) dbgOutput = Execute time: 0) Do i need to change something ? it will say in you're logs .
April 23, 20205 yr Hi @Marsbar & @Smokie, I just tried the above and got following results in the output section: Im on a 1.12.1 vanilla private server - can you help me figure this out, am i missing something here?
April 23, 20205 yr 15 minutes ago, Ordush said: You need to look at the log in your bot not the output area of the dev tools. Aah thanks! :) @Ordush ? Works like a charm.
Create an account or sign in to comment