Page 1 of 2 12 LastLast
Results 1 to 25 of 29

Thread: Taking function requests.

  1. #1
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default Taking function requests.

    That's right, you name it and I'll make it. However their are a few parameters you must follow,

    • Must be F2P


    And that's all . Request away.


  2. #2
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    -function that returns the highest mage attack useable
    -function that returns the points for the closest, farthest, and middle of a certain color
    ex:
    [char]_S_____.______s___.__s and it will return the s's instead of the .'s
    and they all repesent a certain color with a certain tol

    edt: i might not use these myself, they just seem like useful functions
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  3. #3
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by dan cardin View Post
    -function that returns the highest mage attack useable
    -function that returns the points for the closest, farthest, and middle of a certain color
    ex:
    [char]_S_____.______s___.__s and it will return the s's instead of the .'s
    and they all repesent a certain color with a certain tol

    edt: i might not use these myself, they just seem like useful functions
    First one is pretty easy and I don't get the second one. No SCAR on this computer so tommorow I will do it.


  4. #4
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    ok the second 1... u search for a color with a tol over the minimap then its takes the farthest point from the center, the closest point to the center and the point 1 closest to the middle, of that color. and it returns them as like cx,cy,fx,fy,mx,my
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  5. #5
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by dan cardin View Post
    ok the second 1... u search for a color with a tol over the minimap then its takes the farthest point from the center, the closest point to the center and the point 1 closest to the middle, of that color. and it returns them as like cx,cy,fx,fy,mx,my
    Ok I can do that.


  6. #6
    Join Date
    Jun 2007
    Posts
    246
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    one that detects if you lost the conncetion and if you do then itll keep waiting until you logout or the lost connection box goes away. if it logs you out it will attempt to log back in, and if it dont work itll try again once every minute for 10 minutes, after that itll try every hour. if it dont log you out itll just continue with script. oh yeah and also make it so it can be added under antirandoms so it shoiuld detect it fast because findnormalrandoms needs to be called like twice a second or something like that because the talk randoms dont last long. i hope this makes sense

  7. #7
    Join Date
    Oct 2006
    Posts
    1,071
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    A function that randomly chats with your RC master.

    A function that checks the highest prayer you can do/ a function that puts prayers on (SetPrayer or something)

  8. #8
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by zenma View Post
    one that detects if you lost the conncetion and if you do then itll keep waiting until you logout or the lost connection box goes away. if it logs you out it will attempt to log back in, and if it dont work itll try again once every minute for 10 minutes, after that itll try every hour. if it dont log you out itll just continue with script. oh yeah and also make it so it can be added under antirandoms so it shoiuld detect it fast because findnormalrandoms needs to be called like twice a second or something like that because the talk randoms dont last long. i hope this makes sense
    Good for people with dial up or wireless connections that lose internet a lot.

    Quote Originally Posted by tim0suprem0 View Post
    A function that randomly chats with your RC master.

    A function that checks the highest prayer you can do/ a function that puts prayers on (SetPrayer or something)
    Ok


  9. #9
    Join Date
    Oct 2006
    Posts
    1,071
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Oh am I recieving this because I need it? I was just thinking of stuff for you to make

  10. #10
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I'm gonna make them and release them in the snippets section.


  11. #11
    Join Date
    Oct 2006
    Posts
    1,071
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Oh ok So can I think of more for you to make?

  12. #12
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I'm gonna finish these few first but ya go ahead and request away. They will just take more time.


  13. #13
    Join Date
    Aug 2007
    Posts
    282
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how about.. function StillChopping: booleen;

    it checks to see if you are still cutting a tree.. or you could make somthing that was like still working that just detects if the player is doing anything.

    it would be used like:
    SCAR Code:
    cut;
    repeat
      randoms;
      wait(100);
    until (not(StillChopping))

  14. #14
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    People usually make their own in their script, but I guess I could make one.

    Edit: Unless someone can get me a picture of the connection lost thing then I can't do that function.

    Edit2: Those prayer functions have already been made, check prayer.scar


  15. #15
    Join Date
    Aug 2007
    Posts
    282
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well, maybe somthing more universal.. like it checks if any of the player is moving... that can be used for plenty of things..

    but its up to you

  16. #16
    Join Date
    Aug 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey i also asked some1 else about this but i need a powercutter that cuts willows and then drops the logs when inv is full so i can use it near any willows.i need it for the new scar/srl and it doesnt need to cut any logs bsides willows. should b pretty easy i guessing but i suck at this stuff

  17. #17
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Please take note of the thread title, it's function requests, not script requests. I will have to report you for making an offtopic post. Before you post again make sure you look at the title so you can not get noob points.

    NOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOB
    You, Person, have been reported for being a NOOB.
    Your
    Current violations include
    1. Thread/ Off Topic Post for
    This brings you to a new total of (1) Noob Points!

    For more information on Person please go Here.

    For more information from This database please go Here.

    For more information on The Noob Points System please go Here.

    For more information on Noobs please go Here.

    NOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOB


  18. #18
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    [OFFTOPIC] lol, hold the left mouse button and drag over the noob box,
    NOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOB
    You, Person, have been reported for being a NOOB.
    Your Current violations include

    1. Thread/ Off Topic Post for

    This brings you to a new total of (1) Noob Points!

    For more information on Person please go Here.

    For more information from This database please go Here.

    For more information on The Noob Points System please go Here.

    For more information on Noobs please go Here.
    NOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOB
    [/OFFTOPIC]

    Oh, and a function to request hmm...

    AHA! Make a function that returns the angle from a point like
    "function AnglePoint(MidPointX, MidPointY, PointX, PointY: Integer): Extended;"

    :O I got idea! Competition which of us makes that first!

    READY! 1,2,3 *BOOOM!* GO!!

  19. #19
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I'm not exactly sure what you mean, do you mean that you pick a coord then return the angle from where you are standing?


  20. #20
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    this 1 is going to be hard to explain- k u have 2 boxes

    SCAR Code:
    _________
    |        |
    |        |
    |________|________
             |        |  
             |        |
             |________|

    so itll be like
    SCAR Code:
    Collide(x1,y1,x2,y2{firstbox},w1,z1,w2,z2{second box(doesnt have to be those}:integer):boolean;

    but then, if the 2 boxes overlap, theyll make another box
    SCAR Code:
    __________
    |        |
    |        |
    |       _|______
    |_______|_|     |
            |       |
            |       |
            |_______|
    so its pretty much telling u if there is a box in the same area as the 2 other boxes...kinda sorta...yea ask a questio if u dont get it
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  21. #21
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Basically you want a function to tell you if 2 boxes overlap?


  22. #22
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    yea pretty much i just thought id show u how it was explained in delphi. since i thought it was a good function that i now need in scar
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  23. #23
    Join Date
    Aug 2007
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Has anyone made this for you? If not, I'll give it a shot.
    Quote Originally Posted by Boreas View Post
    I think of my players as secret agents, that I send out into the field to be invisible. I properly train them to blend in and not die.

    It's my fantasy game within the fantasy game.

  24. #24
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Oh I'm sorry Dan Cardin, I can whip this up for you tomorrow if light doesn't do it.


  25. #25
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    how about one that checks for the fish random (one where it throws away your fishing supplies.)

    They are sisters...
    Runescape Classic

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Taking Function Requests
    By skilld u in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 02-18-2008, 09:13 PM
  2. TAKING REQUESTS! I need a new idea for a script! TAKING REQUESTS!
    By TravisV10 in forum RS3 Outdated / Broken Scripts
    Replies: 38
    Last Post: 10-31-2007, 02:46 AM
  3. Taking Function Requests
    By Derek- in forum RS3 Outdated / Broken Scripts
    Replies: 11
    Last Post: 09-13-2007, 02:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •