Results 1 to 4 of 4

Thread: what would you recommend?

  1. #1
    Join Date
    Oct 2006
    Location
    H0M3
    Posts
    142
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default what would you recommend?

    taking into consideration that i am new to scripting but i am willing to learn, what would you recommend i use/learn in order to find the fishing spots in the fishing guild.

    i have the idea to use this, but it dosent always work specially if theres someone on the spot already.
    SCAR Code:
    Procedure FindfishingSpot;
    Procedure FindfishingSpot;
    begin
    repeat
    FindObjCustom(x,y,['cage','age','cag'],[8417382,9340029,8944499,11379871,
    10195339,9800323],20)
    mouse(x,y,4,4,false);
    until ChooseOption('Cage');
    end;
    Last edited by apx900; 04-15-2009 at 12:03 AM. Reason: Found a better way but still not fully functional

  2. #2
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    RM's fisher uses TPA's and it seems to work well

    you could check that ^^

  3. #3
    Join Date
    Oct 2006
    Location
    H0M3
    Posts
    142
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i tweaked the colour a bit and now it works everytime, but my question is how bannable is it, if i use it like for finding and clicking the fishing spot.
    Last edited by apx900; 04-15-2009 at 05:11 PM. Reason: typo, sorry i'm dislexic

  4. #4
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    do a case for the clicking?



    shouldn't be too bannable

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
  •