Page 27 of 31 FirstFirst ... 172526272829 ... LastLast
Results 651 to 675 of 767

Thread: [Unofficial] OldschoolRS07 Include

  1. #651
    Join Date
    Dec 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    anyone know how to fix

    Exception in Script: Unable to find file 'P07Include.Simba' used from ''

    I have the P07Include in the includes.
    http://img18.imageshack.us/img18/263/130331010647.png

  2. #652
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by iisaintzxd View Post
    anyone know how to fix

    Exception in Script: Unable to find file 'P07Include.Simba' used from ''

    I have the P07Include in the includes.
    http://img18.imageshack.us/img18/263/130331010647.png
    Close and open simba

  3. #653
    Join Date
    Dec 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by RJJ95 View Post
    Close and open simba
    But i did, many many times. I also tried restarting my computer but nothing

  4. #654
    Join Date
    Apr 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Any idea about this?
    Error: Exception: Access violation at line 398
    The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [0, 1, SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 5, 9]

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

    Default

    Quote Originally Posted by fkew View Post
    Any idea about this?
    Error: Exception: Access violation at line 398
    The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [0, 1, SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 5, 9]
    Try uninstalling simba and reinstall it somewhere else that does not require privilages, like your desktop maybe


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

  6. #656
    Join Date
    Mar 2013
    Location
    United States
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    anyone know how to fix this? only problem ive had during the entire installation process. thanks


    You Have The Latest Version of P07Include
    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.
    Last edited by easy111; 04-01-2013 at 08:57 PM.

  7. #657
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by easy111 View Post
    anyone know how to fix this? only problem ive had during the entire installation process. thanks


    You Have The Latest Version of P07Include
    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.
    Same

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

    Default

    Quote Originally Posted by easy111 View Post
    anyone know how to fix this? only problem ive had during the entire installation process. thanks


    You Have The Latest Version of P07Include
    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.
    Quote Originally Posted by djans View Post
    Same
    Google how to unzip a zipped file?


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

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

    Default

    Danny are you going to update the MMouse Procedure! Its the new mouse function that Hobbit put in fucked all mouse functions now none of my scripts are running!

    Code:
    [Error] C:\Users\FamilyVictor\Documents\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
    Compiling failed.
    Came out of no where! Uhhh!


    Procedure from P07Include.simba
    Code:
    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;


    http://villavu.com/forum/showthread.php?t=100256

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

    Default

    Quote Originally Posted by Rules of Joe View Post
    Danny are you going to update the MMouse Procedure! Its the new mouse function that Hobbit put in fucked all mouse functions now none of my scripts are running!

    Code:
    [Error] C:\Users\FamilyVictor\Documents\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
    Compiling failed.
    Came out of no where! Uhhh!


    Procedure from P07Include.simba
    Code:
    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;


    http://villavu.com/forum/showthread.php?t=100256
    Oh wow, so MMouse now goes both ways? That will break all my scripts

    If someone can confirm this I'll push an update,

    If you update SRL the function shouldn't compile error tho?

    Edit - I think Hobb reverted the change, update your srl again, and try it again
    Last edited by DannyRS; 04-02-2013 at 03:38 AM.


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

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

    Default

    Thanks man All Figured OUt! Love Include Idk why so much hatttttters! =PXD

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

    Default

    Quote Originally Posted by Rules of Joe View Post
    Thanks man All Figured OUt! Love Include Idk why so much hatttttters! =PXD
    You should try OSR it's much better now


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

  13. #663
    Join Date
    Feb 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    doesn't click on the log lol, just hovers over it =)

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

    Default

    Yea mate just showed it to me!!! Do you know if Radial is up yet?

  15. #665
    Join Date
    Jan 2013
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Is there anything implemented to change worlds? I've made myself a shop buyer and would love to figure out a method of world hopping?

    EDIT** Nevermind, I found the OSR include can do this so migrated all my code to that. I created an array to check worlds in a certain order and can leave it running for as long as I want!
    Last edited by Janus; 04-03-2013 at 05:31 PM.

  16. #666
    Join Date
    Apr 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exception in Script: Unable to find file 'P07Include.Simba' used from '' help plz so confused says this when i try to run the sample at the end of instructions

  17. #667
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Warning: The include directory specified in the Settings isn't valid.
    Warning: The font directory specified in the Settings isn't valid. Can't load fonts now

    What do I do?

  18. #668
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Any idea why mine says the following, but doesn't work?

    Compiled successfully in 702 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include

    I've tried it multiple times but my mouse just doesn't move. No errors or anything though

  19. #669
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Botdump View Post
    Any idea why mine says the following, but doesn't work?

    Compiled successfully in 702 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include

    I've tried it multiple times but my mouse just doesn't move. No errors or anything though
    What are you trying to run?

  20. #670
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by RJJ95 View Post
    What are you trying to run?
    I was just trying to run the test script that Danny has posted on the front page. It doesn't work with any script however.

  21. #671
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Botdump View Post
    I was just trying to run the test script that Danny has posted on the front page. It doesn't work with any script however.
    Just try to use the official osr include this one is no longer being updated

  22. #672
    Join Date
    Apr 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    You Have The Latest Version of P07Include
    Error: Exception: Font [P07UpChars] not found. at line 226
    The following DTMs were not freed: [0, 1, 2, 3]


    This displays when i run your test, i unzipped it correctly.

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

    Default

    Quote Originally Posted by schoolsucxxx View Post
    You Have The Latest Version of P07Include
    Error: Exception: Font [P07UpChars] not found. at line 226
    The following DTMs were not freed: [0, 1, 2, 3]


    This displays when i run your test, i unzipped it correctly.
    Restart simba after putting the font folder in the correct place


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

  24. #674
    Join Date
    Mar 2013
    Location
    Finland
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Users\Katajamäki\Downloads\ineedbot's AIO Chopper[2.1].simba'

  25. #675
    Join Date
    Apr 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I need help I'm trying to run a script and I keep getting this:


    [Error] C:\Simba\Includes\P07Include.Simba(105:10): Duplicate identifier 'P07_GETUPTEXT' at line 104
    Compiling failed.
    [Error] C:\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
    Compiling failed.

Page 27 of 31 FirstFirst ... 172526272829 ... 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
  •