http://villavu.com/forum/showthread.php?t=47111&page=83
can't be fixed ,used yout post ;)
Printable View
http://villavu.com/forum/showthread.php?t=47111&page=83
can't be fixed ,used yout post ;)
I was using this fix to run a script, but now I'm getting this error message
[Error] C:\Simba\Includes\SRL/SRL/core/simba.simba(359:14): Unknown identifier '' at line 358
Compiling failed.
line 358 of Simba just says var
Can anyone help me out?
Show the lines before and after it.
Hey I get this error on smart graphics tab
Error: Exception: The bitmap[208085328] does not exist at line 483
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, 4, 5, 6]
and its here
if Shadow then
on line 483
Thanks so much, worked perfectly
{$i SRL/SRL/Misc/SMART.simba} is FREAKIN' old lmao, who still has a script with that in it?
Can you please tell what you did? I seem to be having the same problem. I changed the lines and now i'm getting this:
[Error] C:\Simba\Scripts\DCnB - Copy\Draynor Chop N' Bank [RUN ME].simba(987:5): Unknown identifier 'Smart_Server' at line 986
Compiling failed.
What am I missing?
Edit: nvm I found the problem. There are two lines that needed to be changed in the same way...
Don't mean to gravedig, but I just wanted to express my thanks and indirectly bump this for other users to see.
You saved my brain a lot of confusion :D <3
Anyone know the parameters of SmartSendKeys, I CBA to check.
Offtopic: Oh em gee, this thread is stickied.
Gratz on sticky! And what include is it in? I can't seem to find it...
I'm getting :
Code:[Error] (729:1): Unexpected end of file at line 728
Compiling failed.
Code:(*
SRL_ResetNavBar
~~~~~~~~~~~~~~
.. code-block:: pascal
Procedure SRL_ResetNavBar; (LINE 728)
No Longer Changes Target Pointer To The ScanLine After The Bar.
Sets the Client-Image/Mouse Offset to Ignore the NavBar. 50 Pixels In Height.
.. note::
by: Brandon, Benland100.
Example:
.. code-block:: pascal
*)
Procedure SRL_ResetNavBar;
begin
SRL_EnableNavBar;
SRL_DisableNavBar;
end;
I was trying to get S1N's fishing script working again but I encountered that error. Before that error, though, I had an error with GetFightBarTPA saying:
in regards to:Code:Error: Exception: The bitmap[0] does not exist at line 575
I forgot how I fixed that error so I can't reproduce the other error.Code:(*
GetFightBarTPA
~~~~~~~~~~~
.. code-block:: pascal
Function GetFightBarTPA(SearchArea: TBox): TPointArray;
Used in various fighting functions, including srl_InFight
.. note::
by Narcle
Example: (LINE 575)
.. code-block:: pascal
*)
hey i am having a problem with SMART and i was hoping you could help me out. when i run my script, it says
Checking For An Updated Script Version.
0.6
0.6
You Have The Latest Version Of The Script!
Paint File Check.
SRL Compiled in 0 msec
Object DTM Include: Setup complete.
but then nothing happends after that. The game client is supposed to open but the script just stays running until i stop it myself but no game client opens. I dled SMART8 from this page (http://villavu.com/forum/showthread.php?t=87801) but i dont quite understand how to install it properly. I took all the contents of the dl and copied them into my C:/Simba/Plugins folder. thats all i did for the SMART and i dont know what to do next. i try to read the SMART8 page that i just posted but i dont really know what to do. i was hoping someone could help me. thanks
To download Smart8, simply copy all the contents of the .zip file into your SIMBA/Plugins folder. What script are you using?
the cutting edge script. ((http://villavu.com/forum/showthread.php?t=77253)). i have been having weird problems with this. heres my help topic. if you could read it over u would understand my problems.
http://villavu.com/forum/showthread.php?t=91549
compiling failed.
[Error] C:\Simba\Includes\SRL\SRL\misc\paintsmart.simba(15 3:30): Unknown identifier 'BitMapHere' at line 152
Compiling failed.
procedure SMART_ClearMS;
begin
SMART_ClearCanvasArea(MSBox);
end;
Please help?
It's different now.
[Error] C:\Users\Ezazz\Downloads\AlsLRCFisher.simba(92:20) : Unknown identifier 'SmartGetDebugDC' at line 91
Canvas.Handle := SmartGetDebugDC;
this is what is it.