PDA

View Full Version : How do i add scripts/account for rs07



server
03-27-2013, 10:22 PM
i have smart 8 and followed all the guides for rs07
i have downloaded some rs07 scripts and put it in c:-simba-scripts
but it says
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
Compiling failed.

how do i run them? thanks for help

Neznam
03-27-2013, 10:25 PM
Does it say on top of the script...
{$DEFINE SMART8}
or
{$DEFINE SMART}
I think you might not have smart 8, so either remove the 8 from define smart, or add an 8.

tealc
03-27-2013, 10:25 PM
a the begining change {define smart} to {define smart8}

ninja'd

server
03-27-2013, 10:29 PM
Does it say on top of the script...
{$DEFINE SMART8}
or
{$DEFINE SMART}
I think you might not have smart 8, so either remove the 8 from define smart, or add an 8.
thanks works now:) it doesnt have a bot GUI or anything though, what do ido?
-- AIO Fighter Release 0.2 --
Time Running: 34 Seconds

says that^

deathcrow
03-27-2013, 10:31 PM
thanks works now:) it doesnt have a bot GUI or anything though, what do ido?
-- AIO Fighter Release 0.2 --
Time Running: 34 Seconds

says that^

If there is anything that requires filling out or if you want to change anything it is in the script itself, no GUI needed. Just scroll down until you see it and make the change.

Neznam
03-27-2013, 10:43 PM
It's almost always at the top of the script. Any good script will have it indicated from which point to which you should change whatever you need changed, and where you should no longer touch anything unless you know what you are doing.

server
03-27-2013, 10:57 PM
ahh ok ty and is there any way to get the colour of a monster for the setup code of autofighter?