Page 44 of 50 FirstFirst ... 344243444546 ... LastLast
Results 1,076 to 1,100 of 1226

Thread: [F]antastic [F]letcher [SRL/SMART]

  1. #1076
    Join Date
    May 2012
    Location
    Brazil, Rio de Janeiro.
    Posts
    160
    Mentioned
    2 Post(s)
    Quoted
    32 Post(s)

    Default

    Nevermind ---> it seemed to work for a little longer, but i went into a terrible infinite loop which can ban anyone do not copy it!
    Last edited by Zeta Matt; 05-24-2012 at 06:45 PM. Reason: SOMETHING WENT WRONG, IM TRYING TO FIX...
    "If, at someone, your wound still arouses pity,
    stone this vile hand that strokes you,
    spit on this lips that kiss you." (Augusto dos Anjos, translated from brazillian portuguese to english)
    http://villavu.com/forum/image.php?type=sigpic&userid=96295&dateline=137947  1136

  2. #1077
    Join Date
    May 2012
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by archermaths View Post
    Whooa! You did so many edits that I got lost!!!! I suggest you to redownload it lol, let me see the first problem you had:

    Oh it seems it logged you out after few invs, it happened to me too, but I need to know what happened before it logged you out. If it said "could not find 'craft' 1/2/3/4/5 times" then the improvisation I did was:

    Substitute the whole funcion "ClickItem" to:


    Simba Code:
    function ClickItem(upTextArray: Array of String; itemBox: TBox): Boolean;
    var
    --i, t: Integer;
    --B: TBox;
    begin
    --B := itemBox;
    --for i:=1 to 5 do
    --begin
    ----MouseBox(B.x1, B.y1, B.x2, B.y2, 3);
    ----MarkTime(lTimer);
    ----repeat
    ------Wait(RandomRange(200, 400));
    ------if IsUpTextMultiCustom(upTextArray)  then
    ------begin
    --------Debug('Found: ''' +optionUpText+ ''', clicking...');
    --------GetMousePos(x, y);
    --------Mouse(x, y, 0, 0, true);
    --------Result := True;
    --------Exit;
    ------end;
    ------if OverTime(lTimer) then
    ------begin
    --------Debug('Could not find ''' +optionUpText+ ''' '+IntToStr(i)+' times');
    --------DoAntiBan;
    --------Continue;
    ------end;
    ----until(false)
    --end;
    end;
    ----------Substitute all ' - ' for BLANK SPACES, it has to be right to work (seems that spaces dont appear here and i don't know how to put a simba code here)------------

    If you do not know how to edit a script do not do anything or you may do something wrong and get banned! Let me explain what I did:

    I substituted

    Simba Code:
    begin
            Debug('Could not find ''' +optionUpText+ ''' '+IntToStr(i)+' times');
            Break;
          end;      

    for

     begin
            Debug('Could not find ''' +optionUpText+ ''' '+IntToStr(i)+' times');
            DoAntiBan;
            Continue;

    So the script, when failed to craft, would do an AntiBan (so it would move mouse) and restart the crafting function. That's why I am believing the client's cursor is glitched ( if u read above posts you understood it), when the mouse moves it gets deglitched.

    Lol sorry, also... wrap your codes in "[sim"ba][/sim"ba]" so it's nicer to read (without the parentheses)


    and mang. Did u leave the could not finish fletching, or could not finish lines out? or just edit the antiban and continue


    Testing now
    Last edited by worglers2; 05-24-2012 at 06:15 PM.

  3. #1078
    Join Date
    May 2012
    Location
    Brazil, Rio de Janeiro.
    Posts
    160
    Mentioned
    2 Post(s)
    Quoted
    32 Post(s)

    Default

    Read my post above, I'll try to add simba code =D
    "If, at someone, your wound still arouses pity,
    stone this vile hand that strokes you,
    spit on this lips that kiss you." (Augusto dos Anjos, translated from brazillian portuguese to english)
    http://villavu.com/forum/image.php?type=sigpic&userid=96295&dateline=137947  1136

  4. #1079
    Join Date
    May 2012
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by archermaths View Post
    Read my post above, I'll try to add simba code =D
    "[sim"ba][/sim"ba]" or the little simba lion button when posting!

    I figured this out yesterday lol

  5. #1080
    Join Date
    May 2012
    Location
    Brazil, Rio de Janeiro.
    Posts
    160
    Mentioned
    2 Post(s)
    Quoted
    32 Post(s)

    Default

    Quote Originally Posted by worglers2 View Post
    Lol sorry, also... wrap your codes in "[sim"ba][/sim"ba]" so it's nicer to read (without the parentheses)


    and mang. Did u leave the could not finish fletching, or could not finish lines out? or just edit the antiban and continue


    Testing now
    Do not edit useless things in script before solving your problem, they accuse where the problem is =)

    I wrapped the code, substitute where I told to and do not erase anything else, if it works you can add "ClearDebug's" and erase WriteIn's ...
    "If, at someone, your wound still arouses pity,
    stone this vile hand that strokes you,
    spit on this lips that kiss you." (Augusto dos Anjos, translated from brazillian portuguese to english)
    http://villavu.com/forum/image.php?type=sigpic&userid=96295&dateline=137947  1136

  6. #1081
    Join Date
    May 2012
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by archermaths View Post
    Do not edit useless things in script before solving your problem, they accuse where the problem is =)

    I wrapped the code, substitute where I told to and do not erase anything else, if it works you can add "ClearDebug's" and erase WriteIn's ...
    ClearDebug's?
    How do i add those? lolwat?

    and what is the purpose of deleting WriteIn's?

  7. #1082
    Join Date
    May 2012
    Location
    Brazil, Rio de Janeiro.
    Posts
    160
    Mentioned
    2 Post(s)
    Quoted
    32 Post(s)

    Default

    Quote Originally Posted by worglers2 View Post
    ClearDebug's?
    How do i add those? lolwat?

    and what is the purpose of deleting WriteIn's?
    Lol first solve the problem >.< I just said some useless things, see:

    When u write ClearDebug; in any function, you erase everything in the debug box.

    When I said WriteIn I refered to any procedure that talks anything in the debug box. In this script we have the examples:

    Simba Code:
    Debug('Taking AFK break...');
    and
    Simba Code:
    Writeln(PadR('|       Bows Strung   : ' +IntToStr(Total.Strung), 62) + '|');

    Both procedures talks what is in betwen ' ' or ( ) on the debug box. I erase them just to stop the spamming... it bothers me somehow lol
    Last edited by Zeta Matt; 05-24-2012 at 06:29 PM.
    "If, at someone, your wound still arouses pity,
    stone this vile hand that strokes you,
    spit on this lips that kiss you." (Augusto dos Anjos, translated from brazillian portuguese to english)
    http://villavu.com/forum/image.php?type=sigpic&userid=96295&dateline=137947  1136

  8. #1083
    Join Date
    May 2012
    Location
    Brazil, Rio de Janeiro.
    Posts
    160
    Mentioned
    2 Post(s)
    Quoted
    32 Post(s)

    Default

    Nevermind ---> it seemed to work for a little longer, but i went into a terrible infinite loop which can ban anyone do not copy it!
    "If, at someone, your wound still arouses pity,
    stone this vile hand that strokes you,
    spit on this lips that kiss you." (Augusto dos Anjos, translated from brazillian portuguese to english)
    http://villavu.com/forum/image.php?type=sigpic&userid=96295&dateline=137947  1136

  9. #1084
    Join Date
    May 2012
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by archermaths View Post
    Lol first solve the problem >.< I just said some useless things, see:

    When u write ClearDebug; in any function, you erase everything in the debug box.

    When I said WriteIn I refered to any procedure that talks anything in the debug box. In this script we have the examples:

    Simba Code:
    Debug('Taking AFK break...');
    and
    Simba Code:
    Writeln(PadR('|       Bows Strung   : ' +IntToStr(Total.Strung), 62) + '|');

    Both procedures talks what is in betwen ' ' or ( ) on the debug box. I erase them just to stop the spamming... it bothers me somehow lol
    HAZAAH! It works! thank you so much
    Homie, u da man. thank you

  10. #1085
    Join Date
    May 2012
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by archermaths View Post
    Nevermind ---> it seemed to work for a little longer, but i went into a terrible infinite loop which can ban anyone do not copy it!
    No buddy. it's working, hold on here's a proggy



    /-------------------------------------------------------------\
    |-------------------------------------------------------------|
    | -daazndagger-'s |
    | [F]antastic [F]letcher |
    | Version 0.70 BETA _ dev |
    |-------------------------------------------------------------|
    | TOTALS : |
    | Time Running : 28 min 19 sec |
    | Logs Cut : 644 |
    | Exp Gained : 48300 |
    | Level Up's : 7 |
    | |
    | PLAYER 0 : [ Cutting Yew Longbow(U) ] |
    | Time Running : 27 min 59 sec |
    | Logs Cut : 644 |
    | Exp Gained : 48300 |
    | Exp / Hour : 107333 |
    | False Reason : |
    | |
    | |
    |-------------------------------------------------------------|


    how long did yours run for?

  11. #1086
    Join Date
    May 2012
    Location
    Brazil, Rio de Janeiro.
    Posts
    160
    Mentioned
    2 Post(s)
    Quoted
    32 Post(s)

    Default

    Man, pay attention to it, if it fails again, it will enter in an infinite loop of "DoAntiRandom"... which would stay moving your camera and hovering mouse over fletching skill. This would get you banned, I'm trying to make the script reset when it fails to craft... But I don't know how lol

    Mine ran for like 1 hour
    "If, at someone, your wound still arouses pity,
    stone this vile hand that strokes you,
    spit on this lips that kiss you." (Augusto dos Anjos, translated from brazillian portuguese to english)
    http://villavu.com/forum/image.php?type=sigpic&userid=96295&dateline=137947  1136

  12. #1087
    Join Date
    May 2012
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by archermaths View Post
    Man, pay attention to it, if it fails again, it will enter in an infinite loop of "DoAntiRandom"... which would stay moving your camera and hovering mouse over fletching skill. This would get you banned, I'm trying to make the script reset when it fails to craft... But I don't know how lol

    Mine ran for like 1 hour
    Yes! mine did that Do antirandom, antirandom, antirandom! and... well... It fix'd itself though?

    ERRR if he got back on and re-released .71beta correctly lol :/ I just got 25k YEW LOGS TOO
    for DAT 88 FLETCHING, lol


    maybe the magic word we are looking for is "repeat?"

    and i wonder what line i could stick that in. So it doesn't do this antirandom infiniloop

  13. #1088
    Join Date
    May 2012
    Location
    Brazil, Rio de Janeiro.
    Posts
    160
    Mentioned
    2 Post(s)
    Quoted
    32 Post(s)

    Default

    Look, use it carefully, I'll have a look at the script tomorrow after my test, now i really have no time for it cuz i have to study lol
    "If, at someone, your wound still arouses pity,
    stone this vile hand that strokes you,
    spit on this lips that kiss you." (Augusto dos Anjos, translated from brazillian portuguese to english)
    http://villavu.com/forum/image.php?type=sigpic&userid=96295&dateline=137947  1136

  14. #1089
    Join Date
    May 2012
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by archermaths View Post
    Look, use it carefully, I'll have a look at the script tomorrow after my test, now i really have no time for it cuz i have to study lol
    I know that feel. I finished my semester for the summer. Good luck on your exams my friend!
    and get to studying lol

  15. #1090
    Join Date
    May 2012
    Location
    Brazil, Rio de Janeiro.
    Posts
    160
    Mentioned
    2 Post(s)
    Quoted
    32 Post(s)

    Default

    Quote Originally Posted by worglers2 View Post
    Yes! mine did that Do antirandom, antirandom, antirandom! and... well... It fix'd itself though?

    ERRR if he got back on and re-released .71beta correctly lol :/ I just got 25k YEW LOGS TOO
    for DAT 88 FLETCHING, lol


    maybe the magic word we are looking for is "repeat?"

    and i wonder what line i could stick that in. So it doesn't do this antirandom infiniloop
    yeah we are looking for this damn "Repeat", but it doesnt exists lol, I'm looking for the first function that works when we run the script, so I can run it when it fails to craft, I need to go now lol
    "If, at someone, your wound still arouses pity,
    stone this vile hand that strokes you,
    spit on this lips that kiss you." (Augusto dos Anjos, translated from brazillian portuguese to english)
    http://villavu.com/forum/image.php?type=sigpic&userid=96295&dateline=137947  1136

  16. #1091
    Join Date
    May 2012
    Location
    Brazil, Rio de Janeiro.
    Posts
    160
    Mentioned
    2 Post(s)
    Quoted
    32 Post(s)

    Default

    Quote Originally Posted by worglers2 View Post
    I know that feel. I finished my semester for the summer. Good luck on your exams my friend!
    and get to studying lol
    lol ty
    "If, at someone, your wound still arouses pity,
    stone this vile hand that strokes you,
    spit on this lips that kiss you." (Augusto dos Anjos, translated from brazillian portuguese to english)
    http://villavu.com/forum/image.php?type=sigpic&userid=96295&dateline=137947  1136

  17. #1092
    Join Date
    May 2012
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What goes into a terrbile loop that can get you banned? and also, i had a script run for over 6 hours last night without SMART manager, however, im also quite annoyed. It kept ending itself because of "could not fletch" took out the first instance, and it works great! Now this annoying "could not craft" error happens. It sits there in inv, hovering over a log, waits ages, then banks, then might repeat 2 - 3 times. Then its fine for another 30 mins...

    Suggestions anyone ? :s and can it having the could not craft messages really affect the ban rate?

  18. #1093
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by -daazndagger- View Post
    I'm still inactive and not developing my scripts until after school, but I decided to fix one of the most annoying bugs of all: 'could not fletch'. Please tell me how it goes! I have only had one tester (a real life friend of mine), and the only reason that the error should occur is excessive lag issues. THANKS ALL!

    I present Version 0.71BETA
    Sorry for the bad upload - must've lost connection while uplading or something. Well, I re-uploaded and checked it and it's good You guys shouldn't have any problems with this one

    Test proggy from last night:
    Progress Report:
    /-------------------------------------------------------------\
    |-------------------------------------------------------------|
    |                       -daazndagger-'s                       |
    |                   [F]antastic [F]letcher                    |
    |                        Version 0.80 BETA                    |
    |-------------------------------------------------------------|
    |     TOTALS :                                                |
    |       Time Running  : 7 hr 3 min 47 sec                     |
    |       Bows Strung   : 10066                                 |
    |       Exp Gained    : 754950                                |
    |       Level Up's    : 3                                     |
    |                                                             |
    |     PLAYER 0 : [ Stringing Yew Longbow ]                    |
    |       Time Running  : 7 hr 34 min 30 sec                    |
    |       Bows Strung   : 10066                                 |
    |       Exp Gained    : 754950                                |
    |       Exp / Hour    : 99773                                 |
    |       False Reason  : Session Expired                       |
    |                                                             |
    |                                                             |
    |-------------------------------------------------------------|
    \-------------------------------------------------------------/
    
    Successfully executed.

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

  19. #1094
    Join Date
    May 2012
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok, quick question, why is anti-ban at 40? if i ran .70_DEV with 5/10, can i do same with this?

  20. #1095
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by imalegitbotter View Post
    ok, quick question, why is anti-ban at 40? if i ran .70_DEV with 5/10, can i do same with this?
    Sure - it doesn't really matter

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

  21. #1096
    Join Date
    Apr 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm also having the 30 minute problem as well. It works well until you reach around the 30 minute mark, and it automatically logs you out every time.

  22. #1097
    Join Date
    May 2012
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cahelms View Post
    I'm also having the 30 minute problem as well. It works well until you reach around the 30 minute mark, and it automatically logs you out every time.
    Is it with the .70 dev beta version? or the .71

  23. #1098
    Join Date
    Feb 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    to much work for me i messed up can someone set it up through teamviewer for me thanks

  24. #1099
    Join Date
    May 2012
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i, somehow, still get the "could not fletch" error.

  25. #1100
    Join Date
    Feb 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Still getting could not fletch D:

Page 44 of 50 FirstFirst ... 344243444546 ... 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
  •