Page 41 of 47 FirstFirst ... 313940414243 ... LastLast
Results 1,001 to 1,025 of 1155

Thread: [Osr][Reflection]elfyyy's Pest Control

  1. #1001
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    Quote Originally Posted by Dead798 View Post
    Hey, Firstly thanks for the awesome script its working fine, I'm just curious as to what these messages are.

    Code:
    SMART [1124]: Field not found t
    SMART [1124]: Field not found y
    SMART [1124]: Field not found aw
    Notice them get spammed a lot when the bot takes a long time to move/

    also with the spending the points if I wanted melee would it be melee hat, melee top, melee gloves?

    Code:
    | ================================================== ==== 
    |  Time Running : 2 Hours, 30 Minutes and 23 Seconds
    |  Status  : Taking Break... We have 31 mins until break is over
    |  Games Played   : 33
    |  Won/Lost/Not Enough Damage: 32 / 1 / 0
    |  Points Earned/Per Hour: 64 / 42
    |  Rewards Bought: 0
    |================================================= =========
    It's a S.M.A.R.T error. Nothing to worry about as long as the include works
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  2. #1002
    Join Date
    Jul 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Keep having this problem can anyone help?

    Exception in Script: Unable to find file 'SRL-OSR/SRL/misc/al_functions.simba' used from 'C:\Simba\Scripts\ElfyyyPc-V3.3.simba

  3. #1003
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    Quote Originally Posted by Leylxnd View Post
    Keep having this problem can anyone help?

    Exception in Script: Unable to find file 'SRL-OSR/SRL/misc/al_functions.simba' used from 'C:\Simba\Scripts\ElfyyyPc-V3.3.simba
    Read the thread.
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  4. #1004
    Join Date
    Jul 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    Read the thread.
    i have tried my best to follow it where do you think i am going wrong?

  5. #1005
    Join Date
    Feb 2014
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    bot is not working anymore it doesnot attack the monster it just right click them this happen after update plz help
    Last edited by champrocks2; 08-02-2014 at 07:04 AM.

  6. #1006
    Join Date
    Aug 2014
    Posts
    167
    Mentioned
    2 Post(s)
    Quoted
    73 Post(s)

    Default

    Working fine for me right now.
    Combat stats are pretty abysmal, but it's working flawlessly. Just taking a bit too long to click on the enemies sometimes (by the time it clicks on them, they're already dead).
    Other than that, I haven't seen any other issues, so it's fine for me.
    Keep up the awesome job, man.

  7. #1007
    Join Date
    Jul 2014
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Doesn't seem to attack anything for me, Right clicks on the monster but wont actually left click it or the portal.

  8. #1008
    Join Date
    Aug 2014
    Posts
    167
    Mentioned
    2 Post(s)
    Quoted
    73 Post(s)

    Default

    Quote Originally Posted by Dead798 View Post
    Doesn't seem to attack anything for me, Right clicks on the monster but wont actually left click it or the portal.
    Pretty sure it's cuz of our combat levels.
    If I wasn't so horrible with programming, I'd be able to change it myself, but I don't know how.

  9. #1009
    Join Date
    Feb 2012
    Location
    UK
    Posts
    909
    Mentioned
    10 Post(s)
    Quoted
    191 Post(s)

    Default

    It was because of broken reflection include hooks. Should be updated now though.
    Solar from RiD.

  10. #1010
    Join Date
    Aug 2014
    Posts
    167
    Mentioned
    2 Post(s)
    Quoted
    73 Post(s)

    Default

    Quote Originally Posted by Solar View Post
    It was because of broken reflection include hooks. Should be updated now though.
    It still doesn't attack monsters that often for me.
    Tried to raise combat a bit, didn't help that much.
    Right clicks em n just moves mouse away. Never bothers to attack, unless it's the portal even if monster attacking would be on.

  11. #1011
    Join Date
    Jul 2014
    Posts
    7
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    So I just tried everything and it keeps logging out.
    Put it on the correct world and it logged out.
    What's wrong? D:

  12. #1012
    Join Date
    Feb 2012
    Location
    UK
    Posts
    909
    Mentioned
    10 Post(s)
    Quoted
    191 Post(s)

    Default

    Quote Originally Posted by zaboomasimba View Post
    It still doesn't attack monsters that often for me.
    Tried to raise combat a bit, didn't help that much.
    Right clicks em n just moves mouse away. Never bothers to attack, unless it's the portal even if monster attacking would be on.
    Seems the hooks didn't get updated then.
    If you check out the reflection include thread for Cheddy's post here https://villavu.com/forum/showthread...60#post1302260 ;
    menuOption and menuAction are the wrong way around. I swapped mine to what Cheddy had.

    Also, @iVeyron; The world switching (in the script, it doesn't use the include) is broken unless you fix it yourself since OSRS changed the world lobby layout a while back.

    This is what I have now and it works as far as I know (thanks to Krazy_Meerkat).
    Simba Code:
    {*Chooses Correct world to hop to, since SRL-OSR's is broken*}
    procedure myWorld(W: integer);
    var
      wArray: array of Integer;
      I: Integer;
    begin
      wArray := [301, 302, 303, 304, 305, 306, 308, 309, 310, 311, 312, 313, 314, 316, 317, 318, 319, 320, 321, 322, 325, 326, 327, 328, 329, 330, 333, 334, 335, 336, 337, 338, 341, 342, 343, 344, 345, 346, 349, 350, 351, 352, 353, 354, 357, 358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 373, 374, 375, 376, 377, 378, 381, 382, 383, 384, 393, 394];
      if inIntArrayEx(wArray, I, W) then
      begin
        elfMouse(250 + ((I / 17) * 90), 70 + (24 * (I mod 17)));
        wait(1000+random(500));
        clickMouse2(MOUSE_LEFT);
        exit;
      end
      else
        I := 28;
      elfMouse(250 + ((i / 17) * 90), 70 + (24 * (I mod 17)));
      Wait(1000+random(500));
      clickMouse2(MOUSE_LEFT);
      exit;
    end;
    Last edited by Solar; 08-05-2014 at 08:35 AM.
    Solar from RiD.

  13. #1013
    Join Date
    Aug 2014
    Posts
    167
    Mentioned
    2 Post(s)
    Quoted
    73 Post(s)

    Default

    Quote Originally Posted by Solar View Post
    Seems the hooks didn't get updated then.
    If you check out the reflection include thread for Cheddy's post here https://villavu.com/forum/showthread...60#post1302260 ;
    menuOption and menuAction are the wrong way around. I swapped mine to what Cheddy had.

    Also, @iVeyron; The world switching (in the script, it doesn't use the include) is broken unless you fix it yourself since OSRS changed the world lobby layout a while back.

    This is what I have now and it works as far as I know (thanks to Krazy_Meerkat).
    Simba Code:
    {*Chooses Correct world to hop to, since SRL-OSR's is broken*}
    procedure myWorld(W: integer);
    var
      wArray: array of Integer;
      I: Integer;
    begin
      wArray := [301, 302, 303, 304, 305, 306, 308, 309, 310, 311, 312, 313, 314, 316, 317, 318, 319, 320, 321, 322, 325, 326, 327, 328, 329, 330, 333, 334, 335, 336, 337, 338, 341, 342, 343, 344, 345, 346, 349, 350, 351, 352, 353, 354, 357, 358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 373, 374, 375, 376, 377, 378, 381, 382, 383, 384, 393, 394];
      if inIntArrayEx(wArray, I, W) then
      begin
        elfMouse(250 + ((I / 17) * 90), 70 + (24 * (I mod 17)));
        wait(1000+random(500));
        clickMouse2(MOUSE_LEFT);
        exit;
      end
      else
        I := 28;
      elfMouse(250 + ((i / 17) * 90), 70 + (24 * (I mod 17)));
      Wait(1000+random(500));
      clickMouse2(MOUSE_LEFT);
      exit;
    end;

    Oh, you are a lifesaver.
    I'll switch this around n try it out soon.
    Thanks a bunch, Solar!

    Edit: Works flawlessly now. Turns out it was, indeed, the hooks.
    Last edited by Hyperion; 08-05-2014 at 08:51 PM.

  14. #1014
    Join Date
    Jan 2012
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    I hope elfyyy is still active because I owe him a lot thanks to this script.
    Once my combat goal is complete it's party time!!!

  15. #1015
    Join Date
    Jul 2012
    Posts
    181
    Mentioned
    4 Post(s)
    Quoted
    67 Post(s)

    Default

    Thanks for this script
    |================================================= =========
    | elfyyy's Pest Control
    | Version 3.8
    | ================================================== ====
    | Time Running : 1 Hours, 40 Minutes and 44 Seconds
    | Status : Attacking Monsters
    | Games Played : 30
    | Won/Lost/Not Enough Damage : 28 / 2 / 0
    | Points Earned/Per Hour : 84 / 50
    | Rewards Bought : 1
    |================================================= =========

  16. #1016
    Join Date
    Aug 2014
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Error: Out Of Range at line 509
    The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge, 2, 3, 4, 5, 6]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap]

    This doesn't work for me anymore.
    Last edited by darkspell; 09-07-2014 at 03:23 PM.

  17. #1017
    Join Date
    May 2008
    Location
    Mental Hospital
    Posts
    414
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by darkspell View Post
    Error: Out Of Range at line 509
    The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge, 2, 3, 4, 5, 6]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap]

    This doesn't work for me anymore.
    I believe R_GetUpText is broken at the moment which is causing this problem.

  18. #1018
    Join Date
    Aug 2014
    Posts
    54
    Mentioned
    1 Post(s)
    Quoted
    24 Post(s)

    Default

    Quote Originally Posted by Noob King View Post
    I believe R_GetUpText is broken at the moment which is causing this problem.
    any idea when it will be fixed, or why its broken?

  19. #1019
    Join Date
    May 2008
    Location
    Mental Hospital
    Posts
    414
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by nixter243 View Post
    any idea when it will be fixed, or why its broken?
    Change these in your hooks.simba located at Simba\Includes\SRL-OSR\SRL\reflection\Core

    Simba Code:
    Client_MenuCount = 'client.ip';
    Client_MenuCount_Multiplier = -686236781;

  20. #1020
    Join Date
    Sep 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exception in Script: Duplicate declaration "Client" at line 81, column 22 in file "C:\Simba\Includes\SRL-OSR\SRL\Reflection\Core\Hooks.simba"

    Getting this, tried anything, doesn't work.

  21. #1021
    Join Date
    Oct 2006
    Posts
    6,752
    Mentioned
    95 Post(s)
    Quoted
    532 Post(s)

    Default

    Guys, sorry about going afk over the summer, but I'm back for a while. I don't exactly have a members account anymore so I'm not quite sure of the status of the script atm. Since I will also be back to keeping reflection updated if anyone wants to lend me an account or let me know the status of the script I can it back up and running!
    “The long-lived and those who will die soonest lose the same thing. The present is all that they can give up, since that is all you have, and what you do not have, you cannot lose.” - Marcus Aurelius

  22. #1022
    Join Date
    Aug 2014
    Posts
    54
    Mentioned
    1 Post(s)
    Quoted
    24 Post(s)

    Default

    Quote Originally Posted by elfyyy View Post
    Guys, sorry about going afk over the summer, but I'm back for a while. I don't exactly have a members account anymore so I'm not quite sure of the status of the script atm. Since I will also be back to keeping reflection updated if anyone wants to lend me an account or let me know the status of the script I can it back up and running!
    was running this fine before the includes needed updating

  23. #1023
    Join Date
    Jan 2012
    Posts
    468
    Mentioned
    3 Post(s)
    Quoted
    200 Post(s)

    Default

    Yea its a pain now all of SPS went down. Math error in an Include.

  24. #1024
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Not sure what is happening but when I load it up, it just sits at the runescape log in screen not doing anything. Also tried running script from boat.

  25. #1025
    Join Date
    Aug 2014
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    It stops after 3 minutes in game and does nothing. It might be the reflection but i don't know yet still waiting on updates. When I did have it running it randomly logs out into selecting world even when you have the right world. I might run some more tests once I have it running again.
    Last edited by darkspell; 10-03-2014 at 09:39 PM.

Page 41 of 47 FirstFirst ... 313940414243 ... 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
  •