I'm Silent SPYSecret project: 0%Need help? Send me a PM
What's the ETA for the official public release?
What helped me with scripting was reading the actual CODE and following along with what's happening on the screen. Then if it messes up, change some values or words, and see what happens then. It's really a huge learning process, but once you get the hang of it, it's cake (to an extent).
-Hope I helped.
Getting a weird error using Brendon's fix
"Exception in Script: Unable to find file 'SRL/SRL.Simba' used from 'C:\Simba\Scripts\All Potions maker ver1.5-1.simba'"
Installed the latest .99 Simba
Pasted the latest plugins into the plugin folder
Deleted the folder 'include'
Extracted the "Brandon's folder" fix into root folder and overrode old files
edit: reinstalled followed first four steps listed and deleted contents inside 'includes' folder and added contents of Brandon's folder inside
Replaced old code in the script with new and the font color is red ?
{$DEFINE SMART}
{$I SRL/SRL.Simba}
{$I SRL/SRL/Misc/SmartGraphics.Simba}
Associate, extdnsion, and SRL are enabled as well.. Haven't done any updating within Simba
Last edited by chujowski; 07-26-2012 at 01:30 AM.
- Installed latest simba from http://nala.villavu.com/downloads/si...1f891d73e9d61/
- copied in Brandon's SRL
- built latest plugins
- used smart's IFDEF's to load latest version
Am I missing something here?
Please Wait.. Smart Is Currently Loading..
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)

And the big proud lion saves the day!
Nice work to everyone who worked on this!
Sinking. Always. Sinking.
Well i hope this'll work.
With the temp fix i don't seem to ge any scripts up and running.
(Exept for ghouler, and that's only So-So and not in smart.)
I presume a lot of scripts will need rewriting to be compatible with the new updates?
Or would a script from when say v0.98 was new still work?
Hi guys, I'm a Simba noob but the programme gets stuck at the log in screen. Is everyone else facing the same problem? Can I do something about it or do I have to just wait for the update? Thanks.
[Error] C:\Simba\Includes\SRL/SRL/Misc/Smart.simba(53:19): Invalid number of parameters at line 52
Compiling failed.
is anybody else getting this issue?
So I had this working a couple days ago by following the fix by Brandon.
Everything worked fine if I changed
Smart_Server := 0;
Smart_Members := True;
Smart_Signed := True;
Smart_SuperDetail := False;
With
{$IFDEF SMART}
{$IFDEF SIMBAMAJOR980}
Smart_Server := 10;
Smart_Members := True;
Smart_Signed := True;
Smart_SuperDetail := False;
{$ELSE}
SRL_SixHourFix := True;
Smart_FixSpeed := True;
{$ENDIF}
{$ENDIF}
But since yesterday, When I try to start up a script, even if I have this changed out properly it still starts going to every function in the scrip that has "smart" in it and says compiling error.
Am I missing something here or is stuff just not working now?
-snip- Sorry for this.
Last edited by kertkert; 07-26-2012 at 03:16 PM. Reason: my bad
There are currently 1 users browsing this thread. (0 members and 1 guests)