
Originally Posted by
kevinconklin
hi i'm really new to scar guys and this is my first script that i've tried using :"(
when i hit run while my acc is logged on another window of rs pops up and changes all the graphics settings, etc then it gets to the username and password page and it doesn't do anything?!? do i have to program it & how? and what other things do i need to do to the script. please help me!
Well the window that pops up and opens another RS screen is called SMART. Basically, it runs the macro and allows you to still browse the internet, play music, talk on MSN, etc.
It changes the graphics because it is set so that SCAR runs on low detail, and it didn't do anything at the log in page because you didn't fill out the declare players. This is the declare players and how you should fill it out:
SCAR Code:
Players[0].Name := 'Username';
Players[0].Pass := 'Password';
Players[0].Nick := 'Nickname';//3-4 lowercase letters of your username.
Players[0].Active := True;//Use this player?
Players[0].Strings[0] := 'Tree/Oak/Willow/Yew';//Which tree to cut?
Players[0].Integers[0] := 000;//How many logs to cut?
Players[0].Booleans[0] := True;//Is hatchet equiped?
Players[0].BoxRewards := ['Xp', 'mote', 'ostume'];
If you have any questions feel free to ask.