yeh this has been happening for 3-4days now
Printable View
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.
Yeah, your missing your Font folder. That is a problem. Your folder tree should look like:
Quote:
C:\SIMBA
|
|_Extensions
|
|_Fonts
|
|_Includes
|
|_Plugins
|
|_Scripts
|
|_settings, simba, unins000.dat, unins000
You can also download them manually from here.
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!
MSI's alcher works really well. Extremely easy setup as well, everything you need to know is here.
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.
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?
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.
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.
Code:[Error] C:\Simba\Includes\MSI/MSI/Core/Manipulation.simba(286:24): Unknown identifier 'SPS_TileToPos' at line 285
Yes, 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;