Page 7 of 8 FirstFirst ... 5678 LastLast
Results 151 to 175 of 200

Thread: [Color/Reflection] Sjoe's Flaxative!

  1. #151
    Join Date
    Aug 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Im getting this when i start the script, don't know if i installed someone wrong

    The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap]

  2. #152
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by sloppyhole View Post
    Im getting this when i start the script, don't know if i installed someone wrong

    The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap]
    That's not the error, there should be an error before or after those sentences. Also this script is broken again after rs update
    Last edited by Sjoe; 09-09-2013 at 02:44 PM.

    Creds to DannyRS for this wonderful sig!

  3. #153
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    That's not the error, there should be an error before or after those sentences. Also this script is broken again after rs update
    you can use the the osr mini include ;P

  4. #154
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    you can use the the osr mini include ;P
    Might only steal the hooks, since it's only for walking anyway in this script

    Creds to DannyRS for this wonderful sig!

  5. #155
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    Might only steal the hooks, since it's only for walking anyway in this script
    yes but if you use the include you only have to download the new include once a week (?) instead of changing the hooks

  6. #156
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    yes but if you use the include you only have to download the new include once a week (?) instead of changing the hooks
    Same goes to the script lol

    Creds to DannyRS for this wonderful sig!

  7. #157
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    Same goes to the script lol
    nah you need to change multipe hooks. but if you want the hooks, you can find them at the include ;P

  8. #158
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    nah you need to change multipe hooks. but if you want the hooks, you can find them at the include ;P
    yeh you're right, doing it this way

    EDIT: script updated
    Last edited by Sjoe; 09-09-2013 at 09:54 PM.

    Creds to DannyRS for this wonderful sig!

  9. #159
    Join Date
    Jun 2013
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    Please read my thread.
    Very nice post! Seems to work perfect!
    I was just wondering how do you know the Bank/Flax Area numbers such as(2722, 3490, 2729, 3493); in the Procedure: Load Areas?
    Because I want to start making walk paths for other scripts and I'm curious about areas and how to make points to make my own paths.
    Last edited by Success; 09-11-2013 at 10:03 AM.

  10. #160
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Success View Post
    Very nice post! Seems to work perfect!
    I was just wondering how do you know the Bank/Flax Area numbers such as(2722, 3490, 2729, 3493); in the Procedure: Load Areas?
    Because I want to start making walk paths for other scripts and I'm curious about areas and how to make points to make my own paths.
    Ive made a function (not the right way but it was for debugging) that prints your current tpoint (the x, y coords)
    Just call this: ourlocation;

  11. #161
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    Ive made a function (not the right way but it was for debugging) that prints your current tpoint (the x, y coords)
    Just call this: ourlocation;
    U can also just do Writeln(R_getTileGlobal);
    No need for a function

    Creds to DannyRS for this wonderful sig!

  12. #162
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    U can also just do Writeln(R_getTileGlobal);
    No need for a function
    does that say point(x, y) or just the x and y

  13. #163
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    does that say point(x, y) or just the x and y
    Writeln('Point' + ToStr(R_GetTileGlobal));

    Creds to DannyRS for this wonderful sig!

  14. #164
    Join Date
    Jun 2013
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    Writeln('Point' + ToStr(R_GetTileGlobal));
    So this finds the points that you'll use to walk correct?
    Also by any chance do you think you could post or send me the full code to walking with the procedures and defining everything?
    If not a tutorial that would help would be high appreciated

  15. #165
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Success View Post
    So this finds the points that you'll use to walk correct?
    Also by any chance do you think you could post or send me the full code to walking with the procedures and defining everything?
    If not a tutorial that would help would be high appreciated
    yeh that'll debug your points, grab your points manually.
    I guess u know how to do that?

    And then use Flight's Walkpath(in minireflection include of hoodz) or Awkwardsaw's(which is in my script)

    if u don't know what array's are then hit up the tutorial section

    Creds to DannyRS for this wonderful sig!

  16. #166
    Join Date
    Sep 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Hey sjoe im getting this error "[Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(229:202): Invalid number of parameters at line 228
    Compiling failed." i have smart 8.2 i dont know why can you help?

  17. #167
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by HolyGunz View Post
    Hey sjoe im getting this error "[Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(229:202): Invalid number of parameters at line 228
    Compiling failed." i have smart 8.2 i dont know why can you help?
    Read first post

    Creds to DannyRS for this wonderful sig!

  18. #168
    Join Date
    Sep 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Got it working
    Last edited by HolyGunz; 09-11-2013 at 07:18 PM.

  19. #169
    Join Date
    Sep 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Idea for you'r script make it were it stops at the house were the spinner is so you get flax spin then bank

  20. #170
    Join Date
    Apr 2013
    Posts
    395
    Mentioned
    1 Post(s)
    Quoted
    177 Post(s)

    Default

    Wow! Just a few months breaks from SRL, there's already reflection now! Nice script btw

  21. #171
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Haxz View Post
    Wow! Just a few months breaks from SRL, there's already reflection now! Nice script btw
    Thanks!

    Creds to DannyRS for this wonderful sig!

  22. #172
    Join Date
    Sep 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    when i get a random it logs out

  23. #173
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by HolyGunz View Post
    when i get a random it logs out
    SRL's randomsupport isn't 100%

    Creds to DannyRS for this wonderful sig!

  24. #174
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/antirandoms/C_AntiRandoms.simba(344:3): Unknown identifier '_resetColorMods' at line 343
    Compiling failed.

    i get this error whats wrong :\

  25. #175
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Drifter View Post
    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/antirandoms/C_AntiRandoms.simba(344:3): Unknown identifier '_resetColorMods' at line 343
    Compiling failed.

    i get this error whats wrong :\
    Simba version 992? Try updating SRL and re-install srl-osr https://github.com/SRL/SRL-OSR

    You probably missed out a step from installing simba to srl-osr. Try to trailback some footsteps.
    Last edited by Sjoe; 09-12-2013 at 06:22 PM.

    Creds to DannyRS for this wonderful sig!

Page 7 of 8 FirstFirst ... 5678 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
  •