Results 1 to 15 of 15

Thread: ok, first script, wana make sure this is ok

  1. #1
    Join Date
    May 2007
    Posts
    468
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ok, first script, wana make sure this is ok

    This is My First Real Script.. w00t!!!. i wana now if this is anough const's/ variables. suggest more if u feel they're necessary n ill try to implement them with credits.


    SCAR Code:
    Const
    WhatDir='';//The Direction To Run If U Get Attacked
    TheColor=5454545;//The Color Of The Tree
    Axe=(True);// ax equipped?
    Time=(True);//If You Want Your Character To Run On A Time
      HowLong=11;//Self Explanatory
    Logz=(False);//If You Want Your Character TO Chop An Amount Of Trees
      HowMany=11;//Self Explanatory
    MMouseSpeed=11;//Obvious, Set anywhere From 7-14
      RandomMouseSpeed=15;//Adds Extra Random Speed
    Skill='WoodCutting';//Skill To Updrade If You Find A Lamp
    Tries=10;//How Many Times To Try And Find The Tree

    Var
    Tried: Integer;
    Loads: Integer;
    Exp: Integer;




    Originally Posted by YoHoJo
    I like hentai.

  2. #2
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Haha, more constants doesnt mean a better script, but congrats on ur first script!

  3. #3
    Join Date
    May 2007
    Posts
    468
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol, i know that, but more constants means that the script is more flexible to the person using it, Because everyone has their own preferences. more options = more flexible = able to set preferences = people like it better =D
    Originally Posted by YoHoJo
    I like hentai.

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

    Default

    More = Better. I bet the script is killer.Haha Nice job!

  5. #5
    Join Date
    May 2007
    Posts
    468
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    eerm, its not "killer" but it has one of the few best antibans around i am sure.
    Originally Posted by YoHoJo
    I like hentai.

  6. #6
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    i disagree with many consts making a good script, you can easily detect if the axe is attached or not, or you could make an array of the color so the user does not have to set it and skill and mousespeed are already in setupsrl.scar (you do add a random for the mousespeed though which is nice)
    Infractions, reputation, reflection, the dark side of scripting, they are.

  7. #7
    Join Date
    Jul 2006
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    as for variable the less the better it save more memory and makes you have less lag
    "your always where you supposed to be"

  8. #8
    Join Date
    May 2007
    Posts
    468
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    =/, trhx fer compliments/suggestions
    Originally Posted by YoHoJo
    I like hentai.

  9. #9
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    personally i don't like scripts with alot of const because it makes the script look really disorganized to me. unless of course there in a form

  10. #10
    Join Date
    May 2007
    Posts
    468
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    =/, idk
    Originally Posted by YoHoJo
    I like hentai.

  11. #11
    Join Date
    Dec 2006
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't think really that it does determin if it is good.... But then again my 1st script is only just on the way. Reason being is because I have seen some constants that I feel really just DON'T need to be asked about... But as I said I have only just "finished" my 1st script too. Hope yours comes out well.

  12. #12
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, I think most people like lots and lots of constants, but I live a quick life. I want to be able to change one thing, set the script running, an go =P

  13. #13
    Join Date
    May 2007
    Posts
    468
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well, i could learn to use autocolor, meaning the script would spiral the mouse out from the screen and keep going until isuptext 'ilow' then it would autocolor =/

    made some changes..

    SCAR Code:
    Const
    Col1=1;//Set Color Numbers 1, 2, and 3
    Col2=1;
    col3=1;
    Tole=30;//Anywhere From 5 To 50
    WhatDir='';//The Direction To Run If U Get Attacked
    Axe=True;// ax equipped?
    Time=True;//If You Want Your Character To Run On A Time
      HowLong=90000;//Self Explanatory, in minutes
    Logz=False;//If You Want Your Character To Chop An Amount Of Trees
      HowMany=1;//Self Explanatory
    MMouseSpeed=11;//Obvious, Set anywhere From 7-14
      RandomMouseSpeed=15;//Adds Extra Random Speed
    Skill='WoodCutting';//Skill To Updrade If You Find A Lamp
    Tries=10;//How Many Times To Try And Find The Tree
    TreeName='illow';// all the lowercase letters in the tree's name

    Var
    Loads: Integer;
    Exp: Integer;
    NumTrees: Integer;
    Tried: Integer;
    NumLogs: Integer;
    Originally Posted by YoHoJo
    I like hentai.

  14. #14
    Join Date
    Jul 2007
    Location
    UK
    Posts
    307
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    To me more, constants = more brain damage to me :P

  15. #15
    Join Date
    May 2007
    Posts
    468
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol... brain damage... something im familiar with.. =D
    Originally Posted by YoHoJo
    I like hentai.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how should i make this script
    By bloodydemon in forum OSR Help
    Replies: 16
    Last Post: 10-21-2008, 03:09 AM
  2. First Script What should i make??
    By kornthebldgd in forum First Scripts
    Replies: 36
    Last Post: 08-14-2008, 07:13 PM
  3. Would like to make a script with someone else...
    By Pwnt by Pwnt in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 03-24-2008, 08:49 AM
  4. Need Someone To Make Script With
    By skilld u in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 10-06-2007, 10:21 PM

Posting Permissions

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