Furinkazan 1 Posted May 23, 2019 Share Posted May 23, 2019 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 ? Link to comment https://wrobot.eu/forums/topic/11287-private-server-custom-quest-id/ Share on other sites More sharing options...
Marsbar 228 Posted May 23, 2019 Share Posted May 23, 2019 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. Skemez 1 Link to comment https://wrobot.eu/forums/topic/11287-private-server-custom-quest-id/#findComment-53936 Share on other sites More sharing options...
Furinkazan 1 Posted May 23, 2019 Author Share Posted May 23, 2019 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 ? Link to comment https://wrobot.eu/forums/topic/11287-private-server-custom-quest-id/#findComment-53939 Share on other sites More sharing options...
TheSmokie 242 Posted May 23, 2019 Share Posted May 23, 2019 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 . Link to comment https://wrobot.eu/forums/topic/11287-private-server-custom-quest-id/#findComment-53940 Share on other sites More sharing options...
Furinkazan 1 Posted May 23, 2019 Author Share Posted May 23, 2019 Oh ! thanks you ? Link to comment https://wrobot.eu/forums/topic/11287-private-server-custom-quest-id/#findComment-53941 Share on other sites More sharing options...
deelag 1 Posted April 23, 2020 Share Posted April 23, 2020 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? Link to comment https://wrobot.eu/forums/topic/11287-private-server-custom-quest-id/#findComment-57807 Share on other sites More sharing options...
Ordush 185 Posted April 23, 2020 Share Posted April 23, 2020 You need to look at the log in your bot not the output area of the dev tools. Skemez and deelag 1 1 Link to comment https://wrobot.eu/forums/topic/11287-private-server-custom-quest-id/#findComment-57808 Share on other sites More sharing options...
deelag 1 Posted April 23, 2020 Share Posted April 23, 2020 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. Link to comment https://wrobot.eu/forums/topic/11287-private-server-custom-quest-id/#findComment-57809 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now