Page 3 of 4 FirstFirst 1234 LastLast
Results 51 to 75 of 83

Thread: SPS 1.5 - Ready for testing!

  1. #51
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Marpis i'm having a really wierd error, along with Mat.

    Quote Originally Posted by S1N View Post
    Simba Code:
    SPS_Areas := ['0_0','0_1'];
      myPath := [Point(361, 318), Point(360, 377), Point(365, 397), Point(363, 429), Point(323, 439), Point(293, 417), Point(254, 409), Point(234, 415)];

    I get an error -
    Simba Code:
    [SPS] SPS_Setup() took 156 ms. Loaded 1 areas.
    Error: Exception: Access violation at line 146

    at line 146
    Simba Code:
    SmallMap := SPS_BitmapToMap(Minimap, 5);

    Pl0x help :c
    I'm trying to walk through Taverly Dungeon btw :0

  2. #52
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by S1N View Post
    Marpis i'm having a really wierd error, along with Mat.
    I'm aware of that error, as you can see in the original post.
    For now, just reset Simba and run as an administrator.

  3. #53
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Ah okay, i'll try that out.

  4. #54
    Join Date
    Feb 2006
    Location
    Aussie
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Uh oh, just tested it. Got the access violation error, Restarted as administrator, Tried it again and it ran down to just over the bridge. Then stopped, got an error. I tried restarting simba again as administrator, now it just keeps saying:

    Simba Code:
    [SPS] SPS_Setup() took 93 ms. Loaded 3 areas.
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4805, 3505)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4805, 3505)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4805, 3505)
    [SPS] SPS_GetMyPos() finished in 312 ms. Result = (4805, 3505)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4810, 3505)
    [SPS] SPS_GetMyPos() finished in 280 ms. Result = (4805, 3505)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4805, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4805, 3500)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4805, 3500)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4800, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4800, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4800, 3500)
    [SPS] SPS_GetMyPos() finished in 280 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4800, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4800, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4805, 3500)
    [SPS] SPS_GetMyPos() finished in 280 ms. Result = (4800, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4800, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4805, 3500)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 312 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 312 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 280 ms. Result = (4815, 3500)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4815, 3500)

    And won't actually click anywhere.

    Where i got to, and the error just before it stopped working are attatched.

  5. #55
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    ^ Your minimap looks more detailed than it should be. Make sure you're in safe mode.

  6. #56
    Join Date
    Feb 2006
    Location
    Aussie
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    ^ Your minimap looks more detailed than it should be. Make sure you're in safe mode.
    It was indeed. I changed all the detail, it then started to go, until after the bridge. You come to a gate, which happened to be shut. I forgot the keyboard command to pause the script, so i just moved the mouse and clicked on the gate to open it. It then clicked below the gate again, got next to the building and wheat field and crashed again:

    Simba Code:
    New window: 328568
    [Hint] (8:3): Variable 'I' never used at line 7
    Compiled successfully in 655 ms.
    SRL Compiled in 16 msec
    [SPS] SPS_Setup() took 109 ms. Loaded 3 areas.
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4675, 3130)
    [SPS] SPS_GetMyPos() finished in 266 ms. Result = (4640, 3155)
    [SPS] SPS_GetMyPos() finished in 266 ms. Result = (4580, 3175)
    [SPS] SPS_GetMyPos() finished in 265 ms. Result = (4555, 3200)
    [SPS] SPS_GetMyPos() finished in 250 ms. Result = (4550, 3205)
    [SPS] SPS_GetMyPos() finished in 249 ms. Result = (4570, 3275)
    [SPS] SPS_GetMyPos() finished in 250 ms. Result = (4565, 3275)
    [SPS] SPS_GetMyPos() finished in 265 ms. Result = (4565, 3275)
    [SPS] SPS_GetMyPos() finished in 265 ms. Result = (4535, 3305)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4530, 3335)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4535, 3380)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4550, 3390)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4555, 3390)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4565, 3400)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4570, 3400)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4580, 3405)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4580, 3390)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4580, 3375)
    [SPS] SPS_GetMyPos() finished in 281 ms. Result = (4580, 3355)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4570, 3385)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4560, 3400)
    [SPS] SPS_GetMyPos() finished in 312 ms. Result = (4560, 3385)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4555, 3370)
    [SPS] SPS_GetMyPos() finished in 297 ms. Result = (4550, 3380)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4550, 3390)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4550, 3390)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4555, 3390)
    [SPS] SPS_GetMyPos() finished in 296 ms. Result = (4555, 3390)
    Error: Exception: Access violation at line 146
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, 3]

    I think we need some sort of failsafe to either open closed gates/doors, or detect if the character starts running in the other direction to run around, then let it go.

  7. #57
    Join Date
    Feb 2006
    Location
    Weed Ca
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Post

    SPS an ointment used after long periods of color walking runescape.

    I appreciate your hard work, it helps my lazyness alot, thanks
    Have fun always

    Taken from Boreas
    [CODE]If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig[/CODE]

  8. #58
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Will this work with MSI right now?

  9. #59
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Will this work with MSI right now?
    If the same map/areas are used, yes. And assuming it's still setup the same way.

  10. #60
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Doesn't work anymore?
    Since the world map got extended...

  11. #61
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  12. #62
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Yeah, since Flight's script doesn't work.
    SPS is messed up in that area I guess xD

  13. #63
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  14. #64
    Join Date
    Jan 2012
    Posts
    216
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks going to update my GDK and FDK script.

  15. #65
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    The nature runecrafter.

  16. #66
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Adobe View Post
    Thanks going to update my GDK and FDK script.
    very very impressive for someone whos been here for a month!
    Did someone say GDK?

  17. #67
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  18. #68
    Join Date
    Jan 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exception in Script: Unable to find file 'SPS/SPS2.simba' used from ''

    I am getting that error while running varrock gtanner. I don't know if it's the scripts fault or this.. help?

  19. #69
    Join Date
    Nov 2011
    Location
    Jozi, South Africa
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Download SPS2.simba from here (http://villavu.com/forum/showthread.php?t=73103)
    Ciao
    NM

  20. #70
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Anyone got the actual source for this? I want to work on it or something.. The source file posting on the First page only has the lpr file..
    I am Ggzz..
    Hackintosher

  21. #71
    Join Date
    Mar 2007
    Location
    USA
    Posts
    1,433
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ggzz View Post
    Anyone got the actual source for this? I want to work on it or something.. The source file posting on the First page only has the lpr file..
    I think it's on github, but I don't know what repo it's under.
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

  22. #72
    Join Date
    Feb 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thx, t his is working great had trouble in LRC, with the old sps -with the new sps i could remove a ton of failsafes

  23. #73
    Join Date
    Feb 2012
    Posts
    386
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Default

    Well, it may be the time for me to Take a look at SpS Walking now that is up!

    Great job for your release too!

  24. #74
    Join Date
    May 2008
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    First tried the test script, it worked fine.

    After that I tried to implement my own dungeon walking. I have it set up like this:
    Code:
    SPS_Setup(RUNESCAPE_DUNGEONS, ['misthalin_underground']);
    Ended up with this error:
    Code:
    SRL Compiled in 0 msec
    [SPS] ERROR: SPS_GetArea: Exception: Error while reading stream: Unable to open file "C:\Simba\Includes\SPS\img\runescape_dungeons\misthalin_underground.png"
    [SPS] SPS_Setup() took 0 ms. Loaded 1 areas.
    Error: Exception: Access violation at line 148
    Tried running with administrator and checked if the file really existed. Everything should be okay but it still won't work. Any ideas?

  25. #75
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by Late View Post
    First tried the test script, it worked fine.

    After that I tried to implement my own dungeon walking. I have it set up like this:
    Code:
    SPS_Setup(RUNESCAPE_DUNGEONS, ['misthalin_underground']);
    Ended up with this error:
    Code:
    SRL Compiled in 0 msec
    [SPS] ERROR: SPS_GetArea: Exception: Error while reading stream: Unable to open file "C:\Simba\Includes\SPS\img\runescape_dungeons\misthalin_underground.png"
    [SPS] SPS_Setup() took 0 ms. Loaded 1 areas.
    Error: Exception: Access violation at line 148
    Tried running with administrator and checked if the file really existed. Everything should be okay but it still won't work. Any ideas?
    Change the name of the map to something like 0_0MU.png
    I am Ggzz..
    Hackintosher

Page 3 of 4 FirstFirst 1234 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
  •