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

Template:Misc: Difference between revisions

Template page
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Misc==
==Misc==


All G Scripts have a dedicated Misc tab, where you can customise and set default options. These are broken down across two tabs. The first tab is any setting that doesn't belong in its own tab or sub tab. The second is for Discord Webhooks, so your script can send messages to your Discord Server/Channel with updates from your Script.
All G Scripts have a dedicated Misc tab, where you can customise and set default options. These are broken down across two tabs.


===Misc Settings===
===Misc Settings===
[[File:MISC1.png|right]]
This first tab is any setting that doesn't belong in its own tab or sub tab in the script. Below is an [[#Example_2|example]] of my [[GYama]] Misc Tab > Misc Settings.
{| class="wikitable"
{| class="wikitable"
|-
|-
! Setting !! Description
! Setting !! Description
|-
|- id="autobond"
| '''Auto Bond Days''' || If your membership is less than or equal to the provided value, it will use a bond if you have one, or buy one and use it if you can afford one.
| '''Auto Bond Days''' || If your membership is less than or equal to the provided value, it will use a bond if you have one, or buy one and use it if you can afford one.
|-
|-
Line 14: Line 14:
|-
|-
| '''Use Script Events''' || Will fire off script events within the client, generally speeding up actions.
| '''Use Script Events''' || Will fire off script events within the client, generally speeding up actions.
|-
|- id="region"
| '''World Region''' || The region of the wolrd the script will play on. I.E selecting Australia the script will play on Australian worlds only, unless an actively requires a certain world i.e example being Pest Control W344.
| '''World Region''' || The region of the wolrd the script will play on. I.E selecting Australia the script will play on Australian worlds only, unless an actively requires a certain world i.e example being Pest Control W344.
|-
|-
| '''Blacklisted World Region''' || The script will NEVER hop to or login to this world region.
| '''Blacklisted World Region''' || The script will NEVER hop to or login to this world region.
|-
|- id="blacklist"
| '''World Blacklist''' || Any worlds put in here will not be hopped to. Split them with a comma. For example: 301,302,303
| '''World Blacklist''' || Any worlds put in here will not be hopped to. Split them with a comma. For example: 301,302,303
|-
|-
Line 44: Line 44:
|}
|}


<br>
====Example====
[[File:misc-example.png|right|200px]] This example is from my [[GYama]]. In this example (click image to see full size), the [[#autobond|Auto Bond]] setting in is set to 2, so once membership gets down to 2 days, the bot will buy a bond to extend it. If [[#Muling|Muling]] is setup, it'll ask the mule for money to buy a bond if it's too poor. Custom Mouse Speed and Script Events are the default settings, and [[#region|world region]] is set to Australia since my bots server is in Australia. I've [[#blacklist|blacklisted]] world 424 and 425 as I've noticed it's unstable and causes bad tick ratio, and whitelist is empty so it'll use any other Australia world. The rest of the settings I've left as the default.


===Webhook Settings===
===Webhook Settings===
[[File:MISC2.png|right]]
This second is for Discord Webhooks, so your script can send messages to your Discord Server/Channel with updates from your Script.
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 74: Line 75:
| '''Proggy URL''' || A screenshot of a picture of the proggy when the script stops.
| '''Proggy URL''' || A screenshot of a picture of the proggy when the script stops.
|}
|}
====Example====
[[File:webhook-example.png|right]] This example is from my [[GYama]]. In this example, there are five webhooks populated:
Rare Drop URL, Rare Drop Screenshot URL and Pet Drop URL all have the same webhook generated from one Discord channel called drops. The Banned URL and the Script Stop URL both have another webhook that is generated from a channel called information.
This allows me to be notified when I get rare drops, pets, the account is banned or the script is stopped to either of these Discord Channels.
{{Template:DiscordWebhook}}