Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • brad734

    Scripter
    • Posts

      17
    • Joined

    • Last visited

    About brad734

    Recent Profile Visitors

    The recent visitors block is disabled and is not being shown to other users.

    brad734's Achievements

    1. Why make it so difficult. Just use something like if(GrandExchange.isOpen()) { if (GrandExchange.buyItem("Nature rune", 100, 50)) { if (Sleep.sleepUntil(GrandExchange::isReadyToCollect, Calculations.random(10000, 20000))) { GrandExchange.collect(); } } }
    2. Having issues uploading script to SDN. Will be my first free submission. Keep getting error "that git repo and/or module doesn't exist" The script is saved in C:\users\user\git\MyScripts\GnomeAgility\src\files.... Have committed and pushed to SDN. I have script repo set as: MyScripts Script module set as: GnomeAgility What am I doing wrong here?
    3. Basic script for running the gnome agility course Will run the course forever - Nothing more Requirements: Start near the course
    4. I have my own script for combining herblore things. What is it you want to combine exactly
    5. Doubt your IP is flagged. I've had bans in waves, then months of no bans, visa-versa. Always just used my home IP as an amateur botter. If you're really concerned a VPN isn't the answer. You should look into residential proxys
    6. Stats of the account - 99 Magic, 99FM, 84 Mining/60 RC/ 10HP/ + Phoenix pet Account status (bans, mutes) - None. Clean record Login screen - Rested for 1 month Quests (completed) - F2P quests including restless ghost Account wealth (non-tradeable or tradeable) - None Minimum bid (price to start bids) - 85m Autowin - Payment method - OSRS GP only Trading conditions (middleman) - Your cost Previous owners (if any) - None. Im first and only owner. OSRS GP only. Contact: DM here or discord. Matryoshka__ (Cowistree)#7208
    7. I've been making a slayer bot and been searching high and low for a list of all the Player configs or varbits for slayer tasks. I couldn't find anything so I'm stuck doing tasks one by one and finding out task IDs as I go. Does anyone have a list of all the task configs by chance?
    8. I tired searching but I couldn't find a recent tutorial that seemed to make sense. How can I add interactable objects to the web walker. For example in the Varrock sewers the #walk method does not slash the web when walking to red spiders, so fails to traverse parts of the dungeon effectively and clicks between nodes where it cannot walk without first slashing the web. How could I add the web "slash" into the web walker in this situation?
    9. I have had issues with the webwalker choosing paths that require climbing boots from Death plateau. It does not check if you have done the quest, or if you have the boots equipped. Specifically when trying to #walk to Frem slayer dungeon while having a games necklace available. It will teleport to Burthorpe then walk north and ignore the need for climbing boots. Gets stuck around rockfalls for obvious reasons.
    10. I've noticed when my scripts are looking for objects such npcs, rocks, trees etc and they aren't on screen, it will often adjust the camera to the lowest pitch while rotating to find the object. is there any easy way to keep the camera pitch at the highest while rotating to find objects? It feels a little unnatural to me? Maybe it isn't an issue but Id prefer to keep the pitch high while rotating the camera
    11. Have you tried Magic.castSpell(Arceus.SHADOW_VEIL);
    12. I've noticed that calling Bank#open when in Lumbridge swamp and Lumbridge graveyard is pathing to Alkharid bank as the closest bank. The pathing is broken and will never get there. It will walk to the river in the swamp and try click across the river to get to the bank. It is also not the closest bank anyway. This might be the closest as the crow flys but walking it is not the closest (It should be Lumbridge banks).
    13. When Bank#open is called and cooking guild is the closest bank, it will attempt to open the door when player does not have chefs hat/cooking skill cape etc. Gets stuck there spam clicking door when you cannot enter. I have the appropriate cooking level and have not tested this if my character was to not have the correct level. not sure if this is intentional or not
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.