Renewal just hit pRO! are there updates for openkore?

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
Message
Author
Soulless
Noob
Noob
Posts: 7
Joined: 24 Sep 2010, 04:27
Noob?: Yes
Location: facebook.com/ladysoulless
Contact:

Re: Renewal just hit pRO! are there updates for openkore?

#101 Post by Soulless »

Hoax wrote:Benj.. ive read your post on the other thread about this but is there a way we can get rid of it?

Packet Parser: Unhandled Packet: 07F6 Handler: exp
Packet Parser: Unhandled Packet: 07F6 Handler: exp
Packet Parser: Unhandled Packet: 07F6 Handler: exp
Packet Parser: Unhandled Packet: 07F6 Handler: exp
Packet Parser: Unhandled Packet: 07F6 Handler: exp

keeps on popping out in my bot screen hehehe. no harm in my botting but i just want to get rid of it.
file location:
x:\bot\openkore_ready\src\Network\Receive\ServerType0.pm

insert/paste

Code: Select all

sub exp {
	my ($self, $arg) = @_;
	return if !$config{'displayExpGained'};
	if ($arg->{flag} == 1) {
		if ($arg->{type} == 1) {
			message TF("Quest Base Exp Gained: %s\n", formatNumber($arg->{val})), "exp";
		} else {
			message TF("Quest Job Exp Gained: %s\n", formatNumber($arg->{val})), "exp";
		}
	} else {
		if ($arg->{type} == 1) {
			message TF("Base Exp Gained: %s\n", formatNumber($arg->{val})), "exp";
		} else {
			message TF("Job Exp Gained: %s\n", formatNumber($arg->{val})), "exp";
		}
	}
}
somewhere down below packet handling callbacks:

additional cmd/syntax
displayExpGained 1|0

noodbix
Noob
Noob
Posts: 2
Joined: 20 Oct 2010, 12:09
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#102 Post by noodbix »

Hi all!

I downloaded openkore_ready from http://openkore.collectskin.com/

And I set the charblock to 112 as well.

But the problem is, my bot won't attack. It's walking around in the lockmap, but it won't attack or even fight back. It just walks/buffs/heals itself but doesn't fight back.

Anyone know what's happening? Thanks!

benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood
Contact:

Re: Renewal just hit pRO! are there updates for openkore?

#103 Post by benj1320 »

oh c'mon...

mon_control.txt <---


here's the wiki.... http://wiki.openkore.com
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template

Hoax
Human
Human
Posts: 34
Joined: 05 Oct 2010, 11:25
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#104 Post by Hoax »

now i've seen the problem... people wants to bot but doesn't want to read/learn. when you bot, you should know how to twist your config read the chat and console commads etc...

noodbix
Noob
Noob
Posts: 2
Joined: 20 Oct 2010, 12:09
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#105 Post by noodbix »

I've also set up the mon_control.txt so I know that's not the problem.

I've been botting since 2003 so treat me as someone who knows their stuff.

I'm just having issues with it not auto attacking, but when I type "a 0/1/2/3" in the console, it attacks manually.

I just want to know if anyone has an idea with what's going on.

KylarXD
Noob
Noob
Posts: 16
Joined: 21 Jul 2010, 22:40
Noob?: No

Re: Renewal just hit pRO! are there updates for openkore?

#106 Post by KylarXD »

Sometimes, when the bot reached 0 Meat, it just keeps attacking. It wont show the "Insufficient Meat, teleporting to autostorage" Thingy. This is my getauto. I used it this before so its working in the past, but now, its not. Can anyone help me please

Code: Select all

getAuto Meat {
   minAmount 0
   maxAmount 100
   passive
}

getAuto Meat {
   minAmount < 4
   maxAmount 100
   passive
}

getAuto Awakening Potion {
   minAmount 0
   maxAmount 23
   passive
}

getAuto Butterfly Wing {
   minAmount 0
   maxAmount 3
   passive
}

mocchi253
Noob
Noob
Posts: 1
Joined: 20 Oct 2010, 23:55
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#107 Post by mocchi253 »

Soulless wrote:
Hoax wrote:Benj.. ive read your post on the other thread about this but is there a way we can get rid of it?

Packet Parser: Unhandled Packet: 07F6 Handler: exp
Packet Parser: Unhandled Packet: 07F6 Handler: exp
Packet Parser: Unhandled Packet: 07F6 Handler: exp
Packet Parser: Unhandled Packet: 07F6 Handler: exp
Packet Parser: Unhandled Packet: 07F6 Handler: exp

keeps on popping out in my bot screen hehehe. no harm in my botting but i just want to get rid of it.
file location:
x:\bot\openkore_ready\src\Network\Receive\ServerType0.pm

insert/paste

Code: Select all

sub exp {
	my ($self, $arg) = @_;
	return if !$config{'displayExpGained'};
	if ($arg->{flag} == 1) {
		if ($arg->{type} == 1) {
			message TF("Quest Base Exp Gained: %s\n", formatNumber($arg->{val})), "exp";
		} else {
			message TF("Quest Job Exp Gained: %s\n", formatNumber($arg->{val})), "exp";
		}
	} else {
		if ($arg->{type} == 1) {
			message TF("Base Exp Gained: %s\n", formatNumber($arg->{val})), "exp";
		} else {
			message TF("Job Exp Gained: %s\n", formatNumber($arg->{val})), "exp";
		}
	}
}
somewhere down below packet handling callbacks:

additional cmd/syntax
displayExpGained 1|0

thanks this script work the the parse error 07F6 remove
Hoax wrote:Benj.. ive read your post on the other thread about this but is there a way we can get rid of it?

Packet Parser: Unhandled Packet: 07F6 Handler: exp
Packet Parser: Unhandled Packet: 07F6 Handler: exp
Packet Parser: Unhandled Packet: 07F6 Handler: exp
Packet Parser: Unhandled Packet: 07F6 Handler: exp
Packet Parser: Unhandled Packet: 07F6 Handler: exp

keeps on popping out in my bot screen hehehe. no harm in my botting but i just want to get rid of it.
follow the guide of soulless and the handler: exp will be remove just add the script

benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood
Contact:

Re: Renewal just hit pRO! are there updates for openkore?

#108 Post by benj1320 »

@Soulles

can you post the script in our development section :D so that it can be committed to our SVN repository.

thank you for sharing.
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#109 Post by EternalHarvest »

Soulless wrote:displayExpGained
There are no other "exp gained" messages (on pRO with 07F6)?
If so, then maybe config option isn't needed, because one can just squelch "exp" domain.
If there are other messages, then maybe that new option should be slightly renamed.

KylarXD
Noob
Noob
Posts: 16
Joined: 21 Jul 2010, 22:40
Noob?: No

Re: Renewal just hit pRO! are there updates for openkore?

#110 Post by KylarXD »

Oh, it seems my post is ignored for some unknown reason. It's a simple question really, why is it that sometimes getAuto is not triggering storage. Even if my Meat reached the minAmount, it still not doing autostorage. If this post is ignored again, then the mods are just lazy. They cant even post something like "We dont know whats the solution so we cant answer your question." Not even a simple reply like that.

Locked