Page 33 of 34 FirstFirst ... 2331323334 LastLast
Results 801 to 825 of 827

Thread: AeroLib Include

  1. #801
    Join Date
    May 2018
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Seems like the download links are down, could you update them please.

    Thanks!

  2. #802
    Join Date
    Mar 2012
    Location
    NY.
    Posts
    130
    Mentioned
    5 Post(s)
    Quoted
    67 Post(s)

    Default

    can't download that plugins folder i tried multiple times.
    it just keeps saying it has a virus and will not let me lol.

    https://i.gyazo.com/d7a4d87f35d91314...167d438944.png

    https://i.gyazo.com/6854c5be0866c563...52e9215331.png

    any idea whats up
    im a retard

  3. #803
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by GRIM View Post
    can't download that plugins folder i tried multiple times.
    it just keeps saying it has a virus and will not let me lol.

    https://i.gyazo.com/d7a4d87f35d91314...167d438944.png

    https://i.gyazo.com/6854c5be0866c563...52e9215331.png

    any idea whats up
    You can fix this problem by downloading the file in Edge instead of Chrome. If you are continuing to get problems while installing it into your Simba folder, just disable Windows Defender/any other AV and then place it in. Then everything should work.

    Let me know if that helps.

  4. #804
    Join Date
    Dec 2016
    Location
    Michigan, USA
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    thanks

  5. #805
    Join Date
    Jul 2018
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Error: Unknown declaration "dateToStr" at line 448
    writeINI('WorldList_Main', 'Last updated', dateToStr(Date), PATH_WORLDLIST);

    ??

  6. #806
    Join Date
    Aug 2012
    Location
    The Dark Tower
    Posts
    154
    Mentioned
    5 Post(s)
    Quoted
    56 Post(s)

    Default

    Quote Originally Posted by Iwantabotpl0xbois View Post
    Error: Unknown declaration "dateToStr" at line 448
    writeINI('WorldList_Main', 'Last updated', dateToStr(Date), PATH_WORLDLIST);

    ??
    You'll likely need to follow the directions a bit closer
    I believe this issue is caused by not using the correct bit version of Simba when running the AreoLib include (noted near the beginning of the first post by Flight - http://nala.villavu.com/downloads/ma...i386-win32.exe is the version of Simba you will want to be running)

  7. #807
    Join Date
    Nov 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    "Waiting for response for webserver" any idea?

  8. #808
    Join Date
    Sep 2018
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    hey Flight, I've also been having a problem with
    Error: Unknown declaration "dateToStr" at line 448
    Compiling failed.
    the error is in the file AeroLib > entities > player > WorldHandler

    I'm using the updated 32-bit simba client you linked, also I updated all the Plugins from this post. Any idea of how I can fix this?
    Thanks

    edit:
    hey I got it to work. It seems that if you update the 32 bit client it gives you that error, so I used the link you posted without updating it and it worked great!
    thanks
    Last edited by johnstride101; 09-15-2018 at 03:30 PM.

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

    Default

    Quote Originally Posted by johnstride101 View Post
    hey Flight, I've also been having a problem with
    Error: Unknown declaration "dateToStr" at line 448
    Compiling failed.
    the error is in the file AeroLib > entities > player > WorldHandler

    I'm using the updated 32-bit simba client you linked, also I updated all the Plugins from this post. Any idea of how I can fix this?
    Thanks

    edit:
    hey I got it to work. It seems that if you update the 32 bit client it gives you that error, so I used the link you posted without updating it and it worked great!
    thanks
    AeroLib is currently unmaintained. See here for a up-to-date guide: https://villavu.com/forum/showthread...39#post1391739
    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

  10. #810
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    I'm using the RSWalker thats forked in AL. When I get my player POS or try to make a path using the SPSMaptool, it prints the points as mouse coordinates rather than title coordinates. So it's a bit confusing... Even when I do RSW.getMyPos it prints mouse coordinates vs tile coordinates.
    Examplle:
    Code:
      path := [[196, 199], [235, 221]];
    Never mind, using a smaller map yields much smaller points. However, I'm getting different points everytime I do RSW.getMyPos. Anyone else getting this problem?
    Last edited by kingarabian; 09-19-2018 at 10:20 PM.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  11. #811
    Join Date
    Apr 2014
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    I'm getting

    Error: Unknown declaration "TIntArray" at line 8
    Compiling failed.

    I'm also using simba i386 win32.exe

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

    Default

    Unknown declaration "TColEx" at line 277, column 10 in file "C:\Simba\Includes\AeroLib\core\engine\SimbaEx.sim ba"

  13. #813
    Join Date
    Apr 2014
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Unknown declaration "CharsNPC" at line 405, column 14 in file "C:\Simba\Includes\AeroLib\core\engine\SimbaEx.sim ba"

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

    Default

    Quote Originally Posted by bgibson9970 View Post
    I'm getting

    Error: Unknown declaration "TIntArray" at line 8
    Compiling failed.

    I'm also using simba i386 win32.exe
    Quote Originally Posted by bgibson9970 View Post
    Unknown declaration "TColEx" at line 277, column 10 in file "C:\Simba\Includes\AeroLib\core\engine\SimbaEx.sim ba"
    Quote Originally Posted by bgibson9970 View Post
    Unknown declaration "CharsNPC" at line 405, column 14 in file "C:\Simba\Includes\AeroLib\core\engine\SimbaEx.sim ba"
    Please use the edit button instead of triple-posting.

    The AeroLib include is outdated. Please refer to these links to get up and running with SRL, the currently-supported include.

    https://villavu.com/forum/showthread.php?t=118229

    https://github.com/SRL/SRL
    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

  15. #815
    Join Date
    May 2013
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    [=================================]
    | < Aero|Library > |
    | ---------------- |
    | Version : 1.2 |
    | Revision : 6 |
    [=================================]
    [AL] Initiating AeroLib...
    [AL] Checking version...
    [AL] There's a major update available for AeroLib.
    [AL] Updating AeroLib...
    Error: Access violation at line 627
    Execution failed.

    I keep getting this, i already did the Reflection prosocks removal thing


    {$loadlib prosocks}
    function PS_GetPage(Url: string): string;
    var
    S: SSLSocket;
    Res: ProMemoryStruct;
    begin
    S.init();
    S.setURLFollow(true);
    S.setURL(URL);
    S.doGet(Res);
    MemMove(Res.Memory^, Result[1], Res.Size); <- this is line 627
    S.free;
    end;

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

    Default

    Error: Operator "cmp_Equal" not compatible with types "Int32" and "(eZTagButton=0, eZTagCheckbox=1, eZTagCombobox=2, eZTagEdit=3, eZTagForm=4, eZTagGroupbox=5, eZTagImage=6, eZTagLabel=7, eZTagListBox=8, eZTagMemo=9, eZTagProgressBar=10, eZTagTab=11, eZTagTabList=12)" at line 71

    what is this?

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

    Default

    Quote Originally Posted by superfonz View Post
    [=================================]
    | < Aero|Library > |
    | ---------------- |
    | Version : 1.2 |
    | Revision : 6 |
    [=================================]
    [AL] Initiating AeroLib...
    [AL] Checking version...
    [AL] There's a major update available for AeroLib.
    [AL] Updating AeroLib...
    Error: Access violation at line 627
    Execution failed.

    I keep getting this, i already did the Reflection prosocks removal thing


    {$loadlib prosocks}
    function PS_GetPage(Url: string): string;
    var
    S: SSLSocket;
    Res: ProMemoryStruct;
    begin
    S.init();
    S.setURLFollow(true);
    S.setURL(URL);
    S.doGet(Res);
    MemMove(Res.Memory^, Result[1], Res.Size); <- this is line 627
    S.free;
    end;
    Quote Originally Posted by Doors View Post
    Error: Operator "cmp_Equal" not compatible with types "Int32" and "(eZTagButton=0, eZTagCheckbox=1, eZTagCombobox=2, eZTagEdit=3, eZTagForm=4, eZTagGroupbox=5, eZTagImage=6, eZTagLabel=7, eZTagListBox=8, eZTagMemo=9, eZTagProgressBar=10, eZTagTab=11, eZTagTabList=12)" at line 71

    what is this?
    Hi, AeroLib is not actively maintained. If you are having issues I'd refer you to the official include for OSRS, SRL.
    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

  18. #818
    Join Date
    Nov 2012
    Location
    Costa Rica
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Hi, I did al the steps and when I compiled I got the following error: File "Reflection/Reflection.simba" not found at line 3

    {$I Reflection/Reflection.simba}

    Another error that I'm getting on another script is:

    Unknown declaration "CharsNPC" at line 405, column 14 in file "C:\Simba\Includes\AeroLib\core\engine\SimbaEx.sim ba"

    I'm running Simba version 1.3 and the reason of why I'm doing this is because most of the free osrs scripts need AeroLib which I don't have and I can't run them, any tip?

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

  20. #820
    Join Date
    Nov 2012
    Location
    Costa Rica
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Dan the man View Post
    Dont think AL runs on Simba 1.3.
    Try this version; I updated it for my NMZ script.
    Only runs on 1.2.
    http://s000.tinyupload.com/?file_id=...21504217928031
    Hi, I just installed the version 1.2 and I'm still having issues, I followed the instructions from this post for version 1.2 and it works but when I extract your file into the Includes folder and try to run the script, it fails

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

    Default

    Quote Originally Posted by darker2k View Post
    Hi, I just installed the version 1.2 and I'm still having issues, I followed the instructions from this post for version 1.2 and it works but when I extract your file into the Includes folder and try to run the script, it fails
    What is the error?

  22. #822
    Join Date
    Nov 2012
    Location
    Costa Rica
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Dan the man View Post
    What is the error?
    I'm trying to run this script ([AIO] vAgility) and when I compile I get this error:

    Error: Unknown declaration "SSLSocket" at line 83
    Compiling failed.

    Compile Error.jpg

    I have installed both AeroLib and Reflection but I can't run any script

    Any help will be appreciated

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

    Default

    Quote Originally Posted by darker2k View Post
    I'm trying to run this script ([AIO] vAgility) and when I compile I get this error:

    Error: Unknown declaration "SSLSocket" at line 83
    Compiling failed.

    Compile Error.jpg

    I have installed both AeroLib and Reflection but I can't run any script

    Any help will be appreciated
    You are using a script that is in the out of date/broken section so I would assume it doesnt currently work.
    Secondly, the script uses reflection, which has nothing to do with Aerolib.

    The error you are recieving is related to reflection.

    These are the current agility scripts: https://villavu.com/forum/forumdisplay.php?f=539
    Cannot verify what is working at the moment though.

  24. #824
    Join Date
    Jul 2020
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Question

    gameTab(TAB_INV);
    is not working ..
    all other tabs works but TAB_INV doesn't, hours of debugging the core with no luck! ..
    even tabExists(TAB_INV) or tabExists(4) / tabExists(24) and FTab(TAB_INV) returns false ..

    using AEROLIB 2.1.1 and while i'm on INV tab i run WriteLn(getCurrentTab); outputs 24

    weird! any fix .. maybe! hoping ..
    Last edited by madnessguy; 08-12-2020 at 05:14 AM.

  25. #825
    Join Date
    Jun 2006
    Location
    Australia
    Posts
    435
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the areolib filehosting is broken, it wont let me download it. also, for another script i have it saying srl.simba does not exist.
    Part of the Scar/SRL community since may 05'

Page 33 of 34 FirstFirst ... 2331323334 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
  •