Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Ragnarok Online
You last visited: Today at 08:28

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



killSteal bot in openkore 2.0.7

Discussion on killSteal bot in openkore 2.0.7 within the Ragnarok Online forum part of the MMORPGs category.

Closed Thread
 
Old 11/03/2010, 12:37   #106
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1
Received Thanks: 0
Quote:
Originally Posted by dumbidumdum View Post
uhmm my bot won't run after i replaced the misc.pm sir.

failed compilation something

reply asap pls

look at screenshot

Same here..
using Openkore-what-will-become-2.1 r7549 right??
orangedan is offline  
Old 11/03/2010, 14:42   #107
 
elite*gold: 0
Join Date: Nov 2010
Posts: 4
Received Thanks: 0
@orange dan! yup! HELP ASAP PLEASE
dumbidumdum is offline  
Old 11/03/2010, 19:38   #108
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1
Received Thanks: 2
After making a couple edits to the file, it worked for me.

If you have the problem shown in the screenshot, please replace your Misc.pm with the one I've attached. That should fix it.
Attached Files
File Type: zip Misc.zip (32.6 KB, 280 views)
Moshikko is offline  
Thanks
2 Users
Old 11/04/2010, 10:12   #109
 
elite*gold: 0
Join Date: Aug 2010
Posts: 1
Received Thanks: 0
po sir..thanks
malcolm04006 is offline  
Old 11/05/2010, 13:31   #110
 
elite*gold: 0
Join Date: Nov 2010
Posts: 4
Received Thanks: 0
@topic starter

help please
dumbidumdum is offline  
Old 11/06/2010, 10:17   #111
 
kcirned03's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 12
Received Thanks: 78
download the latest openkore... it should work~
kcirned03 is offline  
Old 11/06/2010, 12:20   #112
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1
Received Thanks: 0
Quote:
Originally Posted by jhincen View Post
Openkore/control/config.txt
from your config.txt add this line

killSteal 1

-------------------------------------
=====================================
-------------------------------------

openkore/control/timeouts.txt
from your timeouts.txt change this ai_attack_waitAfterKill 0.7 to ai_attack_waitAfterKill 0.1

-------------------------------------
=====================================
-------------------------------------

openkore/src/Misc.pm
edit your MIsc.pm

add this line
"return 0 if ($config{'rabidDog'} || $config{'killSteal'});"


the line must look like

sub objectInsideSpell {
return 0 if ($config{'rabidDog'} || $config{'killSteal'});
my $object = shift;
my ($x, $y) = ($object->{pos_to}{x}, $object->{pos_to}{y});
foreach (@spellsID) {
my $spell = $spells{$_};
if ($spell->{sourceID} ne $accountID && $spell->{pos}{x} == $x && $spell->{pos}{y} == $y) {
return 1;
}
}

====================================

sub objectIsMovingTowardsPlayer {
return 0 if ($config{'rabidDog'} || $config{'killSteal'});
my $obj = shift;
my $ignore_party_members = shift;
$ignore_party_members = 1 if (!defined $ignore_party_members);

if (!timeOut($obj->{time_move}, $obj->{time_move_calc}) && @playersID) {
# Monster is still moving, and there are players on screen
my %vec;
getVector(\%vec, $obj->{pos_to}, $obj->{pos});

foreach (@playersID) {
next if (!$_ || ($ignore_party_members &&
($char->{party} && $char->{party}{users}{$_}) ||
(existsInList($config{tankersList}, $players{$_}{name}) &&
$players{$_}{name} ne 'Unknown')) ||
$players{$_}{statuses}{"GM Perfect Hide"});
if (checkMovementDirection($obj->{pos}, \%vec, $players{$_}{pos}, 15)) {
return 1;
}
}
}

====================================
sub checkMonsterCleanness {
return 1 if ($config{'rabidDog'} || $config{'killSteal'});
return 1 if (!$config{attackAuto});
my $ID = shift;
return 1 if ($players{$ID});
my $monster = $monsters{$ID};

# If party attacked monster, or if monster attacked/missed party
if ($monster->{'dmgFromParty'} > 0 || $monster->{'dmgToParty'} > 0 || $monster->{'missedToParty'} > 0) {
return 1;
}

====================================

sub positionNearPlayer {
return 0 if ($config{'rabidDog'} || $config{'killSteal'});
my $r_hash = shift;
my $dist = shift;

foreach (@playersID) {
next unless defined $_;
next if $char->{party} && $char->{party}{users} &&
$char->{party}{users}{$_};
next if existsInList($config{tankersList}, $players{$_}{name});
return 1 if (distance($r_hash, $players{$_}{pos_to}) <= $dist);
}


make sure you have a copy of your misc.pm in case theres a problem
credit goes to ragna016 on mpc forum.
I got the point, thanks!
aba01 is offline  
Old 11/08/2010, 06:04   #113
 
elite*gold: 0
Join Date: Sep 2010
Posts: 17
Received Thanks: 0
salamat dito try ko ito after my seminar sana matapos agad ^_^
playingsafe is offline  
Old 11/10/2010, 07:38   #114
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1
Received Thanks: 0
rabidDog? do we need to change this into the monsters that we need to KS?
because my character doesnt attack the monsters
j0wjen is offline  
Old 11/11/2010, 06:30   #115
 
elite*gold: 0
Join Date: Nov 2008
Posts: 1
Received Thanks: 0
thank you it works on me.. ^_^
elmo66666 is offline  
Old 11/12/2010, 01:25   #116
 
elite*gold: 0
Join Date: Nov 2010
Posts: 4
Received Thanks: 0
Quote:
Originally Posted by kcirned03 View Post
download the latest openkore... it should work~
i downloaded the latest openkore ready from collectskin but still it has that error from the screenshot i posted
dumbidumdum is offline  
Old 11/13/2010, 04:15   #117
 
elite*gold: 0
Join Date: Aug 2010
Posts: 4
Received Thanks: 0
para san yung timeouts mo?
scribblez123 is offline  
Old 11/13/2010, 04:31   #118
 
D2_Pvp's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 65
Received Thanks: 8
pretty nice
D2_Pvp is offline  
Old 11/19/2010, 23:29   #119
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1
Received Thanks: 0
aus! KS n ulit! haha
asa1234asa is offline  
Old 11/20/2010, 08:47   #120
 
elite*gold: 0
Join Date: Nov 2009
Posts: 2
Received Thanks: 0
it works... thanks!! use the TS misc.. ^_^
hisokajin is offline  
Closed Thread




All times are GMT +1. The time now is 08:28.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.