obx420
01-19-2011, 08:34 AM
***EDIT**** SORRY, I double posted please make this the actual help post, I'm sorry mods.
------------------------------------------------------------------------------------------------------------------------------------------------------
Hi there! As you see I'm new to the forums and i need some help with something that may be simple for you guys to help me with.
What I've done-
I've lowered all the game setting to low, even went under custom and I've token every thing down or off except for cursor.
I've downloaded Simba, installed it to my C-DRIVE and even open it by going C-DRIVE -> Simba folder -> Opening Program "Simba"
I have these 5 extensions running:
"srl.sex - version 1.0 | reflection.sex version 1.0 | associate.sex - version 0.1 | dtm_editor.sex - version 0.5 | security.sex - version 0.1"
I open the script for "Fast Fighter by Narcle" while 5 extensions are on, when the firewall warning to "Always allow dictionary" I allow it, (Also my computer security is lowered, along with firewalls)
Once the script is running and i have to fill out the script this is how it looks and i fill it out.
procedure DeclarePlayers;
begin
HowManyPlayers := 1;//Change this accordingly
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
With Players[0] do
begin
Name :='(INSERT USER NAME 'EMAIL' HERE)'; //Character Name
Pass :='(INSERT PASSWORD HERE)'; //Character Pass
Active := True; //True if you want this player to be ran in the script, false if not
Booleans[0] := false;//Are you ranging?
Integers[0] := 0;//1st color of monster
Integers[1] := 0;//2nd color of monster
Integers[2] := 0;//3rd color of monster
Strings[0] := 'gger';//monster name
end;
----------------------------------------(EVERYTHING BELOW THIS I HAVE NOT TOUCHED)-------------------------------
{
With Players[1] do //copy and change number accordingly to add players
begin
Name :='';
Pass :='';
Active:=True;
Booleans[0] := false;//Are you ranging?
Integers[0] := 0;//1st color of monster
Integers[1] := 0;//2nd color of monster
Integers[2] := 0;//3rd color of monster
Strings[0] := '';//monster name
end;
}
end;
------------------------------------------------------------------------------------------------------------------------------------------------------
Is that how it should be filled out? That is all I've done so far to make this work, I have "gger" under " Strings[0] := 'gger';//monster name " for the monster "Mugger" the spot I've decided to give this a go.
I've updated everything on Simba. The problem i seem to be having is when running the script and the game window popping up is that it doesn't auto log me in like it should instead it just sits still. I've even tried to do this, ( "Run(F9) -> Stop(F2) -> Run(F9)" ) While on the login window for Runescape hoping it would type the info in and at least log in.
Please help! :duh:
------------------------------------------------------------------------------------------------------------------------------------------------------
***EDIT**** SORRY, I double posted please make this the actual help post, I'm sorry mods.
------------------------------------------------------------------------------------------------------------------------------------------------------
***UPDATE***
I've got it to work, right now as we speak! One problem! My freind Tell's me that it logs you out every 18 minutes then re-logs, Here's the problem, My character didn't manually log in, I Manually typed it my self by (disabling smart) then re-enabling (once logged on) it my self to get it running. My worry now is if 18 minutes pass and i get logged out then not re-logged in! May someone please help me with this specific issue! :duh:
I got the color problem fixed as well. So far I've somewhat progressed.
------------------------------------------------------------------------------------------------------------------------------------------------------
-Obx
------------------------------------------------------------------------------------------------------------------------------------------------------
Hi there! As you see I'm new to the forums and i need some help with something that may be simple for you guys to help me with.
What I've done-
I've lowered all the game setting to low, even went under custom and I've token every thing down or off except for cursor.
I've downloaded Simba, installed it to my C-DRIVE and even open it by going C-DRIVE -> Simba folder -> Opening Program "Simba"
I have these 5 extensions running:
"srl.sex - version 1.0 | reflection.sex version 1.0 | associate.sex - version 0.1 | dtm_editor.sex - version 0.5 | security.sex - version 0.1"
I open the script for "Fast Fighter by Narcle" while 5 extensions are on, when the firewall warning to "Always allow dictionary" I allow it, (Also my computer security is lowered, along with firewalls)
Once the script is running and i have to fill out the script this is how it looks and i fill it out.
procedure DeclarePlayers;
begin
HowManyPlayers := 1;//Change this accordingly
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
With Players[0] do
begin
Name :='(INSERT USER NAME 'EMAIL' HERE)'; //Character Name
Pass :='(INSERT PASSWORD HERE)'; //Character Pass
Active := True; //True if you want this player to be ran in the script, false if not
Booleans[0] := false;//Are you ranging?
Integers[0] := 0;//1st color of monster
Integers[1] := 0;//2nd color of monster
Integers[2] := 0;//3rd color of monster
Strings[0] := 'gger';//monster name
end;
----------------------------------------(EVERYTHING BELOW THIS I HAVE NOT TOUCHED)-------------------------------
{
With Players[1] do //copy and change number accordingly to add players
begin
Name :='';
Pass :='';
Active:=True;
Booleans[0] := false;//Are you ranging?
Integers[0] := 0;//1st color of monster
Integers[1] := 0;//2nd color of monster
Integers[2] := 0;//3rd color of monster
Strings[0] := '';//monster name
end;
}
end;
------------------------------------------------------------------------------------------------------------------------------------------------------
Is that how it should be filled out? That is all I've done so far to make this work, I have "gger" under " Strings[0] := 'gger';//monster name " for the monster "Mugger" the spot I've decided to give this a go.
I've updated everything on Simba. The problem i seem to be having is when running the script and the game window popping up is that it doesn't auto log me in like it should instead it just sits still. I've even tried to do this, ( "Run(F9) -> Stop(F2) -> Run(F9)" ) While on the login window for Runescape hoping it would type the info in and at least log in.
Please help! :duh:
------------------------------------------------------------------------------------------------------------------------------------------------------
***EDIT**** SORRY, I double posted please make this the actual help post, I'm sorry mods.
------------------------------------------------------------------------------------------------------------------------------------------------------
***UPDATE***
I've got it to work, right now as we speak! One problem! My freind Tell's me that it logs you out every 18 minutes then re-logs, Here's the problem, My character didn't manually log in, I Manually typed it my self by (disabling smart) then re-enabling (once logged on) it my self to get it running. My worry now is if 18 minutes pass and i get logged out then not re-logged in! May someone please help me with this specific issue! :duh:
I got the color problem fixed as well. So far I've somewhat progressed.
------------------------------------------------------------------------------------------------------------------------------------------------------
-Obx