Page 8 of 9 FirstFirst ... 6789 LastLast
Results 176 to 200 of 202

Thread: Tanner

  1. #176
    Join Date
    Dec 2011
    Posts
    195
    Mentioned
    2 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by Kevin View Post
    No. TunaPotatoes and SummerPies.
    --- NexzAuto ---
    --- Simplicity is the ultimate sophistication. - Leonardo Da Vinci ---

  2. #177
    Join Date
    Apr 2013
    Location
    South East USA
    Posts
    40
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    Hey thanks for updating your script so quickly. This is one of my favorite ones. Right now I am having a problem with the walking procedure back to the Al K bank.
    Debug:
    Script started.
    Error: Out Of Range at line 994
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap]

    I'm not sure how to fix that and it happens everytime. It gets stuck right south of the furnace. Also the walking to tanner sometimes winds up to north west end of Al k but it wont give me a debug for that.

    Also why does SMART need your start procedure to work? I cant get SMART to load without it. It is very well written but seems overkill. What exactly is it doing?

  3. #178
    Join Date
    Dec 2011
    Posts
    195
    Mentioned
    2 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by photodumb View Post
    Hey thanks for updating your script so quickly. This is one of my favorite ones. Right now I am having a problem with the walking procedure back to the Al K bank.
    Debug:
    Script started.
    Error: Out Of Range at line 994
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap]

    I'm not sure how to fix that and it happens everytime. It gets stuck right south of the furnace. Also the walking to tanner sometimes winds up to north west end of Al k but it wont give me a debug for that.

    Also why does SMART need your start procedure to work? I cant get SMART to load without it. It is very well written but seems overkill. What exactly is it doing?
    I don't know why these errors happen, SRL stuff, I dont use DTMs and bitmaps.
    Will work on the walking later.
    The SMART code is because RSReady fails and I needed a diff screen size. The code is copied and edited from SmartParams.simba
    --- NexzAuto ---
    --- Simplicity is the ultimate sophistication. - Leonardo Da Vinci ---

  4. #179
    Join Date
    Apr 2013
    Location
    South East USA
    Posts
    40
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    Quote Originally Posted by Nexz View Post
    I don't know why these errors happen, SRL stuff, I dont use DTMs and bitmaps.
    Will work on the walking later.
    The SMART code is because RSReady fails and I needed a diff screen size. The code is copied and edited from SmartParams.simba
    ok thanks I wanted to let you know that now with the new Lumbridge thing the player gets divine tears randomly and cannot be deposited in the bank. This will trigger your failsafe for things like fletching bows. I just raised the number to 2. Also your bank amount counter wont count more then two digits so if the item has over a thousand and there is for example 4008 of x it reads 08 then sets off the failsafe for not enough inventory items. Took out the inventory failsafe and put this in:

    while ((not State) and (GetSystemTime < (TimeA + 10000))) do
    if (InvLoad = 28) then
    begin
    State := True;
    break;
    end else
    Stop('not enough materials');
    I hope you dont mind me giving you some ideas for your script.

  5. #180
    Join Date
    Jun 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Same error here as for Photodumb. Worked only for a few minutes(max 5 mins in a total frame of 1 to 2 hours) before stopping. Also sometimes clicks on Karim(Kebab seller) and stops script unable to find tanner. And sometimes cannot deposit and cannot withdraw errors are also shown. But still better than not botting at all in RS3.

    PS:I think the player clicks on Kebab seller when player is walking. It happens for me in such situation. No problems when in run mode.
    Last edited by angelaelikutty; 07-28-2013 at 10:24 AM.

  6. #181
    Join Date
    Dec 2011
    Posts
    195
    Mentioned
    2 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by photodumb View Post
    ok thanks I wanted to let you know that now with the new Lumbridge thing the player gets divine tears randomly and cannot be deposited in the bank. This will trigger your failsafe for things like fletching bows. I just raised the number to 2. Also your bank amount counter wont count more then two digits so if the item has over a thousand and there is for example 4008 of x it reads 08 then sets off the failsafe for not enough inventory items. Took out the inventory failsafe and put this in:

    while ((not State) and (GetSystemTime < (TimeA + 10000))) do
    if (InvLoad = 28) then
    begin
    State := True;
    break;
    end else
    Stop('not enough materials');
    I hope you dont mind me giving you some ideas for your script.
    Quote Originally Posted by angelaelikutty View Post
    Same error here as for Photodumb. Worked only for a few minutes(max 5 mins in a total frame of 1 to 2 hours) before stopping. Also sometimes clicks on Karim(Kebab seller) and stops script unable to find tanner. And sometimes cannot deposit and cannot withdraw errors are also shown. But still better than not botting at all in RS3.

    PS:I think the player clicks on Kebab seller when player is walking. It happens for me in such situation. No problems when in run mode.
    Thank you, very useful information!
    I had a lack of time (for testing) over the past few days (working).
    Will work on it now, doesn't seem much.
    --- NexzAuto ---
    --- Simplicity is the ultimate sophistication. - Leonardo Da Vinci ---

  7. #182
    Join Date
    Sep 2012
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Hey, Nice script, pleased to know its working so soon.

    Before RS3, multiple scripts were able to run with just one script.
    When I say multiple, I mean all at once, not one after another.

    Your script on the other hand pairs up with two screens at once 0.o.
    Sometimes it even says it doesn't detect me logged in so it stops in 2 seconds after pressing "Play".

    Any ideas?

  8. #183
    Join Date
    Dec 2011
    Posts
    195
    Mentioned
    2 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by cool4 ltr View Post
    Hey, Nice script, pleased to know its working so soon.

    Before RS3, multiple scripts were able to run with just one script.
    When I say multiple, I mean all at once, not one after another.

    Your script on the other hand pairs up with two screens at once 0.o.
    Sometimes it even says it doesn't detect me logged in so it stops in 2 seconds after pressing "Play".

    Any ideas?
    Replace
    Simba Code:
    CountL := SmartGetClients(True);
        SetLength(IDs, CountL);
        if (CountL > 0) then
          for Iz := 0 to (CountL - 1) do
            IDs[Iz] := SmartClientID(Iz);
        CountR := Length(IDs);
        if (CountR > 0) then
        begin
          for Inn := 0 to (CountR - 1) do
          begin
            if SmartPairClient(IDs[Inn]) then
            begin
              Ic := IDs[Inn];
              SetEIOSTarget('libsmartremote', ToStr(Ic));
              Writeln('Paired with SMART[' + ToStr(Ic) + ']');
              Paired := True;
            end;
          end;
        end;
        if (not Paired) then
        begin
          Params := Explode(',', Between('<iframe id="game" src="', '"',
              GetPage('http://www.runescape.com/game.ws?j=1')));
          if (Length(Params) <> 2) then
            Stop('Failed to grab SMART parameters. Check internet/firewall');
          SomeI := SmartSpawnClient(ReplaceWrap(
              PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1],
              800, 600, 's', '', '', '');
          if (SomeI > 0) then
          begin
            try
              SetEIOSTarget('libsmartremote', ToStr(SomeI));
              Writeln('Loading SMART: ' + Params[0] + Params[1]);
            except
              Stop('Fatal Error: Pairing Clients; Terminating Script');
            end;
          end else
            Stop('Smart Cannot Spawn Clients');
        end;
    by
    Simba Code:
    Params := Explode(',', Between('<iframe id="game" src="', '"',
              GetPage('http://www.runescape.com/game.ws?j=1')));
          if (Length(Params) <> 2) then
            Stop('Failed to grab SMART parameters. Check internet/firewall');
          SomeI := SmartSpawnClient(ReplaceWrap(
              PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1],
              800, 600, 's', '', '', '');
          if (SomeI > 0) then
          begin
            try
              SetEIOSTarget('libsmartremote', ToStr(SomeI));
              Writeln('Loading SMART: ' + Params[0] + Params[1]);
            except
              Stop('Fatal Error: Pairing Clients; Terminating Script');
            end;
          end else
            Stop('Smart Cannot Spawn Clients');

    I can make an option for this in the new version.
    --- NexzAuto ---
    --- Simplicity is the ultimate sophistication. - Leonardo Da Vinci ---

  9. #184
    Join Date
    Jun 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    I changed the WaiterTime from 300 to 1500 and mouse speed, and now it seems bugs are lower. Ran the script for 44 mins without any break!

    Time: 00:44:10. Items: 1064. Items per hour: 1444.

  10. #185
    Join Date
    Dec 2011
    Posts
    195
    Mentioned
    2 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by angelaelikutty View Post
    I changed the WaiterTime from 300 to 1500 and mouse speed, and now it seems bugs are lower. Ran the script for 44 mins without any break!

    Time: 00:44:10. Items: 1064. Items per hour: 1444.
    Not bad But it's better to increase Wait(8000 + Random(500)); @ // Walk to the tanner Ellis.
    --- NexzAuto ---
    --- Simplicity is the ultimate sophistication. - Leonardo Da Vinci ---

  11. #186
    Join Date
    Jun 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Thank you!!! Its fixed.
    I have no knowledge in Java scripting but your comments helped. So since I thought walking was the problem just increased what I thought increased the time required for mouse clicks.

    Dint know where else to edit just to increase time to tanner Ellis.

    But still sometimes "Error: Out Of Range at line 994" pops up.

  12. #187
    Join Date
    Dec 2011
    Posts
    195
    Mentioned
    2 Post(s)
    Quoted
    17 Post(s)

    Default

    New version is up
    Done fixing, tweaking and testing. No buggs so far.
    --- NexzAuto ---
    --- Simplicity is the ultimate sophistication. - Leonardo Da Vinci ---

  13. #188
    Join Date
    Sep 2012
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Nexz View Post
    Replace
    Simba Code:
    CountL := SmartGetClients(True);
        SetLength(IDs, CountL);
        if (CountL > 0) then
          for Iz := 0 to (CountL - 1) do
            IDs[Iz] := SmartClientID(Iz);
        CountR := Length(IDs);
        if (CountR > 0) then
        begin
          for Inn := 0 to (CountR - 1) do
          begin
            if SmartPairClient(IDs[Inn]) then
            begin
              Ic := IDs[Inn];
              SetEIOSTarget('libsmartremote', ToStr(Ic));
              Writeln('Paired with SMART[' + ToStr(Ic) + ']');
              Paired := True;
            end;
          end;
        end;
        if (not Paired) then
        begin
          Params := Explode(',', Between('<iframe id="game" src="', '"',
              GetPage('http://www.runescape.com/game.ws?j=1')));
          if (Length(Params) <> 2) then
            Stop('Failed to grab SMART parameters. Check internet/firewall');
          SomeI := SmartSpawnClient(ReplaceWrap(
              PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1],
              800, 600, 's', '', '', '');
          if (SomeI > 0) then
          begin
            try
              SetEIOSTarget('libsmartremote', ToStr(SomeI));
              Writeln('Loading SMART: ' + Params[0] + Params[1]);
            except
              Stop('Fatal Error: Pairing Clients; Terminating Script');
            end;
          end else
            Stop('Smart Cannot Spawn Clients');
        end;
    by
    Simba Code:
    Params := Explode(',', Between('<iframe id="game" src="', '"',
              GetPage('http://www.runescape.com/game.ws?j=1')));
          if (Length(Params) <> 2) then
            Stop('Failed to grab SMART parameters. Check internet/firewall');
          SomeI := SmartSpawnClient(ReplaceWrap(
              PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1],
              800, 600, 's', '', '', '');
          if (SomeI > 0) then
          begin
            try
              SetEIOSTarget('libsmartremote', ToStr(SomeI));
              Writeln('Loading SMART: ' + Params[0] + Params[1]);
            except
              Stop('Fatal Error: Pairing Clients; Terminating Script');
            end;
          end else
            Stop('Smart Cannot Spawn Clients');

    "I can make an option for this in the new version."
    Thanks for the fast reply, I just tested it today, and not sure if it's just me.

    Issues I encountered after replacing:
    Loads Smart -> Scripts stops playing as soon as it starts loading.
    I log in and set up everything, I restart script and it just loads another Smart screen, In other words it doesn't pair 0.0.

  14. #189
    Join Date
    Jun 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    error:
    Time: 00:03:15.
    No point found to walk to.
    Stopped.
    (While returning from tanner).

    Another:
    Time: 00:02:18.
    No(t enough) items (100+) in the specified bank spot.
    Stopped.

    And when trying to run multiple accounts,It only pairs with one account. Can you do something about that?
    Last edited by angelaelikutty; 08-08-2013 at 04:57 AM.

  15. #190
    Join Date
    Apr 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is a good script but i have a small problem with it

  16. #191
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  17. #192
    Join Date
    May 2013
    Posts
    38
    Mentioned
    1 Post(s)
    Quoted
    21 Post(s)

    Default

    i'm not seeing the script to download copied and pasted it and run it and it said

    [Error] (1137:24): Unknown identifier 'SmartClientID' at line 1137
    Compiling failed.
    ~AnonymousUser

  18. #193
    Join Date
    Dec 2011
    Posts
    195
    Mentioned
    2 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by AnonymousUser View Post
    i'm not seeing the script to download copied and pasted it and run it and it said

    [Error] (1137:24): Unknown identifier 'SmartClientID' at line 1137
    Compiling failed.
    Install SMART v8.2
    http://villavu.com/forum/showthread.php?t=106033
    --- NexzAuto ---
    --- Simplicity is the ultimate sophistication. - Leonardo Da Vinci ---

  19. #194
    Join Date
    May 2013
    Posts
    38
    Mentioned
    1 Post(s)
    Quoted
    21 Post(s)

    Default

    Starting.
    Started.
    Time: 0:0:0. Rounds: 0.
    Stopping. No script with that name.
    Successfully executed.
    ~AnonymousUser

  20. #195
    Join Date
    Dec 2011
    Posts
    195
    Mentioned
    2 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by AnonymousUser View Post
    Starting.
    Started.
    Time: 0:0:0. Rounds: 0.
    Stopping. No script with that name.
    Successfully executed.
    Read: Setup @ http://villavu.com/forum/showthread.php?t=106033
    --- NexzAuto ---
    --- Simplicity is the ultimate sophistication. - Leonardo Da Vinci ---

  21. #196
    Join Date
    Sep 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    thx for the script my friend worked well

  22. #197
    Join Date
    Apr 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I don't see the attached file on there Sad day..

  23. #198
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Jizyx View Post
    I don't see the attached file on there Sad day..
    First link in thread.

  24. #199
    Join Date
    Apr 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    First link in thread.
    That doesn't give me the script, it just takes me to his page.

  25. #200
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Jizyx View Post
    That doesn't give me the script, it just takes me to his page.
    have you actually clicked on it?

Page 8 of 9 FirstFirst ... 6789 LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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