Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:GPestControl: Difference between revisions

Template page
No edit summary
No edit summary
Line 7: Line 7:


<!-- First paragraph: gaio=yes -->
<!-- First paragraph: gaio=yes -->
<div style="{{#ifeq:{{{gaio|yes}}}|yes||display:none;}}">
<div style="{{#ifeq:{{{gaio|}}}|yes||display:none;}}">
This task doesn't support obtaining points after you have gathered all gear, either for manually spending on combat XP or elite void. If you wish to gain points after obtaining all equipment, please see [[GPestControl]].
This task doesn't support obtaining points after you have gathered all gear, either for manually spending on combat XP or elite void. If you wish to gain points after obtaining all equipment, please see [[GPestControl]].
</div>
</div>


<!-- First paragraph: viewing template page -->
<!-- First paragraph: show on template only if gaio is unset -->
{{#ifeq:{{FULLPAGENAME}}|Template:GPestControl|
{{#ifeq:{{FULLPAGENAME}}|Template:GPestControl|
{{#ifeq:{{{gaio|}}}| |
<div>
<div>
This task doesn't support obtaining points after you have gathered all gear, either for manually spending on combat XP or elite void. If you wish to gain points after obtaining all equipment, please see [[GPestControl]].
This task doesn't support obtaining points after you have gathered all gear, either for manually spending on combat XP or elite void. If you wish to gain points after obtaining all equipment, please see [[GPestControl]].
</div>
</div>
}}
}}
}}


<!-- Second paragraph: gaio=no -->
<!-- Second paragraph: gaio=no -->
<div style="{{#ifeq:{{{gaio|yes}}}|no||display:none;}}">
<div style="{{#ifeq:{{{gaio|}}}|no||display:none;}}">
While this script doesn't support using points to gain combat experience or purchase elite void. By disabling the setting [[#stop|Stop on all pieces obtained]] it can continue to farm points after it has claimed all the required Void Knight Equipment. This means you can manually spend the points to gain combat XP or manually buy elite void if required.
While this script doesn't support using points to gain combat experience or purchase elite void. By disabling the setting [[#stop|Stop on all pieces obtained]] it can continue to farm points after it has claimed all the required Void Knight Equipment. This means you can manually spend the points to gain combat XP or manually buy elite void if required.
</div>
</div>


<!-- Second paragraph: viewing template page -->
<!-- Second paragraph: show on template only if gaio is unset -->
{{#ifeq:{{FULLPAGENAME}}|Template:GPestControl|
{{#ifeq:{{FULLPAGENAME}}|Template:GPestControl|
{{#ifeq:{{{gaio|}}}| |
<div>
<div>
While this script doesn't support using points to gain combat experience or purchase elite void. By disabling the setting [[#stop|Stop on all pieces obtained]] it can continue to farm points after it has claimed all the required Void Knight Equipment. This means you can manually spend the points to gain combat XP or manually buy elite void if required.
While this script doesn't support using points to gain combat experience or purchase elite void. By disabling the setting [[#stop|Stop on all pieces obtained]] it can continue to farm points after it has claimed all the required Void Knight Equipment. This means you can manually spend the points to gain combat XP or manually buy elite void if required.
</div>
</div>
}}
}}
}}