• My Pages
  • Comments
  • Add Link
  • Subscribe
  • Subscribe User
  • Edit (GUI)
  • Edit (Text)
  • Rename Page
  • Copy Page
  • Load Page
  • Save Page
  • Delete Page
  • Attachments
  • Check Spelling
  • Diffs
  • Info
  • Revert to this revision
  • XML
  • Render as Docbook
  • Print View
  • Raw Text
  • Delete Cache
  • Like Pages
  • Local Site Map
  • Remove Spam
  • Package Pages
  • Sync Pages

    Revision 7 as of 2016-06-25 23:09:43

    Clear message

    Usage:

    completequests questtype

    Example:

    completequests
    completequests daily
    completequests routine

    CompleteQuests will automatically complete any quests that you have available to complete, and receive the awards that come from the quests. It can only be used in one city at any given time, you should not have multiple instances of the command running in others.

    Using the /mode and /type switches will allow you to more specifically define what type of quest you'd like to accept. For example:

    •      completequests /mode=routine
           completequests routine        // same as above

    Some more examples by quest type:

    •      // complete any finished quests of "Rebuild" or "Promotion" types
           completequests /type=rebuild,promotion          // type is not case-sensitive
           completequests routine /type=Rebuild,Promotion  // same as above
           completequests /mode=routine Rebuild,Promotion  // same as above
           completequests routine Rebuild,Promotion        // same as above
      
           // use quotes to specify quest type with spaces
           completequests /type="Domain Expansion,Commodity Gathering"

    You can even specify the quest by name:

    •      // complete "Population Increase" quest if finished
           completequests /name="Population Increase"
           completequests routine /name="Population Increase"                     // same as above
      
           // complete "Farming" quest, if finished
           completequests /name=farming                                           // name is not case-sensitive
           completequests /mode=routine /name=farming /type="Commodity Gathering" // same as above (any order of switches is allowed)
           completequests routine /type="Commodity Gathering" farming             // same as above
           completequests routine "Commodity Gathering" farming                   // same as above

    Using completequests routine will force the bot to accept promotions that are pending. Please note that using the command in this way will accept the first promotion in the list, which would be major before baronet, or colonel before baron, etc. You will probably want to specify title, rank, office, or name parameters for completing promotion quests:

    •      // complete any finished title promotion(s)
           completequests title
           completequests /type=Promotion /name=Knight,Baronet,Baron,Viscount,Earl,Marquis,Duke,Furstin,Prinzessin    // same as above
      
           // complete any finished office (rank) promotion(s)
           completequests office
           completequests rank                                                              // same as above
           completequests /type=Promotion /name=Lieutenant,Captain,Major,Colonel,General    // same as above

    Global settings "General" tab now also has a dropdown menu to select automatic completion types:

    •      0 - No
           1 - Yes, except promotions
           2 - Yes
           3 - Yes, promote Title first

    The above options allow to you turn all automated quest completion off (option 0), turn it all on except promotions (option 1), turn it all on including promotions (option 2), or turn it on including promotions but doing title before rank (option 3). Most people will be best suited with option 3, this will accept Baronet before Major and so on. Note: completequests and completequests routine behavior via script command is currently NOT affected by Complete Quests mode value in Global Settings. This means if you set the menu to option 3 and then do completequests routine, you will still get Major before Baronet (or Colonel before Baron, or General before Viscount). You must use completequests title if you want them accepted in the most useful order.


    ScriptAccount