Tuesday, December 7, 2010

Ragnarok Killsteal Bot

~~Ragnarok Killsteal Bot~~

Here is my Misc.pm -- Misc.pm

If you don't want to use my Misc.pm you can edit your own Misc.pm and follow the steps below.

1. Locate your Misc.pm inside your src folder inside your openkore bot.

2. Create a backup in case you did something wrong.

3. Open it using notepad or wordpad.

4. Locate sub objectInsideSpell { inside the misc.pm and add this line below it.

return 0 if ($config{'rabidDog'} || $config{'killSteal'});


5. Locate sub objectIsMovingTowardsPlayer { inside the misc.pm and add this line below it.
 
return 0 if ($config{'rabidDog'} || $config{'killSteal'});


6. Locate sub checkMonsterCleanness {  inside the misc.pm and add this line below it.

return 0 if ($config{'rabidDog'} || $config{'killSteal'});


 7. Locate sub positionNearPlayer {  inside the misc.pm and add this line below it.


return 0 if ($config{'rabidDog'} || $config{'killSteal'});


8. Open your config.txt inside your control folder and add killSteal 1 anywhere in your config.


9. And in your timeouts.txt inside your control change this ai_attack_waitAfterKill 0.7 to ai_attack_waitAfterKill 0.1



Note: If you don't have bot yet, visit this link Ragnarok Online Bot


 



No comments:

Post a Comment