Adblock breaks this site

Dart tip fletch plugin

Discussion in 'Client Plugins' started by Dutch biceps, May 19, 2020.

  1. Dutch biceps

    Dutch biceps Newcomer

    Joined:
    May 13, 2020
    Posts:
    4
    Referrals:
    0
    Sythe Gold:
    3
    Vouch Thread:
    Click Here
    Dart tip fletch plugin

    Is there any fletch plugin for openosrs that can fletch darts just by clicking on the dart tips?
    (saw someone on youtube today that made this, so wondering if this is available atm)
     
  2. Snatchchat

    Snatchchat Newcomer

    Joined:
    May 2, 2017
    Posts:
    5
    Referrals:
    0
    Sythe Gold:
    13
    Dart tip fletch plugin

    /*
    Simple AHK script to fletch darts using the mousewheel
    Usage: Place tips and feathers side by side horizontally
    in any two inventory slots
    */

    #NoEnv
    Coordmode, Mouse, Window
    SendMode Input
    SetTimer, Reset, 100
    global Count := 1

    #If WinActive("RuneLite")

    $WheelUp::
    $WheelDown::

    if Count(4, 1) OR Count(4, 3)
    Click Left
    else if Count(4, 2)
    MouseMove, 40, 0, 0, R
    else if Count(4, 4)
    MouseMove, -40, 0, 0, R

    return


    Reset:
    If (A_TimeSinceThisHotkey > 600)
    Count := 1
    Return

    Count(Limit, Check) {
    If (Count = Check) {
    Count := ((Count >= Limit) ? 1 : Count + 1)
    Return True
    }
    Return False
    }

    Use this for ahk with your scrollwheel
     
  3. Cliiqq

    Cliiqq Member

    Joined:
    Nov 18, 2013
    Posts:
    47
    Referrals:
    0
    Sythe Gold:
    28
    Dart tip fletch plugin

    Yep it's called oneclick by a guy named Ganom and it's free this allows you to click on the dart tips and it will insta make darts
     
    sinkovsky likes this.
< Buy | . >


 
 
Adblock breaks this site