Page 18 of 31 FirstFirst ... 8161718192028 ... LastLast
Results 426 to 450 of 767

Thread: [Unofficial] OldschoolRS07 Include

  1. #426
    Join Date
    Dec 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Im getting this message over and over again:
    Checking P07Include VersionNumber
    Local : 1.5 / Latest : 1.7
    New P07Include Version Available! Updating...
    New P07Include Version Downloaded Please Restart Your Script!
    Successfully executed.

    Ive checked the file itself and it says 1.7. Even when I manually update it will still say its version 1.5.

    Please help

  2. #427
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by Floris View Post
    Im getting this message over and over again:
    Checking P07Include VersionNumber
    Local : 1.5 / Latest : 1.7
    New P07Include Version Available! Updating...
    New P07Include Version Downloaded Please Restart Your Script!
    Successfully executed.

    Ive checked the file itself and it says 1.7. Even when I manually update it will still say its version 1.5.

    Please help
    you have a second one in a different folder somewhere, delete it


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  3. #428
    Join Date
    Dec 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by dannyrs View Post
    you have a second one in a different folder somewhere, delete it
    tysm!

  4. #429
    Join Date
    May 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
    [Error] C:\Simba\Includes\P07Include.Simba(67:62): Invalid number of parameters at line 66
    Compiling failed.

  5. #430
    Join Date
    Sep 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I am getting this issue when I use {$DEFINE SMART8}:

    Compiled successfully in 843 ms.
    SRL Compiled in 0 msec
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    @
    Successfully executed.

    It is saying that it is successfully executing, but the SMART application itself never loads up. When I just use {$DEFINE SMART} , I get this problem:

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Compiling failed.

    Help would be appreciated.

  6. #431
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by Genetics View Post
    I am getting this issue when I use {$DEFINE SMART8}:

    Compiled successfully in 843 ms.
    SRL Compiled in 0 msec
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    @
    Successfully executed.

    It is saying that it is successfully executing, but the SMART application itself never loads up. When I just use {$DEFINE SMART} , I get this problem:

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Compiling failed.

    Help would be appreciated.
    http://villavu.com/forum/showthread.php?t=97599


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  7. #432
    Join Date
    May 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Did you see my post above...

  8. #433
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by Dont Blink View Post
    Did you see my post above...
    Whoops sorry, That's a problem with your script, or antileech


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  9. #434
    Join Date
    May 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    Whoops sorry, That's a problem with your script, or antileech
    It even happens when I try to run your example script on the front page of this post. It is an error within the include I think.

  10. #435
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by Dont Blink View Post
    It even happens when I try to run your example script on the front page of this post. It is an error within the include I think.
    I doubt it or the other 5 thousand user's would of said something right?

    Did you touch anything inside the Include at all?

    You had some animation stuff too? Whats that doing there? Maybe try and reinstall Simba?


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  11. #436
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmmm...

    Error: Exception: Font [P07UpChars] not found. at line 226
    The following DTMs were not freed: [0, 1, 2, 3]
    [Error] C:\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
    Compiling failed.

    Procedure P07_MouseBox(X1, Y1, X2, Y2: Integer; ClickType: Integer);
    Begin
    MMouse(RandomRange(X1,X2),RandomRange(Y1,Y2),0,0);
    ClickMouse2(ClickType);
    Wait(RandomRange(37,50));
    End;


    any suggestions?

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

    Default

    getting this message - Error: Exception: Font [P07UpChars] not found. at line 226
    The following DTMs were not freed: [0, 1, 2, 3]

  13. #438
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by iby View Post
    getting this message - Error: Exception: Font [P07UpChars] not found. at line 226
    The following DTMs were not freed: [0, 1, 2, 3]
    exactly the same as me.

  14. #439
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    annoying , every time nearly there another hurdle lol

  15. #440
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kovash77 View Post
    exactly the same as me.
    ahh silly mistake. basically go back to my computer, simba > fonts. you need to extract the zip file. not copy and paste it like i did.

    its fine now.

  16. #441
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Yea all you guys need to use a program (like winrar or 7zip) to extract the font's folder, its to large to upload without zipping,

    Then move it to the Fonts folder

    Else Simba can't load the fonts from it


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  17. #442
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I have followed every single step on YoHoJoSRL's youtube channel on how to set up this program and all test scripts have worked properly but whenever I use someone's script I keep getting this error:

    Exception in Script: Unable to find file 'P07Inculude.Simba' used from 'C:\Simba\Scripts\P07_GnomeAgilityBeta2.7.simba'

    @DannyRS

  18. #443
    Join Date
    Feb 2013
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Moises View Post
    I have followed every single step on YoHoJoSRL's youtube channel on how to set up this program and all test scripts have worked properly but whenever I use someone's script I keep getting this error:

    Exception in Script: Unable to find file 'P07Inculude.Simba' used from 'C:\Simba\Scripts\P07_GnomeAgilityBeta2.7.simba'

    @DannyRS
    Include usually isn't spelled like Inculude.

  19. #444
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by Netzone View Post
    Include usually isn't spelled like Inculude.
    Probably anti-leech related lol


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  20. #445
    Join Date
    Feb 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i keep getting error Exception in Script: Unable to find file 'P07Include .simba' used from 'C:\Users\myer\Downloads\iCombatProSMART.simba' although i have installed it correctly and ran the test and it worked fine :\

  21. #446
    Join Date
    Feb 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Cheffa1 View Post
    i keep getting error Exception in Script: Unable to find file 'P07Include .simba' used from 'C:\Users\myer\Downloads\iCombatProSMART.simba' although i have installed it correctly and ran the test and it worked fine :\
    i am a noob has to be P07Include.simba

  22. #447
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Why does
    P07_GetUptext, in any function of mine returns stuff like:"i ''"
    Yet, when I run it at the start of my main loop:
    Simba Code:
    setupSRL;   SetupP07Include;
     writeln(P07_getUptext);
    I get "Walk here"
    Any idea why?
    Mat



    ^^

  23. #448
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by Mat View Post
    Why does
    P07_GetUptext, in any function of mine returns stuff like:"i ''"
    Yet, when I run it at the start of my main loop:
    Simba Code:
    setupSRL;   SetupP07Include;
     writeln(P07_getUptext);
    I get "Walk here"
    Any idea why?
    Mat
    setupSRL; offsetting stuff


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  24. #449
    Join Date
    Mar 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    When I try the test script it won't log in but it says this

    New window: 394168
    Compiled successfully in 655 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include

  25. #450
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by nesstle View Post
    When I try the test script it won't log in but it says this

    New window: 394168
    Compiled successfully in 655 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    no successfully executed?


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

Page 18 of 31 FirstFirst ... 8161718192028 ... 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
  •