Page 2 of 2

Re: Kore step back to atk'-' ?

Posted: 20 May 2018, 15:45
by fadreus
Oh, I thought your bot keep running away from monster without killing it.
This kind of thing I fix it with macros.

Something like this;

Code: Select all

automacro Kill {
	console /attacks you/
	monster not Plant, Mushroom < 3
	run-once 1
	call {
		release Exp; do a $.lastMonsterID
	}
}

automacro Exp {
	console /You have gain/
	run-once 1
	call {
		release Kill; do as
	}
}

But not efficient for low aspd monster & less mobbed area.
You can change the condition that suits you.

Re: Kore step back to atk'-' ?

Posted: 20 May 2018, 18:57
by sacul71
I do not know anything about macro. :S. Could you tell me where I put this that you wrote? and this is one or two configurations?

if it is different what does each one do?

And where is this giff in your posts?

Re: Kore step back to atk'-' ?

Posted: 25 May 2018, 08:57
by fadreus
http://openkore.com/index.php/Macro_plugin
http://openkore.com/index.php/EventMacro

What I gave is just an example, not sure if it gonna be the solution you need. At least for me this don't happen (or like I care if it happen :lol: )
You literally will have more problem if you just copy-paste my code without understanding what you just did.
I suggest you spend some time learning these macros and choose which suit you.

Even if you ask, I'll just re-direct you to those wiki page.
If you need example of writing certain lines, go to macro section in this forum.