Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/09/22 in all areas

  1. Thanks for letting me know I'll see why those aren't saving and post a new update shortly. Also appreciate the kind words means a lot seriously, thanks again Np I am also talking to some supermods about what this scenario @Prolax
    1 point
  2. Mirror is way way better it basically shows up as playing the normal client to them
    1 point
  3. Background SF has a Is Interacting and Is Not Interacting checks. However, these are general checks and only come true if an (any) npc is interacting with the player. It doesn't take into account whether the distance you're trying to check comes from that interacting npc or whether the action you want to perform will be performed on the interacting npc. Having the following would be extremely useful for making more advanced scripts. Methods: If Player Distance to Entity <-- Add isInteracting filter Interact with NPC <-- Add isInteracting filter If NPC Overhead Prayer is <-- Add isInteracting filter If NPC Overhead Prayer is not <-- Add isInteracting filter If NPC Health percent is <-- Ad isInteracting filter isInteracting(Character<?> character) Returns whether this character is facing/interacting with the specified character. Why is this useful? There are certain actions in osrs that require for you to take an action based on the interacting npc rather that any npc. This includes trying to keep a safe distance from an npc in a room full of other, similar npcs (Undead Druids, Brutal Dragons, etc.). Switching to correct attack style (Demonic Gorillas). Also, when creating a slayer script so that the slayer items such as bag of salt, ice, etc. are used in the interacting npc rather than any npc in the room. How can it be used? Moving away from melee range in Undead Druids: [0, Variables, getBoolean, 1:shouldMoveAway, 3:false] [0, MyPlayer, getDistanceTo, 1:Undead Druid, 1:NPC, 1:<=, 2:1, 3:true] (isInteracting Filter) [0, Variables, editBoolean, 1:shouldMoveAway, 3:true] Changing to the correct weapon in Demonic Gorillas [1, NPC, getPrayerIcon, {true}, 1:Demonic Gorilla, 1:PROTECT_FROM_MELEE] (isInteracting Filter) [1, Variables, editString, 1:Weapon Type, 1:enableRangeWeapon] Interacting with the correct NPC during slayer: [2, Variables, getBoolean, 1:shouldUseSlayerItem, 3:false] [2, NPC, getCurrentHealthPercent, 1:Rock Slug, 2:10, 1:<=] (isInteracting Filter) [2, Variables, editBoolean, 1:shouldUseSlayerItem, 3:true] [3, Variables, getBoolean, 1:shouldUseSlayerItem, 3:true] [3, NPC, getCurrentHealthPercent, 1:Rock slug, 2:11, 1:>=] (isInteracting Filter) [3, Variables, addOr] [3, Variables, getBoolean, 1:shouldUseSlayerItem, 3:true] [3, MyPlayer, myPlayerIsInteracting, {false}] [3, Variables, editBoolean, 1:shouldUseSlayerItem, 3:false] [4, Variables, getBoolean, 1:shouldUseSlayerItem, 3:true] [4, Inventory, interactWith, 1:Bag of salt, 1:Use] [4, NPC, interactWith, 1:Rock slug, 1:Use, 3:true, 3:false, 3:true, 3:false, 3:false] (isInteracting Filter)
    1 point
  4. Same problem as shaddez above.
    1 point
  5. Hey, I am trying to get the stun+alch to work but the textbox for the item name does not show up/allow you to type into it.
    1 point
  6. Hey Czar, after some thorough testing, using the stronghold of security plugin, using both Save and Save As options, I can't get any newly created profile to remember to grab armor gear. Each time I load the profile I saved (using Save or Save As, tried both) it doesn't grab gear and the armor tab is blank (after opening the saved profile). Again, your scripts are the bomb. Cheers.
    1 point
  7. Done activated trial enjoy, be sure to use New Mouse since until you get vip/mirror mode for best results, take breaks multiple times and you're fine. Bankstanding spells are the safest by far, e.g. enchanting, alching, etc.
    1 point
  8. Yah im using all top 3 zones.
    1 point
  9. Could I get a trial please??
    1 point
  10. The whole point of this topic is to explain to new users the best way to bot without getting caught. Yes, 10hrs per account per week sucks. But it seems that based on the experience of this user... its the safest method. He never said "the most efficient way of botting." Please actually read the thread before commenting. Also congrats to the alleged suiciders who get away with no bans! You must have supraphysiological botting skills unmatched by us common swine.
    1 point
  11. I do not know how or where to get this I tried posting on reddit. Can someone help?
    0 points
×
×
  • Create New...