
Originally Posted by
larsi37
but why doesn't the script i just made work, i used this includes:
{$DEFINE SMART8}
{$I SRL/SRL.Simba}
{$I P07Include.Simba}
and if i have to include SRL-OSR, is there an (easy) way to convert it to that?
sorry if this doesn't make much sense i just started scripting:P
Let's start from a fresh to not get things confused
I'm under the assumption you now have all the includes for 07 and eoc as you've tried fixing it. So to teach you how it works lets start from the beginning and work forward.
Simba Code:
{$DEFINE SMART8} //Loading up SMART so you don't have to use your mouse
{$I SRL/SRL.Simba} // Loading up the include which is used for mouse functions etc mostly for EOC
{$I P07Include.Simba} //Loading up the include for the 07 Runescape.
Now, we need to make sure you have the right Smart Params.
Go find SmartParams and rename it to SmartParams_EOC and then paste in the 07 one.
Would you mind showing me your main loop as well please?
It's the bit at the bottom of your script
begin
end.