Log in

View Full Version : KARAMJA Reborn Help if any!



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

kitchenrange
01-20-2011, 12:51 AM
Strings[0] := 'Harpoon'; // Net, Bait, Harpoon, Cage, Highest

If I give it away any further it would just be bad for the community.

NCDS
01-20-2011, 01:05 AM
Post on the thread for the script next time to avoid infractions/warnings.

obx420
01-20-2011, 01:30 AM
Strings[0] := 'Harpoon'; // Net, Bait, Harpoon, Cage, Highest

If I give it away any further it would just be bad for the community.

Thanks man, i got it to work. But it isn't droping when full. Any clues?


Post on the thread for the script next time to avoid infractions/warnings.

Sorry, I'll do that next time. =(

-Obx