Results 1 to 13 of 13

Thread: SRL/SRL/Skill/Prayer.scar Doesnot support curses yet??

  1. #1
    Join Date
    Sep 2007
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default SRL/SRL/Skill/Prayer.scar Doesnot support curses yet??

    Help me add ancient curses in current Prayer.scar, Making a combat script

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

    Default

    Quote Originally Posted by astoria1112000 View Post
    Help me add ancient curses in current Prayer.scar, Making a combat script
    Link to a page with more info about this for those who don't know what it is?

  3. #3
    Join Date
    Sep 2007
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ^^ What do you mean??

  4. #4
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    He means add a link or explain what Ancient Curses are.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  5. #5
    Join Date
    Jun 2008
    Location
    United States
    Posts
    818
    Mentioned
    60 Post(s)
    Quoted
    90 Post(s)

    Default

    Quote Originally Posted by astoria1112000 View Post
    ^^ What do you mean??
    Like so. When you ask for help about something, it helps to provide information so that those with a desire to help, are able to do so more easily.
    [10/14/13:19:03] <BenLand100> this is special relatively, just cleverly disguised with yachts

  6. #6
    Join Date
    Sep 2007
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank you. Now back to my question how can i add them to current Prayer.Scar.
    Just tell me how to get color of the prayer and I will try to code the rest myself.

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

    Default

    Quote Originally Posted by astoria1112000 View Post
    Thank you. Now back to my question how can i add them to current Prayer.Scar.
    Just tell me how to get color of the prayer and I will try to code the rest myself.
    Just make your own function to do it built into your script.
    Look at prayers.scar and see how they do it for the normal prayers, then within your script make a similar function, but for these.

    You could just use coordinate clicking too as they don't move around or anything like that, simple.

  8. #8
    Join Date
    Jun 2008
    Location
    United States
    Posts
    818
    Mentioned
    60 Post(s)
    Quoted
    90 Post(s)

    Default


    Click on that guy, click on the color you want, and the color will appear in the debug. Alternatively, you can download the AutoColor Aid from here which gives you some more advanced tools to use with color-picking.
    [10/14/13:19:03] <BenLand100> this is special relatively, just cleverly disguised with yachts

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

    Default

    No need to even use color that would be over-complicating a simple solution, just use the coordiantes and click them.
    Colors might be needed though to know weather or not the prayer is on or not...

  10. #10
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    I think using MouseBox is better for these kind of things, but I agree with YoHoJo, color isn't needed.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  11. #11
    Join Date
    Sep 2007
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Camo Developer View Post
    I think using MouseBox is better for these kind of things, but I agree with YoHoJo, color isn't needed.
    Will use coordinates for now, making a private script so i know which prayers are active. Thank you all for helping

  12. #12
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Hey, if you make this stuff work. Please be sure to post the functions so that we could incorporate it into the include. Remember, we are a community, help us to help you!

    You don't need to post your private script, but help us out with things that others can definitely use.
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  13. #13
    Join Date
    Sep 2007
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Nava2 View Post
    Hey, if you make this stuff work. Please be sure to post the functions so that we could incorporate it into the include. Remember, we are a community, help us to help you!

    You don't need to post your private script, but help us out with things that others can definitely use.
    Not making a full-fledged function only something temporary. Will try to make a proper one after my script is functional

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
  •