obx420
01-19-2011, 08:28 AM
*****EDIT***** I accidentally double posted, please get rid of this post. The post I'd like is above this one ( http://villavu.com/forum/showthread.php?t=61574 ) is the one i need. 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;
-------
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:
-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;
-------
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:
-Obx