Results 1 to 7 of 7

Thread: Help with FindLamp('') skill names

  1. #1
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default Help with FindLamp('') skill names

    Does anyone know all the skill names for the FindLamp(''), I don't want to mess up the spelling for any, like write Mine it's supposed to be Mining, but Mining is the only one I know, if you know how to spell each skill please tell me, or if you know where I can go to find out, like a specific tut or something. If you can help me it'd be greatly appreciated.

  2. #2
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    'attack': Mouse(178, 135, 12, 12, True);
              'strength': Mouse(210, 135, 12, 12, True);
              'ranged': Mouse(242, 135, 12, 12, True);
              'magic': Mouse(274, 135, 12, 12, True);
              'defence': Mouse(306, 133, 12, 12, True);
              'crafting', 'craft': Mouse(338, 135, 12, 12, True);
              'hitpoints', 'hp': Mouse(178, 165, 12, 12, True);
              'prayer', 'pray': Mouse(210, 165, 12, 12, True);
              'agility': Mouse(242, 165, 12, 12, True);
              'herblore': Mouse(274, 165, 12, 12, True);
              'thieving', 'thief': Mouse(306, 165, 12, 12, True);
              'fishing', 'fish': Mouse(338, 165, 12, 12, True);
              'runecraft', 'runecrafting': Mouse(178, 192, 12, 12, True);
              'slayer', 'slay': Mouse(210, 192, 12, 12, True);
              'farming', 'farm': Mouse(242, 192, 12, 12, True);
              'mining', 'mine': Mouse(274, 192, 12, 12, True);
              'smithing', 'smith': Mouse(306, 192, 12, 12, True);
              'hunting', 'hunt', 'hunter': Mouse(338, 192, 12, 12, True);
              'cooking', 'cook': Mouse(178, 220, 12, 12, True);
              'firemaking', 'fire': Mouse(210, 220, 12, 12, True);
              'woodcutting', 'wc': Mouse(242, 220, 12, 12, True);
              'fletching', 'fletch': Mouse(274, 220, 12, 12, True);
              'construction': Mouse(306, 220, 12, 12, True);
              'summoning': Mouse(338, 220, 12, 12, True);

    antirandoms.scar, core folder. I hope this has helped ^_^

    (Ignore the "Mouse(...)" stuff. Focus on the string skill names.)

    Oh, yes, thanks for pointing that out Cazax, forgot that.

  3. #3
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dot use FindLamp becouse FindNormalRandoms use FindLamp. Use:
    SCAR Code:
    LampSkill := 'type the skill here';


  4. #4
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    ok thank you very much to both of you

  5. #5
    Join Date
    Oct 2007
    Location
    brooklyn, new york
    Posts
    258
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cazax View Post
    Dot use FindLamp becouse FindNormalRandoms use FindLamp. Use:

    ScarScript:By Drunkenoldma
    LampSkill := 'type the skill here';


    Thank you. Been searching for this.

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

    Default

    SCAR Code:
    LampSkill:='';//make sure to declare variable LampSkill
    FindLamp(LampSkill)

    or

    SCAR Code:
    Players[0].LampSkill:='';
    ....
    FindLamp(Players[currentplayer].LampSkill;


    Thats will help if you know where to use it
    Project: Welcome To Rainbow

  7. #7
    Join Date
    Mar 2008
    Location
    The Netherlands
    Posts
    1,395
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    The only thing I know: No CaPItaLs

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. FindLamp Fix
    By Lee Lok Hin in forum Research & Development Lounge
    Replies: 6
    Last Post: 08-16-2008, 12: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
  •