obx420
01-20-2011, 12:46 AM
Hi there! I've recently started autoing and I've learn a few basic's I'm currently successfully autoing some characters with melee combat but I need some help with fishing. I can currently log on and everything but then it just logs out after doing a few actions, I want to know where to type in commands like, fish shrimp using net.
Down below is where i need help filling out what ever needs to be filled out to do the commands listed above, "Fish Shrimp, Drop Shrimp"
------------------------------------------------------------------------------------------------------------------------------------------------------
Procedure DeclarePlayers;
Begin
HowManyPlayers := 3;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
With Players[0] Do
Begin
Name := 'lolbottingfisher@email.com';
Pass := 'passwordgoeshere';
Nick := 'lolbottingfisher@email.com';
Active := True;
Integers[0] := 5; // How many loads to do, plus random 3.
Strings[0] := 'Cage'; // Net, Bait, Harpoon, Cage, Highest
End;
With Players[1] Do
Begin
Name := '';
Pass := '';
Nick := '';
Active := True;
Integers[0] := 5; // How many loads to do, plus random 3.
Strings[0] := 'Cage'; // Net, Bait, Harpoon, Cage, Highest
End;
With Players[2] Do
Begin
Name := '';
Pass := '';
Nick := '';
Active := True;
Integers[0] := 5; // How many loads to do, plus random 3.
Strings[0] := 'Harpoon'; // Net, Bait, Harpoon, Cage, Highest
End;
End;
------------------------------------------------------------------------------------------------------------------------------------------------------
Please fill out the sections where the fish i want to fish for goes, (I need to fish shrimp, script using the net) and then dropping them with a command), As for UserName/Password and bringing up the box to log in, I know what to do.
Thanks,
-Obx
Down below is where i need help filling out what ever needs to be filled out to do the commands listed above, "Fish Shrimp, Drop Shrimp"
------------------------------------------------------------------------------------------------------------------------------------------------------
Procedure DeclarePlayers;
Begin
HowManyPlayers := 3;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
With Players[0] Do
Begin
Name := 'lolbottingfisher@email.com';
Pass := 'passwordgoeshere';
Nick := 'lolbottingfisher@email.com';
Active := True;
Integers[0] := 5; // How many loads to do, plus random 3.
Strings[0] := 'Cage'; // Net, Bait, Harpoon, Cage, Highest
End;
With Players[1] Do
Begin
Name := '';
Pass := '';
Nick := '';
Active := True;
Integers[0] := 5; // How many loads to do, plus random 3.
Strings[0] := 'Cage'; // Net, Bait, Harpoon, Cage, Highest
End;
With Players[2] Do
Begin
Name := '';
Pass := '';
Nick := '';
Active := True;
Integers[0] := 5; // How many loads to do, plus random 3.
Strings[0] := 'Harpoon'; // Net, Bait, Harpoon, Cage, Highest
End;
End;
------------------------------------------------------------------------------------------------------------------------------------------------------
Please fill out the sections where the fish i want to fish for goes, (I need to fish shrimp, script using the net) and then dropping them with a command), As for UserName/Password and bringing up the box to log in, I know what to do.
Thanks,
-Obx