Results 1 to 6 of 6

Thread: Need help for my soulwars script!

  1. #1
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default Need help for my soulwars script!

    So at the minute im working on a basic soulwars script, which will likely have a full, and a light version, (members and public). The thing is, im writing it on a mac, and it isnt easy to pick colours with a macbook. If a member of the public here helps, i will send you the script for testing/ the full version when its done.

    Please can you copy and paste this back with the colours in the ' '

    What i need:

    The slayer monster colours:
    pyrefiends ' '
    Jellies ' '

    Capes
    Blue cape ' '
    red cape ' '

    portals
    red barrier ' '
    blue barrier ' '
    balance portal ' '

    That should be all for now.

    thanks a lot
    Did someone say GDK?

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

    Default

    Couldn't you use WINE and install Simba?
    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.


  3. #3
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I have, but if you want to then use anything related to it, you have to install them aswell, like the runescape client, and even then it might not work
    Did someone say GDK?

  4. #4
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Umm gimmie a sec I'll go sw I guess.. I was actually writing this too lol.. I think I got all the colours?


    Warning:


    Balanced Portal Using ACA:
    Code:
    ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.53, 1.00);
    
    FindColorsTolerance(arP, 4884044, MSX1, MSY1, MSX2, MSY2, 10)
    Red Portal Using ACA:

    Code:
    ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.02, 1.22);
    
    FindColorsTolerance(arP, 5331916, MSX1, MSY1, MSX2, MSY2, 32)
    Blue Portal Using ACA (No longer finds water ):

    Code:
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.14, 1.54);
    
     FindColorsTolerance(arP, 10906457, MSX1, MSY1, MSX2, MSY2, 8)
    If you don't mind waiting on me to get in game then I can get the other colours.


    Color Of Blue Portal (IN GAME!):
    Code:
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.32, 1.28);
    
    FindColorsTolerance(arP, 11499614, MSX1, MSY1, MSX2, MSY2, 10)
    Color Of BLUE CAPE In Game:
    Code:
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.11, 1.40);
    
    FindColorsTolerance(arP, 3219474, MSX1, MSY1, MSX2, MSY2, 7)
    Color Of BLUE GraveYard Portal:
    Code:
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.22, 1.39);
    
    FindColorsTolerance(arP, 9660504, MSX1, MSY1, MSX2, MSY2, 8)
    Color Of RED Cape In Game:
    Code:
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.17, 1.57);
    
    FindColorsTolerance(arP, 986662, MSX1, MSY1, MSX2, MSY2, 6)
    Color of Jellies! (Got it perfect / Does not mix up with trees or titans ):
    Code:
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.28, 0.31);
    
    FindColorsTolerance(arP, 6325106, MSX1, MSY1, MSX2, MSY2, 13)
    RED Barrier In GAME:
    Code:
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.02, 0.29);
    
    FindColorsTolerance(arP, 5461916, MSX1, MSY1, MSX2, MSY2, 24)
    Red GraveYard Portal:
    Code:
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.19, 0.38);
    
    FindColorsTolerance(arP, 4019619, MSX1, MSY1, MSX2, MSY2, 11)
    Pyrefiends! Finally! LOL (Does not find titans .. Only finds pyrefiends):
    Code:
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.45, 2.81);
    
    FindColorsTolerance(arP, 4293347, MSX1, MSY1, MSX2, MSY2, 8)
    Edit: And jagex strikes again:
    I am Ggzz..
    Hackintosher

  5. #5
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Cooperation ?

  6. #6
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    ggzz, perfect rep+, ill pm you the full if you arent a member by then. Dervish, pm sending now
    Did someone say GDK?

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
  •