Log in

View Full Version : Quick help with Simba Fast Fighter by Narcle



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

KingKong
01-19-2011, 08:39 AM
did you pick the color of the monster and put it in the integers[0..2]? and, this should be posted in narcles fast figher, not as a separate thread.

obx420
01-19-2011, 08:44 AM
did you pick the color of the monster and put it in the integers[0..2]? and, this should be posted in narcles fast figher, not as a separate thread.


I was told by a friend that it detects the color once you log in with a detection, my problem is that i haven't even ever logged in. My instead of logging in it just sits there. The colors that Muggers have are Red,Brown,Green.

KingKong
01-19-2011, 08:56 AM
Did you by any chance put the brackets in the username/pass in you script? If you didn't then do you have rs on fixed screen, low graphics, no animated screen?

obx420
01-19-2011, 09:03 AM
Did you by any chance put the brackets in the username/pass in you script? If you didn't then do you have rs on fixed screen, low graphics, no animated screen?


Yes, I have the brackets. The script is listed above exactly how it should (no upper case just lower case) Graphics are low, there's no animation on the login screen.

It may be with downloading "SRL" I haven't done this yet. I just installed "Subversion Documentation" so far. I'm gana keep checking this post for help and at the same time continue on this guide.

So far thanks for trying to help,

***EDIT***

This is exactly how i have it typed on the script area

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;

Where it says (INSERT USERNAME HERE); I have,

Name :='billybob@yahoo.com'; //Character Name
Pass :='thisismypassword'; //Character Pass

-Obx

KingKong
01-19-2011, 09:16 AM
Did you update srl to the latest version? If so then, do you write you username and pass when SMART window pops up? Because everything you're doing so far is correct and you should be able to login.

obx420
01-19-2011, 09:23 AM
Did you update srl to the latest version? If so then, do you write you username and pass when SMART window pops up? Because everything you're doing so far is correct and you should be able to login.

I downloaded "Subversion 1.4.5 from Tigris" on this post http://villavu.com/forum/showthread.php?t=17890 , Yes, I have it updated.

***UPDATE***

So far this is what's currently has happened. I've uninstalled both Simba, and Subversion 1.4.5. I re-installed Simba, and Subversion, uploaded the Fighter's Script, put the information (User-Name,Password,Mob Name); and yes, the 5 extensions are running even with Subversion 1.4.5 (Extensions reappeared and started working after the re-installations of both programs)

-Obx

KingKong
01-19-2011, 09:46 AM
Follow this thread and see what happens:
http://villavu.com/forum/showthread.php?t=47714&highlight=setup+simba

P.S. You haven't answered whether you write your username/pass when the rs window pops up

obx420
01-19-2011, 09:57 AM
Follow this thread and see what happens:
http://villavu.com/forum/showthread.php?t=47714&highlight=setup+simba

P.S. You haven't answered whether you write your username/pass when the rs window pops up

I'll be checking that thread now and will edit this current response if needed if it helped at all.

My friend and I just started this and he's already autoing with ease, no problem! He told me that you aren't suppose to manually type in you're login information (password/username); Instead if typed correctly in the script, the program it's self logs in you, is that correct?

I'd like to add I'm running on a Windows 7, just as my friend is (who is not having any trouble)

This is how my script looks like:
------------------------------------------------------------------------------------------------------------------------------------------------------

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;

----------------------
This below is an example of how it looks typed out (if filled in above)
----------------------

Name :='billybob@yahoo.com'; //Character Name
Pass :='thisismypassword'; //Character Pass

------------------------------------------------------------------------------------------------------------------------------------------------------

So in short, to answer you're question. No, I have NOT been manually typing my login information on the window that pops. That's because as i stated, my friend told me that Simba types you're information out for you.

Please help :duh:,

-Obx

KingKong
01-19-2011, 10:02 AM
I don't see the problem in your script anywhere which could lead you to not login. Try opening up rs in your browser see if you graphics are right then restart the script.

obx420
01-19-2011, 10:14 AM
I don't see the problem in your script anywhere which could lead you to not login. Try opening up rs in your browser see if you graphics are right then restart the script.

I'm over 9000% positive that my setting are set correctly, even the window is "fixed" I looked at the guide u listed and it seems like I've followed it exactly how it says i should.

Also, just because you brought it up i did go re-check to see if the setting's were what they should be and they are what they should be.

***EDIT*** - I haven't even been able to log in to verify colors to edit in script, this is so frustrating, Halp!

***EDIT*** (#2) - I managed to login with Simba Runescape window, by (disabling smart, manually typing in information, clicking play and being in the spot i want to be on to run auto) Now how do i get the colors? I know there's a little tool you use but i can't seem to hover it inside the Runescape Simba window, only where the scripts are. (Yes, I've re-enabled Smart once online, and I've hit "Run(F9)") But now i need the color's.

-Obx

obx420
01-19-2011, 10:37 AM
***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

KingKong
01-19-2011, 11:40 AM
You could increase the time limit before it logs out.

obx420
01-20-2011, 12:40 AM
You could increase the time limit before it logs out.

I've fully fixed everything perfectly thanks!

-Obx