Dart tip fletch plugin

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

Dart tip fletch plugin
  1. Unread #1 - May 19, 2020 at 2:48 PM
  2. Dutch biceps
    Joined:
    May 13, 2020
    Posts:
    4
    Referrals:
    0
    Sythe Gold:
    3
    Vouch Thread:
    Click Here

    Dutch biceps Newcomer

    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)
     
  3. Unread #2 - May 19, 2020 at 3:12 PM
  4. Snatchchat
    Joined:
    May 2, 2017
    Posts:
    5
    Referrals:
    0
    Sythe Gold:
    13

    Snatchchat Newcomer

    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
     
  5. Unread #3 - May 29, 2020 at 5:09 AM
  6. Cliiqq
    Joined:
    Nov 18, 2013
    Posts:
    43
    Referrals:
    0
    Sythe Gold:
    25

    Cliiqq Member

    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 | . >

Users viewing this thread
1 guest


 
 
Adblock breaks this site