Logitech Keyboard Fishing? menu

User Tag List

Results 1 to 5 of 5
  1. #1
    mpollywolly's Avatar Active Member

    Reputation
    33
    Join Date
    Aug 2007
    Posts
    271
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Logitech Keyboard Fishing?

    I recently purchased a Logitech G510 keyboard and I'm really interested in using one of the G-keys to automate fishing in wow. I've seen multiple youtube vids, etc. However before I go through the hassel of trying to make one myself. I figured I'd ask if anyone on here had a script to do this, or help me to create my own script.

    Example:

    Logitech Keyboard Fishing?
  2. #2
    Bagger's Avatar Active Member
    Reputation
    60
    Join Date
    Apr 2007
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To be fair mate, using G15 Keybored for that is just as wrong as using a bot as in its not alllowed by blizz - it will propperly be better and easyer for you just to get a bot to do.

    Google did find however;


    //before use this script:
    //1: set 1024*768, close all disply effects, close hardware point
    //2: open skill book, drag fishing out, set hotkey ALT+P
    //3: if you want to automatically add bait
    // 1)create a macro:
    // /script for k=0,4 do if not GetWeaponEnchantInfo(16) then for w=1,22 do if GetContainerItemLink(k,w) and string.find(GetContainerItemLink(k,w),"YOURBAITNAME") then UseContainerItem(k,w); PickupInventoryItem(16);AutoEquipCursorItem();end;end;end;end
    // 2)change YOURBAITNAME to your bait name
    // 2)Drag this macro out, set hotkey: ALT+O
    // 3)use bait: 1, don't use bait:0
    //4: face water, only water in your vision

    UserVar fishertime=0
    If fishertime<>0
    KeyDown 18,1
    KeyPress 79,1
    KeyUp 18,1
    Delay 6000
    starttime=now
    EndIf
    timeagain=0
    dela=0
    Rem start
    timeagain=timeagain+1
    //scan center
    x=398:y=200
    dim color0(2)
    dim avcolor
    dim ddcolor
    dim yy
    dim dr
    dim dg
    dim db
    dim xlong
    dim xx
    //use fishing Pole
    KeyDown 18,1
    KeyPress 80,1
    KeyUp 18,1
    Delay 2100
    //space between scan point
    v=35
    delaytime=0
    //scan 20 times
    a=1:b=0
    j=7:k=1
    p=1
    For 12
    For 2
    n=a*j+b*k
    For n
    x=x+a*p*v:y=y+b*p*v
    MoveTo x,y
    Delay 40+dela
    IfColor x y 000000 0
    Delay 100
    IfColor x y 000000 0
    MoveTo x,y+50
    Goto over1
    EndIf
    Goto over2
    EndIf
    EndFor
    c=a:a=b:b=c
    EndFor
    p=p*(-1)
    j=j+1:k=k+1
    EndFor
    If dela<9
    Dela=dela+8
    EndIf
    Goto start
    Rem over2
    a=1:b=0
    j=1:q=1
    p=1
    For 6
    For 2
    n=a*j+b*q
    For n
    x=x+a*p*v:y=y+b*p*v
    MoveTo x,y
    Delay 120
    IfColor x y 000000 0
    Delay 100
    IfColor x y 000000 0
    Goto over1
    EndIf
    EndIf
    EndFor
    c=a:a=b:b=c
    EndFor
    p=p*(-1)
    j=j+1:q=q+1
    EndFor
    Dela=dela+10
    Goto start
    //scan bobber 1
    Rem over1
    Delay 100
    xx=x
    yy=y+50
    If k=1
    yy=yy+10
    EndIf
    For 70
    MoveTo xx,yy
    Delay 10+dela
    IfColor xx yy 000000 0
    y0=yy
    MoveTo x-80 y0-20
    Goto over3
    EndIf
    yy=yy-2
    EndFor
    Rem over3
    //scan bobber 2
    Delay 100
    xx=x-60
    yy=y0-20
    For 50
    MoveTo xx,yy
    Delay 10+dela
    IfColor xx yy 000000 0
    x0=xx
    Goto over7
    EndIf
    xx=xx+2
    EndFor
    Rem over7
    //scan bobber 3
    dim color0(2)
    xx=x0+14
    yy=y0+20
    MoveTo xx,yy+1
    Delay 100
    VBSCall cpix=GetPixelColor(xx,yy)
    color0(0)=cint("&H"&left(cpix,2))
    color0(1)=cint("&H"&mid(cpix,3,2))
    color0(2)=cint("&H"&right(cpix,2))
    For 70
    MoveTo xx,yy+1
    yy=yy-1
    VBSCall cpix=getpixelcolor(xx,yy)
    dr=abs(color0(2)-cint("&H"&right(cpix,2)))
    dg=abs(color0(1)-cint("&H"&mid(cpix,3,2)))
    db=abs(color0(0)-cint("&H"&left(cpix,2)))
    avcolor=int((dr+db+dg)/3)
    ddcolor=abs(dr-avcolor)+abs(dg-avcolor)+abs(db-avcolor)
    If ddcolor>10 or dr+dg+db>100
    y0=yy
    x0=xx
    Goto over4
    EndIf
    Rem re1
    color0(0)=cint("&H"&left(cpix,2))
    color0(1)=cint("&H"&mid(cpix,3,2))
    color0(2)=cint("&H"&right(cpix,2))
    EndFor
    Goto start
    Rem over4
    //wait...
    xx=x0
    yy=y0-5
    ddcolor=0
    i=0
    VBSCall cpix=GetPixelColor(xx,yy)
    color0(0)=cint("&H"&left(cpix,2))
    color0(1)=cint("&H"&mid(cpix,3,2))
    color0(2)=cint("&H"&right(cpix,2))
    While 1>0
    If delaytime>28000
    Goto start
    EndIf
    i=i+1
    VBSCall cpix=getpixelcolor(xx,yy)
    dr=abs(color0(2)-cint("&H"&right(cpix,2)))
    dg=abs(color0(1)-cint("&H"&mid(cpix,3,2)))
    db=abs(color0(0)-cint("&H"&left(cpix,2)))
    avcolor=int((dr+db+dg)/3)
    ddcolor=abs(dr-avcolor)+abs(dg-avcolor)+abs(db-avcolor)
    If ddcolor>40 or dr+dg+db>150
    Goto over5
    EndIf
    EndWhile
    Rem over5
    //pull fish pole
    MoveTo xx+50,yy+50
    Delay 100
    MoveTo xx,yy
    KeyDown 16,1
    RightClick 1
    KeyUp 16,1
    Delay 2000
    //add BUFF every 5 min
    If datediff("s",starttime,now)>303 and fishertime<>0
    KeyDown 18,1
    KeyPress 79,1
    KeyUp 18,1
    Delay 6000
    starttime=now
    dela=0
    EndIf
    goto start
    rem over
    //Automatically fish script
    //BY myjoy
    Rem Fish
    Sub fish
    //move mouse away
    MoveTo 100 100
    Gosub yuer
    Delay 1000
    //use fishing Pole, hotkey 1
    KeyPress 49 1
    Delay 2000
    Rem Find
    //The key is finding bait... change modal
    VBS dim x1,y1
    VBSCall FindColorEx(121,141,922,517,"CBA4D3",1,0.8,x1,y1)
    VBSCall FindColorEx(121,141,922,517,"4C2E42",1,0.8,x1,y1)
    VBSCall FindColorEx(121,141,922,517,"583747",1,0.8,x1,y1)
    VBSCall FindColorEx(121,141,922,517,"563C58",1,0.8,x1,y1)
    VBSCall FindColorEx(121,141,922,517,"C4BAC6",1,0.8,x1,y1)
    If x1>=0 and y1>=0
    MoveTo x1 y1
    Else
    Goto Find
    EndIf
    Delay 2000
    VBS dim x2,y2,color,color1
    Rem Judge
    VBSCall GetCursorPos(x2,y2)
    //color change means fish is eating bait
    VBSCall color=GetPixelColor(x2,y2)
    Delay 100
    VBSCall color1=GetPixelColor(x2,y2)
    If color<>color1
    Delay 200
    //use plugin to pull fishing pole by right-click
    RightClick 1
    Delay 1500
    Else
    Delay 50
    Goto Judge
    EndIf
    Goto Fish
    Return
    Sub yuer
    //bait
    IfColor 883 48 88225E 1
    Delay 50
    //use autobar plugin to add bait by clicking a point
    MoveTo 16 689
    LeftClick 1
    Delay 8000
    Else
    Delay 50
    EndIf
    Return
    Last edited by Bagger; 01-25-2011 at 03:03 AM.
    The internet, where men are men, women are men, and children are the FBI

  3. #3
    mpollywolly's Avatar Active Member

    Reputation
    33
    Join Date
    Aug 2007
    Posts
    271
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Thaloc View Post
    To be fair mate, using G15 Keybored for that is just as wrong as using a bot as in its not alllowed by blizz - it will propperly be better and easyer for you just to get a bot to do.

    Google did find however;
    Wow! Thank you very much, I do realize that your are most likely correct, however I assumed that removing the possibility of detection would make me somewhat safer. I don't plan on using it while afk, so I'm guess that unless a player reports me I won't be banned?

  4. #4
    Bagger's Avatar Active Member
    Reputation
    60
    Join Date
    Apr 2007
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah - unless you get a report and they look in to keystoke's you are more the fine ^^ i use my G15 for milling D/E And crafting aswell :P not like they will ever find out that i'm
    The internet, where men are men, women are men, and children are the FBI

  5. #5
    jezzebella's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You don't want to use this though really because fishing isn't that darn hard anyway. Sure it's time consuming but just watch tv or chat with your guild.

    I use the logitech keyboard, and I looked up my fishing. What I have set up is on the M2 set, I put this in for each key...

    g1 = ` (the ` key is bound on my toolbar with the fishing cast skill)
    g2 = mouse click

    this way you can cast with your g1, move your mouse over to the bobber and g2 to click. Rinse and repeat. This doesn't violate the EULA because each key is a separate key stroke.

Similar Threads

  1. Replies: 51
    Last Post: 02-05-2013, 03:28 PM
  2. Replies: 2
    Last Post: 10-06-2012, 12:58 PM
  3. Logitech Keyboard
    By Sonho in forum Community Chat
    Replies: 1
    Last Post: 01-15-2011, 02:19 PM
  4. Automate Trick or Treating (Logitech Macro Keyboard)
    By AzureKaitou in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 10-25-2009, 03:55 AM
  5. Guide: Gold (Deviate Fish Farming)
    By janzi9 in forum World of Warcraft Guides
    Replies: 7
    Last Post: 04-19-2006, 04:56 PM
All times are GMT -5. The time now is 04:14 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search