Results 1 to 5 of 5

Thread: Help With Changing Colors!!!

  1. #1
    Join Date
    Aug 2007
    Location
    In Your Front Door!
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help With Changing Colors!!!

    Here is my problem guys, I made a script using RadialWalk, it worked fine,
    but when I closed the window and opened a new one, Runescape Changed the Colors on me!! So the script that was working perfectly is now all screwed up!!!

    How Can I Avoid This???
    How Can I Fix My Script???

    oh yea and i dont think adding RadialWalkex(tolerance) would work because the colors changed by a big margin!!!

  2. #2
    Join Date
    Oct 2006
    Posts
    412
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Edit: Ok ive gone crazy... I thought for sure that i just answered this and now my post dissapeared.

    What you do is instead of entering the colours in each RRW proc call, RRW(stuff,stuff,765355<-colour number,stuff,etc) you have a variable at the top of your script that you can just change each time you need a new colour thats changed. so like this

    RRW(stuff,stuff,RRWCOLOR,stuff,etc)

    and at the top of your script have this

    const
    RRWCOLOUR = 786386;//change this if your colours change.

    this way, you only have to update one line to affect all the RRW calls you have made.

  3. #3
    Join Date
    Apr 2007
    Location
    Australia
    Posts
    4,163
    Mentioned
    9 Post(s)
    Quoted
    19 Post(s)

    Default

    yup, or even better have a variable and have some sort of autocolouring procedure so if the colour changes during loading screens, your script will still run

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

    Default

    Quote Originally Posted by The Claw View Post
    yup, or even better have a variable and have some sort of autocolouring procedure so if the colour changes during loading screens, your script will still run
    though thats a sure way of making your script work.... it also gets a lot more difficult from there as well.

    They are sisters...
    Runescape Classic

  5. #5
    Join Date
    Aug 2007
    Location
    In Your Front Door!
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks Guys,
    Still One Question!
    How Do I AutoColor Something in the Minimap?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Changing IP
    By Home in forum Computer Help and Tutorials
    Replies: 21
    Last Post: 02-22-2009, 09:46 PM
  2. Hey, Colors Changing At Higher Speed ?
    By Home in forum RS has been updated.
    Replies: 4
    Last Post: 12-04-2007, 11:26 PM
  3. IP Changing
    By Hey321 in forum SRL Site Discussion
    Replies: 7
    Last Post: 03-27-2007, 11:35 PM
  4. loads to do before changing.
    By macromacro123 in forum OSR Help
    Replies: 6
    Last Post: 03-08-2007, 12:24 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
  •