How to monitor ground skills within your position?

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

einbroch
Human
Human
Posts: 21
Joined: 14 May 2011, 10:22
Noob?: Yes

How to monitor ground skills within your position?

#1 Post by einbroch »

I want to monitor ground skills within my position. Specifically, my bot will be having a default pub. Pub will change whenever a ground skill like Land Protector is cast on my location. When Land Protector is gone after some threshold. I would be restoring my Pub to the default value. Any hints to start would be great.

I'll probably start with this:
http://forums.openkore.com/viewtopic.php?f=34&t=1180
Schwarzschild
Noob
Noob
Posts: 6
Joined: 28 Jul 2011, 02:30
Noob?: Yes

Re: How to monitor ground skills within your position?

#2 Post by Schwarzschild »

this topic should not be in dev corner

btw, you can use macro to solve that. use Misc::whenGroundStatus subroutine as a trigger flag

CMIIW