Results 1 to 3 of 3

Thread: Crafting: Bracelets, jewellry etc

  1. #1
    Join Date
    Nov 2008
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Crafting: Bracelets, jewellry etc

    Hey everyone.
    Wondering if anyone has any ideas on how to make a bracelet crafting autoer? i think it would be a really good idea, having one that can just do any jewellry at all. a line for what gem it is, a line for what type of jewellry it is.. I think a lot of people would really appretiate it.

    Pm me or post here, thanks guys.

  2. #2
    Join Date
    Dec 2007
    Posts
    2,112
    Mentioned
    71 Post(s)
    Quoted
    580 Post(s)

    Default

    use cases...

  3. #3
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ill give you some clues, but I'm not in the mood to script it...

    In DeclarePlayers and variables;

    Players[0].Strings[0] := 'sapphire';
    Players[0].Strings[1] := 'bracelet';

    Then use a variety of cases;

    SCAR Code:
    case(Players[CurrentPlayer].Strings[0])of
      'sapphire': DoThis;
      'emerald': DoThisThing;
    end;
    Project: Welcome To Rainbow

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Air crafting
    By Waddo in forum RuneScape News and General
    Replies: 4
    Last Post: 08-03-2008, 05:59 PM
  2. crafting help
    By randy marsh in forum RuneScape News and General
    Replies: 1
    Last Post: 07-13-2008, 07:52 PM
  3. Crafting guild
    By canu44 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 10-28-2007, 07:32 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
  •