Jump to content

Private Server custom quest ID


Furinkazan

Recommended Posts

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
Share on other sites

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.

Link to comment
Share on other sites

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
Share on other sites

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
Share on other sites

  • 10 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...