Page 13 of 43 FirstFirst ... 3111213141523 ... LastLast
Results 301 to 325 of 1071

Thread: [C]Heavy-Rodder (Barbarian fisher)

  1. #301
    Join Date
    Jan 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Any idea when this will be fixed Flight?

  2. #302
    Join Date
    Nov 2006
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Works flawless once u change line 35 and dropping code accidently had my fishing bait in slot 2.... fail on my part

  3. #303
    Join Date
    Feb 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    After the line 35 and dropping fix it's been working very well, here's a proggie:

    Time Running: 3 Hours, 21 Minutes and 57 Seconds
    Trout caught: 1132
    Salmon caught: 883
    Sturgeon caught 874
    Fishing XP 188330
    Breaks: 0

    I'm at ~55k xp/h

  4. #304
    Join Date
    Jan 2012
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Managed to fix the drop procedure (for me, anyway). All I did was modify Tom's bitmap and increase the tolerance. I think the transparency of the menu was causing problems for me. :s

    Code:
      Procedure FastDropSlot(Slot: Integer);
      var
        X,Y,MenuHeader: Integer;
        TB: TBox;
      begin
       Case Slot of
          1: TB := IntToBox(564,214,598,244);
          2: TB := IntToBox(606,214,640,244);
          3: TB := IntToBox(648,214,682,244);
          4: TB := IntToBox(690,214,724,244);
    
          5: TB := IntToBox(564,250,598,280);
          6: TB := IntToBox(606,250,640,280);
          7: TB := IntToBox(648,250,682,280);
          8: TB := IntToBox(690,250,724,280);
    
          9: TB := IntToBox(564,286,598,316);
         10: TB := IntToBox(606,286,640,316);
         11: TB := IntToBox(648,286,682,316);
         12: TB := IntToBox(690,286,724,316);
    
         13: TB := IntToBox(564,322,598,352);
         14: TB := IntToBox(606,322,640,352);
         15: TB := IntToBox(648,322,682,352);
         16: TB := IntToBox(690,322,724,352);
    
         17: TB := IntToBox(564,358,598,388);
         18: TB := IntToBox(606,358,640,388);
         19: TB := IntToBox(648,358,682,388);
         20: TB := IntToBox(690,358,724,388);
    
         21: TB := IntToBox(564,394,598,424);
         22: TB := IntToBox(606,394,640,424);
         23: TB := IntToBox(648,394,682,424);
         24: TB := IntToBox(690,394,724,424);
    
         25: TB := IntToBox(564,430,598,460);
         26: TB := IntToBox(606,430,640,460);
         27: TB := IntToBox(648,430,682,460);
         28: TB := IntToBox(690,430,724,460);
        end;
        MouseSpeed := RandomRange(26,39);
        MouseBox(TB.X1, TB.Y1, TB.X2, TB.Y2, mouse_right);
        Wait(RandomRange(20, 75));
        MenuHeader := BitmapFromString(57, 15, 'meJzjEhTiGiJIUFJ6FA0zNHXHMW' +
            'SEXzGfmMRAIYjzcHEx0QBmE4jbcHEHFSLVqZgKkBMPqeKYVuNxAH6' +
            'n4jGTcjYuZxCjhorOwGM1Sd6nxKks3FwQNpBBBhsZYapBRvjVU+gM' +
            'yp2KqYaKTkULEEyT8SjGox6Xs3GpIUbvIEFYXcjNyzMIEcSpaIIAA' +
            'k7ppw==');
        if FindBitmapToleranceIn(MenuHeader, X, Y, 490, 180, 764, 490, 30) then
        begin
          MMouse(X, (Y+50), 20, 3);
          Wait(RandomRange(20, 75));
          ClickMouse2(True);
        end;
        FreeBitmap(MenuHeader);
      end;
    Last edited by Quintessence; 02-02-2012 at 09:55 AM.

  5. #305
    Join Date
    Jan 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have some small problem, when it is using Fishnalch it alch fish corectly, but not so fast as needed so after a while theres full inventory. Script is not able to drop rest of fish, it will just click on fish but no sellect "drop". Can you help me or repair the script?

    Thank you

    EDIT: Nevermind, I got it
    Last edited by Leonoras; 02-02-2012 at 03:33 PM.

  6. #306
    Join Date
    Feb 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    all is good apart from dropping the fish once i have a full invent.
    any help?

  7. #307
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it clicks the fishingskill icon that appears to upper part of the screen.then it stops.(worked three times 30 mins and always the same problem)
    Any fix for that?

    (Sry very bad english)
    Are there any possibilities to add 'gut' option to get caviar from fish and use it as bait?just thinking.
    Last edited by chelmid; 02-03-2012 at 06:14 PM.

  8. #308
    Join Date
    Jan 2012
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by chelmid View Post
    it clicks the fishingskill icon that appears to upper part of the screen.then it stops.(worked three times 30 mins and always the same problem)
    Any fix for that?

    (Sry very bad english)
    Are there any possibilities to add 'gut' option to get caviar from fish and use it as bait?just thinking.
    I noticed that too. I just commented out the skill hover anti-ban.

    Fishing bait costs like 5 coins each? Why would you want to jeopardise your experience per hour to save 5 coins per fishing bait?

    Edit: I'm getting this error randomly now.

    "Error: Out Of Range at line 738"

    It then opens up a new tab called 'text' with the line highlighted being:

    Code:
    function FindNPCChatText(txt: string; action: fnct_ActionOptions): boolean;
    Last edited by Quintessence; 02-04-2012 at 12:10 PM.

  9. #309
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    455
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Time Running: 2 Hours, 2 Minutes and 56 Seconds
    Trout caught: 741
    Salmon caught: 553
    Sturgeon caught 0
    Fishing XP 75760
    Breaks: 0
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

    Nice script! I'm 67 fish atm, so thats why the exp/hour is low :P

    EDIT:

    Epic script:
    =-=-=-=-=-=-=-= Heavy-rodder 1.35 by Flight =-=-=-=-=-=-=-=
    Time Running: 4 Hours, 44 Minutes and 57 Seconds
    Trout caught: 1658
    Salmon caught: 1123
    Sturgeon caught 0
    Fishing XP 161510
    Breaks: 1
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Last edited by okokokok; 02-04-2012 at 07:52 PM.
    07Scripter
    I mostly write private scripts

  10. #310
    Join Date
    Jan 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    .... i replaced line 35 and replaced the drop and it keeps on moving to the pyre ship area can some one please help me
    Looks like its fixed now
    Last edited by Ftcg; 02-04-2012 at 06:56 PM.

  11. #311
    Join Date
    Jan 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    for people with crappy computers or internet connection you should add a option to remove the paint. without it it increases the FPS immensely.

  12. #312
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    On SMART simple click the right-most button (Disable Debug).

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  13. #313
    Join Date
    Feb 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I cant get it to work keeps saying
    [Error] (36:32): Type mismatch at line 35
    Compiling failed.

  14. #314
    Join Date
    Jan 2012
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Change that line to LampSkill := Skill_Fishing;

    Apparently lampskills were changed from strings to integers.
    ^this.

  15. #315
    Join Date
    Feb 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] (36:32): Type mismatch at line 35
    Compiling failed.

  16. #316
    Join Date
    Feb 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks, Sorted ^^

  17. #317
    Join Date
    Feb 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Doesn't drop fish :|

  18. #318
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script has to be babysit because it clicks accidentally the fishing icon at least once per 30 mins.I hope that it's gnna be fixed.or can't i just delete that antiban which hovers over the popping up fishing icon?
    Plz help!(without that bug the script is perfect.)

  19. #319
    Join Date
    Feb 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by A_Dunn View Post
    Doesn't drop fish :|
    There's an edit for that on page 11 by TomTuff.

  20. #320
    Join Date
    Feb 2012
    Location
    Denver, CO
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey everyone,

    This is the first script that I've tried using Simba, and it seems to be working pretty well so far.

    I had to make the changes that others have posted, thanks to Quintessence and TomTuff for posting solutions.

    It's only been running for a few minutes, but it clicks the spot and drops the fish

    I'll post a proggy after it runs for a while.

    Thanks so much for posting this script!

    -Andres

  21. #321
    Join Date
    Feb 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Works fine appart from not dropping 1 or 2 fish.

    Why dont you update the original download link instead of having to add bits and bobs from everybody else,

    Lol took me two hours to get it the edit from tom in and working rofl.
    I can finally now go for a smoke knowing that all is well..
    Shit time flies doing anything to do with scripting

  22. #322
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Well those other fixes weren't mine, and I've been quite busy working on ZMI lately. Today I'll fix this script up along with my other 3 fishing scripts.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  23. #323
    Join Date
    Feb 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Busy bee!
    Could you tell me how to make it stop clicking on the fishing skill guide?
    If this is an anti-ban precaution is it ok to remove?
    Anyone reply to this i need to get some sleep, wanna get some exp while i do so. TYVM
    Pl4nK,

  24. #324
    Join Date
    Feb 2012
    Location
    Denver, CO
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Pl4nK View Post
    Busy bee!
    Could you tell me how to make it stop clicking on the fishing skill guide?
    If this is an anti-ban precaution is it ok to remove?
    Anyone reply to this i need to get some sleep, wanna get some exp while i do so. TYVM
    Pl4nK,
    If it's accessing the skill guide through the new floating xp pop ups, you can simply disable them. Do so by right clicking on the xp counter and toggling pop ups. I had the same issue. It was kind of hovering over the pop up and clicking it occasionally.

    If it's accessing the guide through the stats menu, I don't know what to tell you.

  25. #325
    Join Date
    Feb 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lets give it a go,
    Could see you was on this thread
    Thank you, and Goodnight!

    Edit: Shit i hope it is accessing it from the pop-up, Otherwise im gonna be in a bad mood before the day begins :/
    Who knows what could happen :O
    Last edited by Pl4nK; 02-06-2012 at 06:24 AM.

Page 13 of 43 FirstFirst ... 3111213141523 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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