Results 1 to 9 of 9

Thread: Help with teleporting

  1. #1
    Join Date
    Oct 2007
    Location
    Missouri important for.....nothing.
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help with teleporting

    Well i need help teleporting. just like it said on the title . im trying to tele to lumby (home tele). if you can help plz post. i am a newbie scripter that is about to finish my first script that i will post on here.

  2. #2
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    SCAR Code:
    {.include SRL/SRL/skill/magic.scar}
    begin
      CastSpell(1);
    end.

  3. #3
    Join Date
    Oct 2007
    Location
    Missouri important for.....nothing.
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is that it lol wow i'm stupid lol ty very much

  4. #4
    Join Date
    Oct 2007
    Location
    Missouri important for.....nothing.
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how would i do it if i was trying to do it when lost?

  5. #5
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If you want to home teleport i suggest you use this.
    SCAR Code:
    if getlumbridgemins = 0 then
         begin
              cast('Home Teleport');
              wait(22000);
         end else
         begin
         //whatever
         end;
    ~ Metagen

  6. #6
    Join Date
    Oct 2007
    Location
    Missouri important for.....nothing.
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Where would i put that in my script? I'm a nub. A BIG NUB.
    http://www.stats.srl-forums.com/sigs/3033.png

    Yea i'm a lvl 62 NOOB!!!!!!!!!! THANK YOU

    Quote Originally Posted by metagen View Post
    I meant why do you add an a to your report vars. just curious. And if you call me a spammer again I'm going to be seriously pissed.

    edit: OOOOH and what is my teddy bear for lol just noticed it

  7. #7
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by metagen View Post
    If you want to home teleport i suggest you use this.
    SCAR Code:
    if getlumbridgemins = 0 then
         begin
              cast('Home Teleport');
              wait(22000);
         end else
         begin
         //whatever
         end;
    well doing getlumbridgemins will actually cast the spell for you =]
    and idk why you'd want to wait 22 mins after you cast it?

    but anyways i don't really know what kind of script your making but first you'd need a way of determining if you're lost..
    for example:
    SCAR Code:
    if not FindSymbol(x, y, 'tree') then CastSpell(1) else Mouse(x, y, 5, 5);
    //if it doesn't find the tree symbol then it will cast lumby tele but if it DOES find the symbol it will click it
    something like that.

  8. #8
    Join Date
    Oct 2007
    Location
    Missouri important for.....nothing.
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok my new problem is

    Line 67: [Error] (15296:38): Unknown identifier 'x' in script C:\Users\*****\Downloads\Runescape stuff\My power chopper.scar

    lol
    http://www.stats.srl-forums.com/sigs/3033.png

    Yea i'm a lvl 62 NOOB!!!!!!!!!! THANK YOU

    Quote Originally Posted by metagen View Post
    I meant why do you add an a to your report vars. just curious. And if you call me a spammer again I'm going to be seriously pissed.

    edit: OOOOH and what is my teddy bear for lol just noticed it

  9. #9
    Join Date
    Oct 2007
    Location
    Missouri important for.....nothing.
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i need help i cant figure this out!!!!!
    http://www.stats.srl-forums.com/sigs/3033.png

    Yea i'm a lvl 62 NOOB!!!!!!!!!! THANK YOU

    Quote Originally Posted by metagen View Post
    I meant why do you add an a to your report vars. just curious. And if you call me a spammer again I'm going to be seriously pissed.

    edit: OOOOH and what is my teddy bear for lol just noticed it

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. falador teleporting script
    By ben600006 in forum First Scripts
    Replies: 4
    Last Post: 07-09-2008, 11:04 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
  •