Size: 1168
Comment:
|
Size: 4599
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
||<tablestyle="margin: 1em 1em 1em 0px; background-color: rgb(249, 249, 249); border-style: solid; border-color: rgb(170, 170, 170); color: rgb(0, 0, 0); font-family: sans-serif; font-size: 13px; line-height: 19.5px; text-align: start; " tableclass="wikitable"style="border-style: solid; border-color: rgb(170, 170, 170); padding: 0.2em; background-color: rgb(242, 242, 242); ">Usage:||<style="border-style: solid; border-color: rgb(170, 170, 170); padding: 0.2em; ">completequests questtype|| ||<style="border-style: solid; border-color: rgb(170, 170, 170); padding: 0.2em; background-color: rgb(242, 242, 242); ">Example:||<style="border-style: solid; border-color: rgb(170, 170, 170); padding: 0.2em; ">completequests<<BR>>completequests daily<<BR>>completequests routine || |
||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start;" tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">completequests [optional /switch] questtype || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">completequests<<BR>>completequests daily<<BR>>completequests routine<<BR>>completequests title<<BR>>completequests rank<<BR>>completequests /type="Rebuild" || |
Line 5: | Line 5: |
!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, you cannot have multiple instances of the command running in others. | !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. |
Line 7: | Line 7: |
Using completequests routine will force the bot to accept promotions that are pending. | You can accept any routine quests or daily quests (such as the free daily amulet) with ''completequests routine'' or ''completequests daily'' respectively. Using the /mode, /name, 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. |
Line 9: | Line 66: |
CategoryAllScripts CategoryGeneralScripts | ScriptAccount |
Usage: |
completequests [optional /switch] questtype |
Example: |
completequests |
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.
You can accept any routine quests or daily quests (such as the free daily amulet) with completequests routine or completequests daily respectively. Using the /mode, /name, 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.