Results 1 to 5 of 5

Thread: ClayCreationScript

  1. #1
    Join Date
    Feb 2007
    Posts
    849
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ClayCreationScript

    What type of functions and procedures would be needed?
    I am thinking of making one lol.

    Find team type - sara/zaro or W/E
    Find base door
    Find basic clay
    Find kiln
    deposit
    +1billion failsafes lol

    On a scale of 1 to 100, how hard is this?
    ________________________________________
    14:19 < cycrosism> I wonder what she would have done without it
    14:19 < cycrosism> without me*
    Cycrosism is now an it.
    Quote Originally Posted by Dervish View Post
    /Facedesk.

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    2. Object finding isn't that hard, and it appears like the majority of your idea is just finding objects.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  3. #3
    Join Date
    Feb 2007
    Posts
    849
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thats the majority of the game for me anyway as i have no skills .
    I have to make it work for both teams though ><


    About effiency, abnyway of making this better?

    SCAR Code:
    Procedure FindTeam;
    Begin
    if FindObjCustom(x, y,  ['ass','rough'],  [10321738,7957065], 3) then
    WhichTeam:= 'Sara';
    if FindObjCustom(x, y,  ['ass','rough'],  [2370698,3225724], 3) then
    WhichTeam:= 'Zammy';
    Writeln('You are on the team: '+WhichTeam);
    end;
    ________________________________________
    14:19 < cycrosism> I wonder what she would have done without it
    14:19 < cycrosism> without me*
    Cycrosism is now an it.
    Quote Originally Posted by Dervish View Post
    /Facedesk.

  4. #4
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try making a script that grabs arrows and trades them to a specific person. It's EPIC points (3m/game done manually), and it's VERY easy.

  5. #5
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    LOL it says ass!

    And to detect what team you are on basically, go to inventory tab mouse over the helmet slot and check the uptext

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
  •