Hey when i run RunMe.scar, and start script, it opens the runescape window and installs but i cant click anything to login :/
and after a while the Simba errors :
And rs window closes.(EDIT: NO IT DOESNT CLOSE but script stops)PHP Code:Exception in Script: Out of Global Vars range
The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
File[C:\Simba\Includes\SRL\Logs\SRL Log 04-09-10 0.txt] has not been freed in the script, freeing it now.
My info in script is like following:
PHP Code:with MSI_Players[0] do
begin
Name := 'myusername'; // Username
Pass := 'mypassword'; // Password
Nick := 'didnt get it so i put my first 4 digits of my username in lowercase'; // Nickname (3-4 lowercase letters from username)
Pin := ''; // Bank pin; leave as '' if player doesn't have one
Active := True; // Use this player?
Member := False; // Is this player a member?
Location := LOC_VE_TREES; // See instructions at the top
Scripts := [SCRIPT_VE_TREES]; // See instructions at the top
Objects := [[TREE_NORMAL]]; // See instructions at the top
Loads[0] := 0; // Amount of loads before breaking/switching players
Loads[1] := 0; // Total loads for the player to do
end;
What's wrong? Please help me, thanks
EDIT:
I can click and login if i click Disable SMART but when i enable again it doesnt do anything, and wasnt it supposed to login me itself


Reply With Quote






