Page 21 of 34 FirstFirst ... 11192021222331 ... LastLast
Results 501 to 525 of 827

Thread: AeroLib Include

  1. #501
    Join Date
    Jan 2012
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    For those that need the plugins, links can be found at these threads:

    AND_TPA: https://villavu.com/forum/showthread.php?t=83795
    Pro_InitSocket: https://villavu.com/forum/showthread.php?t=115382
    Rstext: https://villavu.com/forum/showthread.php?t=106987

    Just for the meantime until the link til the plugins in OP is updated

  2. #502
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Any suggestions on a host to store the plugins.zip package? Dropbox disabled my account due to high traffic apparently.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  3. #503
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Any suggestions on a host to store the plugins.zip package? Dropbox disabled my account due to high traffic apparently.
    Can't push it to git?
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

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

    Default

    Quote Originally Posted by Flight View Post
    Any suggestions on a host to store the plugins.zip package? Dropbox disabled my account due to high traffic apparently.
    You could update rstext to SimpleOCR (Since it's already in the updater) use dgbys updater service so you wouldn't need pro socks and then you only have AND_TPA left which can be hosted on villavu.
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  5. #505
    Join Date
    Feb 2012
    Location
    Norway
    Posts
    995
    Mentioned
    145 Post(s)
    Quoted
    596 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    You could update rstext to SimpleOCR (Since it's already in the updater) use dgbys updater service so you wouldn't need pro socks and then you only have AND_TPA left which can be hosted on villavu.
    As for AND_TPA, does AeroLib it self really use it?
    !No priv. messages please

  6. #506
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    You could update rstext to SimpleOCR (Since it's already in the updater) use dgbys updater service so you wouldn't need pro socks and then you only have AND_TPA left which can be hosted on villavu.
    I've never heard of this feature; do you have a link to it? I'm quite behind it seems.

    Quote Originally Posted by slacky View Post
    As for AND_TPA, does AeroLib it self really use it?
    Indeed it does, the plugin plays a role in TMSObjects and, at the moment, cannot be substituted.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  7. #507
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

    Default

    Hey just an FYI; the plugin download link isn't working.

  8. #508
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Dan the man View Post
    Hey just an FYI; the plugin download link isn't working.
    The posts above you are discussions on where to host them Flight's Dropbox account apparently got locked due to high traffic.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  9. #509
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    The posts above you are discussions on where to host them Flight's Dropbox account apparently got locked due to high traffic.
    Blah; me and my post reading abilities lol.

  10. #510
    Join Date
    Dec 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Plugin link not working

  11. #511
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    269
    Mentioned
    17 Post(s)
    Quoted
    161 Post(s)

    Default

    @Flight, how about something like this for TItemarray.remove?
    Simba Code:
    type
      TItemArray = array of TItem

    Function TItemArray.Remove(CountMin, CountMax : Integer) : TItemArray;
    var
      I : Integer;
    begin
      for I := 0 to (CountMin - 1) do
        Insert(Self[I], Result, I);
      for I := (CountMax + 1) to High(Self) do
        Insert(Self[I], Result, I);
      Self := Result;
    end;

  12. #512
    Join Date
    Mar 2015
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hello the link to download the plugins is down

  13. #513
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by funnyboy406 View Post
    Hello the link to download the plugins is down
    Known issue, Flight's Dropbox account got limited because of high traffic. He's looking for a new host.

    In the meantime you can download the plugins from their respective threads.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  14. #514
    Join Date
    Feb 2016
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey, kind of new here, been hiding around trying to figure stuff out for myself. Been having a hell of a time trying to get the old 07 bots running. Tried running a woodcutting one and its having trouble with finding rstext. I downloaded a rstext file and moved it to my plugins folder but still doesnt want to run. The rstext looks different in my plugin folder then all the other plugins as it has the lion as the symbol and reads simba script instead of application. Dont know if any of my blabbering helps but could really use some help

  15. #515
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by kristi View Post
    @Flight, how about something like this for TItemarray.remove?
    Simba Code:
    type
      TItemArray = array of TItem

    Function TItemArray.Remove(CountMin, CountMax : Integer) : TItemArray;
    var
      I : Integer;
    begin
      for I := 0 to (CountMin - 1) do
        Insert(Self[I], Result, I);
      for I := (CountMax + 1) to High(Self) do
        Insert(Self[I], Result, I);
      Self := Result;
    end;
    Yes this will be included in the next overhaul of AeroLib but it may be some time before she's ready to be rolled out. It's a good suggestion; thank you.


    About the plugins issue: I haven't found a viable alternative host for the plugins package yet as I'm looking for a more temporary solution at the moment. I think it would be wise to have someone else helping manage AeroLib on a more active basis for such reasons as this. @KeepBotting; would you consider this? Whoever does would have complete control over the include and Github repository. It would require much, just update anything that might be broken from an update or compile issues and such. The details can be discussed with me via PM.

    I'm just stretched thin at work right now, and on the weekends I'll be working bit by bit on a newer major revision of AeroLib. So drop me a PM if anyone's up for the challenge.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  16. #516
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    269
    Mentioned
    17 Post(s)
    Quoted
    161 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Yes this will be included in the next overhaul of AeroLib but it may be some time before she's ready to be rolled out. It's a good suggestion; thank you.


    About the plugins issue: I haven't found a viable alternative host for the plugins package yet as I'm looking for a more temporary solution at the moment. I think it would be wise to have someone else helping manage AeroLib on a more active basis for such reasons as this. @KeepBotting; would you consider this? Whoever does would have complete control over the include and Github repository. It would require much, just update anything that might be broken from an update or compile issues and such. The details can be discussed with me via PM.

    I'm just stretched thin at work right now, and on the weekends I'll be working bit by bit on a newer major revision of AeroLib. So drop me a PM if anyone's up for the challenge.
    I'm kinda busy atm, but I'll do my best. Is there anything specific that needs to be done?

  17. #517
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    I added an alternative link for the plugins package to the OP. I don't know how long it will last before it's removed as well but with any luck I'll have the next major version ready to roll out by then. I plan to have the plugins (package) hosted on Github as well and the new AeroLib will check if they're up-to-date every time loaded.

    Definitely some interesting ideas and upgrades in the works and on the agenda, but as always I'm actively keeping an eye out for any suggestions of what you all would like to see included in AeroLib.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  18. #518
    Join Date
    Feb 2016
    Posts
    23
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    Hey Flight, quick question. I prefer not to use SMART - how hard would it be for me to modify AL to use the regular OSRS client? Would it be as simple as removing everything SMART related, or would that break other things? Thanks in advance.

  19. #519
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    269
    Mentioned
    17 Post(s)
    Quoted
    161 Post(s)

    Default

    Quote Originally Posted by Certified View Post
    Hey Flight, quick question. I prefer not to use SMART - how hard would it be for me to modify AL to use the regular OSRS client? Would it be as simple as removing everything SMART related, or would that break other things? Thanks in advance.
    Scripts that use smart would have this line at the top:
    Code:
    {$DEFINE SMART}
    simply remove or comment out that line, use the target button in Simba and point it to the OSRS Client (this is assuming the script doesn't use reflection, in that case SMART is obligatory).

  20. #520
    Join Date
    Feb 2016
    Posts
    23
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by kristi View Post
    Scripts that use smart would have this line at the top:
    Code:
    {$DEFINE SMART}
    simply remove or comment out that line, use the target button in Simba and point it to the OSRS Client (this is assuming the script doesn't use reflection, in that case SMART is obligatory).
    Oh wow, I was thinking way too hard about it. Thanks a lot!

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

    Default

    @Flight;
    You forgot to include prosocks in the plugin downloads and you included all the smart files which is pointless when the plugin updater already downloads them.
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  22. #522
    Join Date
    Feb 2016
    Posts
    23
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    Getting an error. I wrote a simple script to get uptext.

    Code:
    program UpTextGetter;
    {$i AeroLib/AeroLib.simba}
    begin
    repeat
     writeLn(getUpText);
     wait(1000);
    until(false);
    end.
    Compiled successfully in 1014 ms.
    Error: Access violation at line 127
    Execution failed.

    This is where the error is
    Code:
    Result := ocr_ReadTextEx(UpFont,0,150);
    Fresh installed simba, with/without SRL-OSR makes no difference, also tried to run as administrator - no dice.

    Any ideas? Thanks in advance

  23. #523
    Join Date
    Jul 2015
    Posts
    80
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    Make sure you have
    initAL();
    at the beginning.
    Last edited by guerr; 03-12-2016 at 09:46 AM.

  24. #524
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    @Flight;
    You forgot to include prosocks in the plugin downloads and you included all the smart files which is pointless when the plugin updater already downloads them.
    Thanks for the heads up on the prosocks plugin. I had a feeling I was missing one. I don't have the original package to compare them so that's why I left one out. And the SMART files I did for simplicity: all plugins in a single package. I don't see why that would be a problem honestly...

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  25. #525
    Join Date
    Feb 2016
    Posts
    23
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by guer666 View Post
    Make sure you have at the beginning.
    Thank you! No error now, but upText isn't being fetched properly. I'm not quite sure I understand the AL upText functions. Is there an API somewhere?

    Code:
    program UpTextGetter;
    {$i AeroLib/AeroLib.simba}
    var
      upText:TCharsN;
    begin
      initAL();
      //ocr_LoadFont('UpChars07', upText);
    repeat
      writeLn(getUpText);
      wait(2000);
    until(false);
    //ocr_FreeFont(upText);
    end.
    It doesn't get the right upText with or without the load/free font (which I'm sure that I'm not using properly anyway).

    I have a couple script ideas that depend on upText - If you all could steer me in the right direction, it would be greatly appreciated.

    Thanks in advance.

Page 21 of 34 FirstFirst ... 11192021222331 ... 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
  •