every script i try to use is not working, i always get this
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(274:145): Invalid number of parameters at line 273
Compiling failed.
could some one please help me?
every script i try to use is not working, i always get this
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(274:145): Invalid number of parameters at line 273
Compiling failed.
could some one please help me?
This is like the easiest fix ever. All you have to do is go to the smartparams tab and delete -1 from one of the longest lines in there and then save it.
There should be a tut for this fix... Sometimes I get this error too. :L
Perfection is not attainable, but if we chase perfection we can catch excellence.
Vince Lombardi
http://villavu.com/forum/showthread....t=newbie+guide
Read through and followed all steps 3 times. Still doesn't get Simba scripting or any form of scripting for that matter. *retard*
http://villavu.com/forum/showthread.php?t=87801
If you're going to manually update to smart 8.0 make sure you read up on how to actually use it
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
He is saying, Open up Simba,
Use the script you used before that got you this error, and start the script, Simba will open a new tab with the error:
On this tab it will also most likely have highlighted this tab called(Smart Params):[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(274:145): Invalid number of parameters at line 273
Compiling failed.
Simba Code:{$IFDEF SMART8}
Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '');
{$ELSE}
Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '', -1);
{$ENDIF}
From reading what was said above even though i am a noob myself, remove:
from the second line.-1
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols
Lol,
This is the error i cant find a fix for yet;
My line of 283:[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(284:131): Invalid number of parameters at line 283
Compiling failed.
Any ideas?Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '');
add another comma and empty quotes beforw the closing brackets
Fixed,
Used this thread: http://villavu.com/forum/showthread.php?t=84334
Changed the {$DEFINE SMART8} to {$DEFINE SMART}
Added to the bottom:
{$IFDEF SMART}
{$IFDEF SIMBAMAJOR980}
Smart_Server := 72;
Smart_Members := True;
Smart_Signed := True;
Smart_SuperDetail := False;
{$ELSE}
SRL_SixHourFix := True;
Smart_FixSpeed := True;
{$ENDIF}
{$ENDIF}
Between Begin; and SetupSRL;
Also added back the ,-1
@ Bliss,
cmd as in a command prompt window? This window always comes up in simba, unless you disable/hide it. How new are you to simba? Have you updated everything including extensions?
So are you sure you have updated and enabled all extensions? I know this might be way off but not updating everything i had this error where i couldnt get the rs window to popup. I ended up ininstalling, running ccleaner, reinstaliling neest update, re-enabled all extensions, reupdeated all extensions then i was good to go.
There are currently 1 users browsing this thread. (0 members and 1 guests)