Kore step back to atk'-' ?

International

Moderator: Moderators

Message
Author
User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Kore step back to atk'-' ?

#11 Post 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.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

sacul71
Noob
Noob
Posts: 6
Joined: 19 May 2018, 17:22
Noob?: Yes

Re: Kore step back to atk'-' ?

#12 Post 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?

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Kore step back to atk'-' ?

#13 Post 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.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Post Reply