Skip to content
f3re edited this page Sep 9, 2014 · 11 revisions

Quest Parameters

  • ["steps"]

  • the list of quest steps, indexed from 1 to n by increasing integer values (1,2,3,4,...,n)

  • ["level"]

  • the level the character must be for the bot to start the quest

  • this must be greater than or equal to the level actually required by the client to start the quest

  • this can be tweaked by the profile writer to make the bot higher level for harder quests, etc

  • ["prereq"]

  • a table of prerequisite quests indexed by job

  • an index of [-1] indicates that the table of quest ids are prerequisites for all jobs

  • example:

    ["prereq"] = { [1] = { [1] = 568; }; };