Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

RS3 Christmas 2018 sleigh clicker

Joined
Mar 4, 2018
Messages
12
Just wondering if anyone could make a sleigh clicker for XP at the G.E area,
Just a basic one to keep the xp rolling, so when it stops you it jjust re clicks
Thankyou,
 
Joined
Jul 28, 2018
Messages
11
Wrote a VRM bot for it a couple days ago. Seems to work fine.

Code:
{
  "Variables": [
    {
      "name": "Sleigh",
      "value": "Sleigh",
      "type": "GO"
    },
    {
      "name": "Summon Christmas spirit",
      "value": "Summon Christmas spirit",
      "type": "ACTION"
    }
  ],
  "NodeCollection": [
    {
      "name": "StartCondition",
      "base": {
        "id": "c9b3dd07-a0ee-4ddc-a56b-b8df2cd6d93e",
        "position": {
          "x": "0.0",
          "y": "0.0"
        },
        "flowTasks": {
          "success": "d32cedd2-df0a-4ba5-9e82-7d4e793ce1c6"
        },
        "delayMultiplier": 1.0
      },
      "variables": {
        "GameMode": "RS3",
        "IntervalLow": 334.4789228947462,
        "IntervalHigh": 1413.4051805717218
      }
    },
    {
      "name": "PlayerCondition",
      "base": {
        "id": "87fbe2a8-331b-4296-af6a-4b90cdd5dd75",
        "position": {
          "x": "624.0",
          "y": "293.0"
        },
        "flowTasks": {
          "failure": "4e3be3e5-537b-4d4e-878e-5725225a0e2d"
        },
        "delayMultiplier": 1.0,
        "queryData": {
          "within": "",
          "MinLvl": "",
          "MaxLvl": "",
          "type": "NpcQuery"
        }
      },
      "variables": {
        "Values": [],
        "ValueRegex": false,
        "Condition": "Is skilling:"
      }
    },
    {
      "name": "InteractionAction",
      "base": {
        "id": "4e3be3e5-537b-4d4e-878e-5725225a0e2d",
        "position": {
          "x": "1060.0",
          "y": "408.0"
        },
        "flowTasks": {},
        "delayMultiplier": 1.0,
        "queryData": {
          "bool0": false,
          "bool1": false,
          "bool2": false,
          "bool3": false,
          "list3": [
            "Summon Christmas spirit"
          ],
          "TypeList": [],
          "within": "",
          "results": "",
          "type": "GOQuery"
        }
      },
      "variables": {
        "Condition": "GameObject",
        "ItemValues": [
          "Seligh"
        ],
        "ItemRegex": false,
        "ActionValues": [
          "Summon Christmas spirit"
        ],
        "ActionRegex": false
      }
    },
    {
      "name": "GameObjectCondition",
      "base": {
        "id": "d32cedd2-df0a-4ba5-9e82-7d4e793ce1c6",
        "position": {
          "x": "190.0",
          "y": "233.0"
        },
        "flowTasks": {
          "success": "87fbe2a8-331b-4296-af6a-4b90cdd5dd75"
        },
        "delayMultiplier": 1.0,
        "queryData": {
          "bool0": false,
          "bool1": false,
          "bool2": false,
          "bool3": false,
          "list3": [
            "Summon Christmas spirit"
          ],
          "TypeList": [],
          "within": "",
          "results": "",
          "type": "GOQuery"
        }
      },
      "variables": {
        "ItemValues": [
          "Seligh"
        ],
        "ItemRegex": false,
        "ActionValues": [
          "Summon Christmas spirit"
        ],
        "ActionRegex": false
      }
    }
  ],
  "BotCategory": "OTHER",
  "inventoryData": {},
  "internalData": {
    "Mouse multiplier": 1.0,
    "Mouse path": "CLOUSE_PATH_GENERATOR",
    "Disable advanced": false
  }
}
 
Top