Results 1 to 5 of 5

Thread: Humidifier (07scape) - works well

  1. #1
    Join Date
    Apr 2013
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default Humidifier (07scape) - works well

    Hey guys this is my humidifier script, i made it today. I used bits and bobs of other peoples script to get the main structure sorted out but most of it is me that makes it do the actual humidifying.

    Reqa - 68 magic - Lunar spell book - dream mentor

    proggy.jpg

    Try it out!

    Please leave constructive criticism/Additional ideas!

    Credits go to - http://villavu.com/forum/showthread.php?t=97217?

    humidify.simba
    Last edited by fire_caper; 05-08-2013 at 11:55 AM.

  2. #2
    Join Date
    Sep 2012
    Location
    Australia.
    Posts
    839
    Mentioned
    16 Post(s)
    Quoted
    225 Post(s)

    Default

    I recommend you add some failsafes in casting, what if something goes wrong?

    Also, what are these skeleton colours for?

    Simba Code:
    procedure DTM;
    begin
      Casts := 20000; //Change to specify how many casts you want to do.
      SkeletonColor1 := 8420476;  //This
      SkeletonColor2 := 12828350; //This
    end;

    Adding failsafes is a necessity for getting long proggies! Nice start to a script, though.

  3. #3
    Join Date
    Apr 2013
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Chris! View Post
    I recommend you add some failsafes in casting, what if something goes wrong?

    Also, what are these skeleton colours for?

    Simba Code:
    procedure DTM;
    begin
      Casts := 20000; //Change to specify how many casts you want to do.
      SkeletonColor1 := 8420476;  //This
      SkeletonColor2 := 12828350; //This
    end;

    Adding failsafes is a necessity for getting long proggies! Nice start to a script, though.
    I used someone elses script as a template and havent completely tided it up :/
    The script has been running for 10 hours so far for me

  4. #4
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Did you base this off of http://villavu.com/forum/showthread.php?t=97217? if so you should give credits

  5. #5
    Join Date
    Apr 2013
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Officer Barbrady View Post
    Did you base this off of http://villavu.com/forum/showthread.php?t=97217? if so you should give credits
    Done

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
  •