[URL="http://www.stats.srl-forums.com/sigs"]http://www.stats.srl-forums.com/sigs/5959.png[/URL
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
i followed this step by step guide to set up simba because i am new to this stuff and when i ran the test script i get this:[Error] C:\Simba\Includes\SRL/SRL/core/simba.simba(359:14): Unknown identifier '' at line 358.... line 358 says this highlighted in orange:NPCChars = CharsNPC;
i was instructed to ho to Tools > Settings. Then expand Settings, then expand Fonts, then Path. Double click what's there and replace it with C:\Simba\Fonts\..
so i did that and then this still came up:The font directory specified in the Settings isn't valid. Can't load fonts now
[Error] C:\Simba\Includes\SRL/SRL/core/simba.simba(359:14): Unknown identifier '' at line 358
Compiling failed.
can anyone help![]()
I just thought, C:\Simba may not be where you installed Simba. Make sure that path matches where you installed it. For example, you may have installed in in C:\Users\Cohen\Desktop\Simba\Fonts\
Know what I mean? Also make sure there aren't any periods at the end of the font path.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Yeah, your missing your Font folder. That is a problem. Your folder tree should look like:
C:\SIMBA
|
|_Extensions
|
|_Fonts
|
|_Includes
|
|_Plugins
|
|_Scripts
|
|_settings, simba, unins000.dat, unins000
You can also download them manually from here.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
i got it! i tried to delete simba off my computer but there were files i wasnt deleting so it wasnt installing as if it was the first time being on my computer. i feel so stupid. thank you all so much for your help in trying to walk me through this. i just have one more favor to ask.... could someone send me a high alcher scrip i could use. i am trying to achieve 99 magic! it would be greatly appreciated. thanks!
Last edited by cross i h 90; 10-01-2011 at 12:36 AM.
MSI's alcher works really well. Extremely easy setup as well, everything you need to know is here.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
i followed all the steps and i got...Code:doesn't exist Exception in Script: Unable to find file 'srl/srl/misc/smart.scar' used from ''
Try going to SRL > Update or Check for Update.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Can you update the guide on how to do through browser, and explain why SMART crashes now after the update and what to do in the meantime? Also maybe move/hide the ubuntu related instructions as most users won't be using that?
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
I just don't get what i'm doing wrong, i did everything as posted, i reloaded runescape in my browser but i'm still getting that applet declaration thing. help me?![]()
SMART does not work at the moment, due to the update.
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)
Harry, yes I'll update as soon as I can (probably tomorrow). I'm just on my way home from Rhode Island. I'll move the Ubuntu section to the bottom, but I'm not removing it.
@brandonlol: Yes, SMART is currently broken and I'm not sure when it will be fixed, so for now you'll have to run Simba using your browser (it will take control of your mouse).
E: Updated. Harry, I didn't move the Ubuntu stuff because it needs to be done before the other setup steps. I updated the images, removed reflection stuff and added a quick guide for the lazy people.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Code:[Error] C:\Simba\Includes\MSI/MSI/Core/Manipulation.simba(286:24): Unknown identifier 'SPS_TileToPos' at line 285Yes, I did search and got tons of results unrelated to this even google doesn't have a clue what's going on.Code:function MSI_ConvertTileBox(tileBox: TBox): TBox; begin result := intToBox(0, 0, 0, 0); {$IFDEF SPS} // yes, the Y values are supposed to be reversed 285: result := pointToBox(SPS_TileToPos(point(tileBox.x1, tileBox.y2)), SPS_TileToPos(point(tileBox.x2, tileBox.y1))); {$ENDIF} end;
There are currently 2 users browsing this thread. (0 members and 2 guests)