Page 10 of 33 FirstFirst ... 8910111220 ... LastLast
Results 226 to 250 of 825

Thread: AshamanGnomeAgility

  1. #226
    Join Date
    Jan 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Hmm would you mind stopping the script as soon as it tries to do the pipe again and send me another pic of the MM? Does it do this every time? Also when you stop the script there, will you turn on POSDebug (just below usersetup) and hit play and tell me what it says?
    I'm having trouble recreating the bug, did you update the pipe in 1.1?

  2. #227
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Xeronate View Post
    Thanks ill check it out later today!

    Quote Originally Posted by Feed View Post
    when i press run it tells me : Smart Cannot Spawn Clients.. Sorry if thats a noob mistake i just havn't used simba sence 2011 lol..
    That is caused by a couple potential things - there are a couple threads for fixes around the forum

    Quote Originally Posted by JackCraft View Post
    Thanks for the bot man, ill upload a 5 hour proggie if i can make it C:
    Good luck!

    Quote Originally Posted by LynxS View Post
    I'm having trouble recreating the bug, did you update the pipe in 1.1?
    Yes sort of - mm colors were updated

  3. #228
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    3 Post(s)
    Quoted
    6 Post(s)

    Default

    I keep getting this error:
    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/text.simba(805:13): Unknown identifier 'UpChars07' at line 804
    Compiling failed.
    [Error] C:\Simba\Includes\SRL-OSR\SRL\core\text.simba(454:34): Invalid number of parameters at line 453
    Compiling failed.

    What I entered into the user bit:
    Const
    HairColor = 13092814; // ***What is your hair color? Or unique color on outfit***
    HairTolerance = 70; // ***Tolerance of your hair/outfit***
    TestHair=False; // ***If you want to test the count of hair colors you have, Result must be greater than 5***

    Procedure DeclarePlayers;
    Begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;

    Players[0].Name := 'Brook@blablabla.com; // ***Username***
    Players[0].Pass := 'blablabla'; // ***PW***
    Players[0].WorldInfo := []; // ***Desired World, leave blank if random***
    Players[0].Nick := 'blabla'; // ***Portion of display name, IMPORTANT FOR RANDOMS***
    Players[0].Active := True;
    End;

    Sorry, my first time on Simba, still looking around.
    Last edited by brook; 03-31-2013 at 01:06 PM.

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

    Default

    For some reason it only opens a white screen for me when I run the script. I can hear the rs musics but all I can see is white screen lol :P any ideas how to fix this?

  5. #230
    Join Date
    Jan 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Lol, i just returned back to my computer to find my lobsters were noted and i was teleported to lumberage with the gnome dialog saying 'fine don't help us!' is this a new random? i can't remember a gnome random or every having my food changed into a note. Maybe a j mod is messing with me :c

    Quote Originally Posted by brook View Post
    I keep getting this error:
    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/text.simba(805:13): Unknown identifier 'UpChars07' at line 804
    Compiling failed.
    [Error] C:\Simba\Includes\SRL-OSR\SRL\core\text.simba(454:34): Invalid number of parameters at line 453
    Compiling failed.

    Sorry, my first time on Simba, still looking around.
    The 'up_chars07' means Uppercase Characters for 2007 scape. Meaning you have incorrectly installed your font file
    Last edited by LynxS; 03-31-2013 at 01:18 PM.

  6. #231
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by brook View Post
    I keep getting this error:
    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/text.simba(805:13): Unknown identifier 'UpChars07' at line 804
    Compiling failed.
    [Error] C:\Simba\Includes\SRL-OSR\SRL\core\text.simba(454:34): Invalid number of parameters at line 453
    Compiling failed.

    What I entered into the user bit:
    Const
    HairColor = 13092814; // ***What is your hair color? Or unique color on outfit***
    HairTolerance = 70; // ***Tolerance of your hair/outfit***
    TestHair=False; // ***If you want to test the count of hair colors you have, Result must be greater than 5***

    Procedure DeclarePlayers;
    Begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;

    Players[0].Name := 'Brook@blablabla.com; // ***Username***
    Players[0].Pass := 'blablabla'; // ***PW***
    Players[0].WorldInfo := []; // ***Desired World, leave blank if random***
    Players[0].Nick := 'blabla'; // ***Portion of display name, IMPORTANT FOR RANDOMS***
    Players[0].Active := True;
    End;

    Sorry, my first time on Simba, still looking around.
    You are missing the 07 fonts, make sure everything is updated for srl and also hit tools>update, let me know if you still don't have them

    Quote Originally Posted by HarryBotter View Post
    For some reason it only opens a white screen for me when I run the script. I can hear the rs musics but all I can see is white screen lol :P any ideas how to fix this?
    Search around forums, not positive what causes but there is a fix out there

    Quote Originally Posted by LynxS View Post
    Lol, i just returned back to my computer to find my lobsters were noted and i was teleported to lumberage with the gnome dialog saying 'fine don't help us!' is this a new random? i can't remember a gnome random or every having my food changed into a note. Maybe a j mod is messing with me :c



    The 'up_chars07' means Uppercase Characters for 2007 scape. Meaning you have incorrectly installed your font file
    Yeah I've seen that before, I'm not sure which random it is :/ But when you die you keep your top three items and I believe they become noted (That's what happens to me at least)

  7. #232
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    3 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by LynxS View Post
    Lol, i just returned back to my computer to find my lobsters were noted and i was teleported to lumberage with the gnome dialog saying 'fine don't help us!' is this a new random? i can't remember a gnome random or every having my food changed into a note. Maybe a j mod is messing with me :c



    The 'up_chars07' means Uppercase Characters for 2007 scape. Meaning you have incorrectly installed your font file
    http://gyazo.com/52be48171ee12bcc7f3a8cca4406bc6e
    http://gyazo.com/a415b9201344713f6dd810caf332b7a3

  8. #233
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  9. #234
    Join Date
    Jan 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

  10. #235
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    getting this error 5 seconds after it logs in and goes across the log:

    Error: Exception: Mask is invalid. Width/Height: (9,6). WhiteHi/BlackHi: (-1,53) at line 780
    The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge, 2, 3, 4, 5]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3]

    edit: nvm i re-ran the script and seems to be working for now
    Last edited by exonyte; 03-31-2013 at 04:07 PM.

  11. #236
    Join Date
    Dec 2011
    Location
    Uk
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Gonna get 36-53 with this ill post a proggys when i'm done

  12. #237
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    so i put in the hair colour of my char, how do i test the tolerance?

  13. #238
    Join Date
    Dec 2011
    Location
    Uk
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Messes up to much :/

  14. #239
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by exonyte View Post
    so i put in the hair colour of my char, how do i test the tolerance?
    Play around with it, just use the test hair a few times with different tolerances

    Quote Originally Posted by Bradb View Post
    Messes up to much :/
    You do realize that doesn't help at all? Please give details

  15. #240
    Join Date
    Mar 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Keep getting this after passing the log

    Error: Exception: Mask is invalid. Width/Height: (9,6). WhiteHi/BlackHi: (-1,53) at line 699
    The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge, 2, 3, 4, 5]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3]

    EDIT: script relies on a nickname, without that entered you'll get this.
    Last edited by 1337sauce; 03-31-2013 at 06:29 PM.

  16. #241
    Join Date
    Dec 2011
    Location
    Uk
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Play around with it, just use the test hair a few times with different tolerances



    You do realize that doesn't help at all? Please give details
    Sometimes skips parts of course,on the second part of course stands there for ages then climbs up

    Also when it gets strange box it doesnt close the interface

  17. #242
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    After it goes through pipe it sits there for about 20 seconds before starting course over again, any suggestions?

    Edit: whats the hair tolerance? how do i get accurate info/numbers for it
    Last edited by jeffles; 03-31-2013 at 08:27 PM.

  18. #243
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by 1337sauce View Post
    Keep getting this after passing the log

    Error: Exception: Mask is invalid. Width/Height: (9,6). WhiteHi/BlackHi: (-1,53) at line 699
    The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge, 2, 3, 4, 5]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3]

    EDIT: script relies on a nickname, without that entered you'll get this.
    Yes I'm adding a failsafe to shutdown if you don't have it filled out

    Quote Originally Posted by Bradb View Post
    Sometimes skips parts of course,on the second part of course stands there for ages then climbs up

    Also when it gets strange box it doesnt close the interface
    I think I know what might be causing that for you - The after log thing I mean

    Quote Originally Posted by jeffles View Post
    After it goes through pipe it sits there for about 20 seconds before starting course over again, any suggestions?

    Edit: whats the hair tolerance? how do i get accurate info/numbers for it
    It sounds like you are either wearing brown or don't have a good hair color - Tolerance is just something you have to play with - higher is better (but you should still use a semi unique hair color (like blues, yellows, purple etc) or hat w/e

  19. #244
    Join Date
    Jun 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    excellent start to the script. small things like ur hair list is always great thing for people new to the forums to sit down and learn a bit without going complete script skiddy.

    Thanks again.

  20. #245
    Join Date
    Apr 2012
    Location
    Melbourne, Australia
    Posts
    230
    Mentioned
    0 Post(s)
    Quoted
    59 Post(s)

    Default

    In love with the fact that it turns the music thingy off!
    Great script, pretty much flawless

  21. #246
    Join Date
    Apr 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    agility proggy 1.png
    Still going strong

  22. #247
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Neverhaveb4 View Post
    excellent start to the script. small things like ur hair list is always great thing for people new to the forums to sit down and learn a bit without going complete script skiddy.

    Thanks again.
    Quote Originally Posted by djm995 View Post
    In love with the fact that it turns the music thingy off!
    Great script, pretty much flawless
    Thanks guys!

    Quote Originally Posted by God Winrar View Post
    agility proggy 1.png
    Still going strong
    Wow very impressive!

  23. #248
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/simba.simba(465:14): Unknown identifier '' at line 464
    Compiling failed.

  24. #249
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/simba.simba(465:14): Unknown identifier '' at line 464
    Compiling failed.
    what's problem with me?

  25. #250
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by jacksonpf View Post
    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/simba.simba(465:14): Unknown identifier '' at line 464
    Compiling failed.
    what's problem with me?
    Re-download the include

    Forum account issues? Please send me a PM

Page 10 of 33 FirstFirst ... 8910111220 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •