More actions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
* Enough GP to purchase [[osrs:Unpowered orbs|Unpowered orbs]] and [[osrs:Cosmic runes|Cosmic runes]]. | * Enough GP to purchase [[osrs:Unpowered orbs|Unpowered orbs]] and [[osrs:Cosmic runes|Cosmic runes]]. | ||
==== General Settings ==== | |||
<!-- Show GAIO paragraph if gaio=yes --> | |||
{{#ifeq:{{{gaio|}}}|yes| | {{#ifeq:{{{gaio|}}}|yes| | ||
<div style="margin-bottom: 10px;"> | <div style="margin-bottom: 10px;"> | ||
This task has no customisable settings, as unlike the [[GOrbs]] standalone script, it doesn't support Tick manipulation and the begin and end gold farming goals are controlled via this [[Gold_Farming_%26_Resource_Management|GAIO Setting]]. | This task has no customisable settings, as unlike the [[GOrbs]] standalone script, it doesn't support Tick manipulation and the begin and end gold farming goals are controlled via this [[Gold_Farming_%26_Resource_Management|GAIO Setting]]. | ||
</div> | </div> | ||
|<!-- Fallback required or block gets dropped silently --> | |||
}} | }} | ||
<!-- Show table if gaio is no or blank --> | |||
{{#ifeq:{{{gaio|no}}}|no| | {{#ifeq:{{{gaio|no}}}|no| | ||
<div | <div> | ||
<table class="wikitable"> | |||
<tr> | |||
<th>Setting</th> | |||
<th>Tooltip</th> | |||
</tr> | |||
<tr> | |||
<td>'''GP To Start'''</td> | |||
<td>If you have less gold than the amount defined here, the script will start farming orbs.</td> | |||
</tr> | |||
<tr> | |||
<td>'''GP To End'''</td> | |||
<td>This is the amount of gold the script will farm up to before stopping.</td> | |||
</tr> | |||
<tr> | |||
<td>'''Tick Manipulation (Menu Manip Only)'''</td> | |||
<td>Charging is normally on a 6 tick cycle. You can bring this down to a 4 tick cycle with tick manipulation.</td> | |||
</tr> | |||
</table> | |||
</div> | </div> | ||
|<!-- Fallback clause REQUIRED --> | |||
}} | }} |