Page 33 of 40 FirstFirst ... 233132333435 ... LastLast
Results 801 to 825 of 1000

Thread: [Reflection] ineedbot's AIO Fisher

  1. #801
    Join Date
    Oct 2006
    Posts
    313
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    any plans to add anglerfish?

  2. #802
    Join Date
    Feb 2016
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Getting this error, can anyone help me please?

    ALy2pnb.jpg

  3. #803
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by Krowsey View Post
    Getting this error, can anyone help me please?

    ALy2pnb.jpg
    This is not script issue, it's cause aerolib has been updated.

  4. #804
    Join Date
    Feb 2016
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    This is not script issue, it's cause aerolib has been updated.
    I did update it though.

  5. #805
    Join Date
    Aug 2015
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Getting same error like Krowsey
    Last edited by maikelpro99; 02-16-2016 at 01:13 AM.

  6. #806
    Join Date
    Mar 2013
    Posts
    46
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    I am getting this Error right now, occuring in Simba\Includes\Reflection\lib\core\input\keyboard. simba
    reinstalled reflection include, but it didn't help
    Simba\Includes\Reflection\lib\core\input

    Error: Don't know which overloaded method to call with params (AnsiString, Variant, AnsiString, array [0..0] of Int32) at line 126


    Any ideas?


    @maikelpro99, have u tryed to update Aerolib manually? Had this error, too, fixed it by updating

  7. #807
    Join Date
    Aug 2015
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by slyce View Post
    I am getting this Error right now, occuring in Simba\Includes\Reflection\lib\core\input\keyboard. simba
    reinstalled reflection include, but it didn't help
    Simba\Includes\Reflection\lib\core\input

    Error: Don't know which overloaded method to call with params (AnsiString, Variant, AnsiString, array [0..0] of Int32) at line 126


    Any ideas?


    @maikelpro99, have u tryed to update Aerolib manually? Had this error, too, fixed it by updating
    I updated Aerolib but it didn't solve my problem.

  8. #808
    Join Date
    Apr 2014
    Posts
    323
    Mentioned
    0 Post(s)
    Quoted
    131 Post(s)

    Default

    I am having a weird issue I haven't run into in a while. After starting the script and smart has loaded, nothing happens.

    I've made sure aerolib, reflection, and simba are all up to date. b0c3505dfc5426d3beac5486557aa660.jpg

    EDIT: Changing the ingame graphics settings solved it.
    If all pork-chops were perfect, we wouldn't have hot-dogs.

  9. #809
    Join Date
    Apr 2014
    Posts
    323
    Mentioned
    0 Post(s)
    Quoted
    131 Post(s)

    Default

    Quote Originally Posted by maikelpro99 View Post
    I updated Aerolib but it didn't solve my problem.
    Did you ever figure it out?
    If all pork-chops were perfect, we wouldn't have hot-dogs.

  10. #810
    Join Date
    Apr 2014
    Posts
    323
    Mentioned
    0 Post(s)
    Quoted
    131 Post(s)

    Default

    I'm having a new weird issue.

    Im fishing sharks in the fishing guild and while I am standing on the docks, the script alternates between 'going to fish' and 'closed interface.' the red dot moves back and forth between the fishing spot and the top left corner of the smart screen.
    If all pork-chops were perfect, we wouldn't have hot-dogs.

  11. #811
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    The script no longer includes Aerolib and only uses the reflection include.
    The script is also now hosted on GitHub, so the you will need to download the new scripts, links are on the original post.

    Quote Originally Posted by hakishakataki View Post
    I'm having a new weird issue.

    Im fishing sharks in the fishing guild and while I am standing on the docks, the script alternates between 'going to fish' and 'closed interface.' the red dot moves back and forth between the fishing spot and the top left corner of the smart screen.
    Think its fixed now, seems like the report interface was updated and used child widgets.
    Discord: Guy#1693

  12. #812
    Join Date
    Apr 2014
    Posts
    323
    Mentioned
    0 Post(s)
    Quoted
    131 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    The script no longer includes Aerolib and only uses the reflection include.
    The script is also now hosted on GitHub, so the you will need to download the new scripts, links are on the original post.


    Think its fixed now, seems like the report interface was updated and used child widgets.
    oh cool. I was working on some fixes with the script but since the update I've had to scrap them. One thing I have noticed in the new update is that dropping is REALLY slow compared to how it was before. Also, in the fishing guild, sometimes the script will just sit in the bank screen with the status 'banking items' after everything has been banked. - picture included - Capture.PNG
    If all pork-chops were perfect, we wouldn't have hot-dogs.

  13. #813
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by hakishakataki View Post
    oh cool. I was working on some fixes with the script but since the update I've had to scrap them. One thing I have noticed in the new update is that dropping is REALLY slow compared to how it was before. Also, in the fishing guild, sometimes the script will just sit in the bank screen with the status 'banking items' after everything has been banked. - picture included - Capture.PNG
    I'll try to fix the banking thing, I cant recreate the issue, it seems everywhere else it doesn't hang, I'll have to try fishing guild when i can...
    Also, what parts are slowed?
    And what fixes did you make?

    EDIT: I think i found what was making it hang... When any script uses map walking, the reflection include uses TReflectLocalPlayer.FFlag(0), and it is possible for that (looking at FFlag's code) 'Distance(Self.GetTile.X, Self.GetTile.Y, Self.GetDestination.X, Self.GetDestination.Y) > TileDist' to always be satisfied. And when the include uses TReflectLocalPlayer.FFlag(0), there is no timeout timer, causing the script to halt on this function.

    I'll add an override function of FFlag to my functions that fixes this issue. Please tell me anything that you want improved and i'll gladly do it.
    Discord: Guy#1693

  14. #814
    Join Date
    Apr 2014
    Posts
    323
    Mentioned
    0 Post(s)
    Quoted
    131 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    I'll try to fix the banking thing, I cant recreate the issue, it seems everywhere else it doesn't hang, I'll have to try fishing guild when i can...
    Also, what parts are slowed?
    And what fixes did you make?

    EDIT: I think i found what was making it hang... When any script uses map walking, the reflection include uses TReflectLocalPlayer.FFlag(0), and it is possible for that (looking at FFlag's code) 'Distance(Self.GetTile.X, Self.GetTile.Y, Self.GetDestination.X, Self.GetDestination.Y) > TileDist' to always be satisfied. And when the include uses TReflectLocalPlayer.FFlag(0), there is no timeout timer, causing the script to halt on this function.

    I'll add an override function of FFlag to my functions that fixes this issue. Please tell me anything that you want improved and i'll gladly do it.
    Cool, I THINK that fixed it. I'm actually having lots of fun figuring out the script and trying to improve it. I won't hesitate to communicate however.

    I was working on a few things but I don't know if the all issues are still present.

    One thing that seems to have remained is that when the script tries to 'right click bank' on the southern most bank booth of the fishing guild it always ends up outside the wall because of the OSRS pathing. It get stuck there because any interaction with the bank booth outside of the building, it tries to do through the wall. I thought that maybe changing it to use the upper bank booths would fix it.

    Capture.PNG
    If all pork-chops were perfect, we wouldn't have hot-dogs.

  15. #815
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by hakishakataki View Post
    Cool, I THINK that fixed it. I'm actually having lots of fun figuring out the script and trying to improve it. I won't hesitate to communicate however.

    I was working on a few things but I don't know if the all issues are still present.

    One thing that seems to have remained is that when the script tries to 'right click bank' on the southern most bank booth of the fishing guild it always ends up outside the wall because of the OSRS pathing. It get stuck there because any interaction with the bank booth outside of the building, it tries to do through the wall. I thought that maybe changing it to use the upper bank booths would fix it.

    Capture.PNG
    Ok thanks, I'll just make a small temp fix; when it tries to open the bank, it'll set the camera pitch to the highest and set the compass to north.

    And banking/dropping speed up, when it does itemInSlot(i), it also does Reflect.Gametab.Open(Gametab_Inventory);, and with the reflection is many times slower for checking what gametab is open in compared with aerolib where it was near instant. So I removed checking the gametab when itemInSlot is called, speeding it up.

    As for the temp fix of opening bank, I'll figure something out soon.
    Discord: Guy#1693

  16. #816
    Join Date
    Mar 2016
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by hakishakataki View Post
    oh cool. I was working on some fixes with the script but since the update I've had to scrap them. One thing I have noticed in the new update is that dropping is REALLY slow compared to how it was before. Also, in the fishing guild, sometimes the script will just sit in the bank screen with the status 'banking items' after everything has been banked. - picture included - Capture.PNG
    This is also a issue in the Woodcutting script in ineedbot.

  17. #817
    Join Date
    Mar 2013
    Posts
    46
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    Is it a script or an include issue if it types "Q" instead of "@" in my login name?

  18. #818
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by slyce View Post
    Is it a script or an include issue if it types "Q" instead of "@" in my login name?
    The include handles the login procedures and functions; but that is a weird issue. It must be a virtual key inconsistency or something.
    Discord: Guy#1693

  19. #819
    Join Date
    Mar 2016
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    for some reason it does great in barb village, but it will not cage fish, or harpoon fish anywhere (fish guild, etc)

  20. #820
    Join Date
    Mar 2015
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    [18:43:02:846] [Script] [Error] Failed to connect to RuneScape item id: 387

    I get this error when I try to fish for Sharks in the Fishing Guild, might be similar to the last poster's issue as well.

    EDIT: Same issue with swordfish/tuna.

    [18:48:44:947] [Script] [Error] Failed to connect to RuneScape item id: 375
    [18:48:45:437] [Script] [Error] Failed to connect to RuneScape item id: 367
    Last edited by dsucof; 03-08-2016 at 02:50 AM.

  21. #821
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Alright thanks, it seems I had the fishing guild and catherby fishing npc ids swapped, or jagex did, either way, i will fix it.
    Discord: Guy#1693

  22. #822
    Join Date
    Apr 2012
    Posts
    108
    Mentioned
    1 Post(s)
    Quoted
    21 Post(s)

    Default

    When fishing monkfish it right clicks the banker and trades instead of banking, just a heads up

  23. #823
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by ShadowsTM View Post
    When fishing monkfish it right clicks the banker and trades instead of banking, just a heads up
    Alright thanks, i'll quickly fix that.
    Discord: Guy#1693

  24. #824
    Join Date
    May 2012
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    Alright thanks, i'll quickly fix that.
    Error: Unknown declaration "TStats" at line 80
    Compiling failed.


  25. #825
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by gf fagex View Post
    Error: Unknown declaration "TStats" at line 80
    Compiling failed.

    make sure you have the latest version of the late reflection include
    Discord: Guy#1693

Page 33 of 40 FirstFirst ... 233132333435 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 3 users browsing this thread. (0 members and 3 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
  •