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.
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.
SCAR Code:{.include SRL/SRL/skill/magic.scar}
begin
CastSpell(1);
end.
is that it lol wow i'm stupid lol ty very much
how would i do it if i was trying to do it when lost?
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
Where would i put that in my script? I'm a nub. A BIG NUB.![]()
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:
something like that.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
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![]()
i need help i cant figure this out!!!!!
There are currently 1 users browsing this thread. (0 members and 1 guests)