ok so im trying to make a chicken killing script, and every time i die im stuck in lumbridge because i dont know how to walk from lumbridge castle, well to anywere. so if anyone could help me please do.
ty
my email: immskate@hotmail.com
ok so im trying to make a chicken killing script, and every time i die im stuck in lumbridge because i dont know how to walk from lumbridge castle, well to anywere. so if anyone could help me please do.
ty
my email: immskate@hotmail.com
You need to look at tuts for that the main procedure to find if you are dead is:
SCAR Code:if FindDead then
begin
WalkToChickens;
end;
Look in the Tutorials for Intermediates section then look for Map Walking. It will help too much![]()
Formerly known as Cut em2 it
ok, ive read like 3 tuts about map walking and they all talk about radial walking, wich from what i understand is finding a color and going to it.
i dont know exactly how i could use that to my advantage.
if this is what i need can you please tell me how i could get to the chickens with the colors?
If theirs more to map waling then that would it be possible for you to put a link to the tut??
thank you
hi i think i can help you.
You need to do auto-coloring. Look in the SRL includes and under core look in Auto-Color.scar. There are many functions there you can use to make your coloring great.
EX:
SCAR Code:ThisColor := FindRoadColor;
RadialRoadWalk(ThisColor, 0, 360, 33, 1, 1);
This will help along with symbol finding.
Formerly known as Cut em2 it
ok thank you soo much.
im thinking about getting him to walk to the gate of alkarihd then walking northe tell it find the symbol near the chicken coop.
do you think that would work or would their be an easier way??
and thank you again for the help
EDIT: ok i tryed that and it was really confusing, it doesnt work.
if somone would be kinda enough to sugest a tutorial that they found useful or think would be useful for my situation i would more than apreciate it.
There are currently 1 users browsing this thread. (0 members and 1 guests)