Signup Now
Results 1 to 10 of 10

Thread: Auto Fishing

  1. #1
    Free User
    Join Date
    Feb 2015
    Posts
    48
    Reputation
    10
    Rep Power
    0

    Auto Fishing

    Good morning , I have a problem with the AutoFishing.lua

    init start
    -- local SCRIPT_VERSION = '1.0.1'

    local fishwithnoworms = false
    local maxfish = {from = 20, to = 30}
    maxfish.current = math.random(maxfish.from, maxfish.to)
    init end

    auto(400,600) listas('dontlist')
    if $cap > itemweight('fish') then
    if not fishwithnoworms and itemcount('worms') == 0 then
    listas('Please, open the backpack containing worms')
    elseif itemcount('fish') <= maxfish.current then
    fish(30)
    maxfish.current = math.random(maxfish.from, maxfish.to)
    end
    end


    We download file, set up like this in the script above , I have the fishing rod and the worms in the backpack , but it does not work!
    Note : Fishing rod in hotkeys
    Last edited by ozzix; 02-28-2015 at 01:33 PM.

  2. #2
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    do you have nire than 30 fishes on you?

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  3. #3
    Free User
    Join Date
    Feb 2015
    Posts
    48
    Reputation
    10
    Rep Power
    0
    nop, look my scrren!

    Sem título.jpg

  4. #4
    Wind Powered dimasdagama's Avatar
    Join Date
    Mar 2014
    Location
    Rio de Janeiro
    Posts
    367
    Reputation
    22
    Rep Power
    21
    probably there is no spot to fish.
    takes 30min, I guess, to "recover"

    try move to another place, with new areas

  5. #5
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    Quote Originally Posted by biri View Post
    nop, look my scrren!

    Sem título.jpg
    well i dno, remove the map mark?

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  6. #6
    Free User
    Join Date
    Feb 2015
    Posts
    48
    Reputation
    10
    Rep Power
    0
    @dimasdagama I'm training here from Yesterday was running normal! I logged to sleep , when I woke up and began to train in the same place , stopped working.
    I do not believe it to be the place , I trained 12 hours yesterday , no problem !
    Last edited by biri; 02-28-2015 at 01:53 PM.

  7. #7
    Free User
    Join Date
    Feb 2015
    Posts
    48
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by ozzix View Post
    well i dno, remove the map mark?
    I removed the map mark , deleted the script and opened again. It did not work !

  8. #8
    Free User
    Join Date
    Feb 2015
    Posts
    48
    Reputation
    10
    Rep Power
    0
    Note : Manually can usually fish!

  9. #9
    Free User
    Join Date
    Feb 2015
    Posts
    48
    Reputation
    10
    Rep Power
    0
    @dimasdagama decided to follow his tip and self fishing was back up fishing in another place , thank you very much !
    Subject solved.

  10. #10
    Free User
    Join Date
    May 2015
    Posts
    1
    Reputation
    10
    Rep Power
    0
    I'm also trying to use the action fish() and it isnt working here...

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •