Ruwach after target hide

Forum closed. Read only permissions.

Moderator: Moderators

Message
Author
Buckyx
Human
Human
Posts: 21
Joined: 04 Aug 2010, 13:15
Noob?: Yes

Ruwach after target hide

#1 Post by Buckyx »

Config:

Code: Select all

useSelf_skill Ruwach {
	lvl 1
	sp > 9
	disabled 1
}
Automacro:

Code: Select all

automacro RuwachOn {
	console /uses Hiding on itself/
	call {
		do conf useSelf_skill_0_disabled 0	
		release RuwachOff
		lock RuwachOn
	}
}

automacro RuwachOff {
	console /You use Ruwach on yourself/
	call {
		do conf useSelf_skill_0_disabled 1
		release  RuwachOn
		lock RuwachOff
	}
}

Scarya
Moderators
Moderators
Posts: 136
Joined: 26 May 2008, 12:25
Noob?: No

Re: Ruwach after target hide

#2 Post by Scarya »

I'm not sure if it's possible, but using skill block features are much better then using macros.

http://wiki.openkore.com/index.php/Targ ... atusActive

Code: Select all

target_whenStatusActive [<status names or handles>]
    If this option is set, the block will only be used if at least one of the specified comma-separated list of status names is currently active on block's target. 
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far, the universe is winning.

Richard Cook

Wiki

markjames
Human
Human
Posts: 24
Joined: 16 Jun 2011, 04:48
Noob?: Yes

Re: Ruwach after target hide

#3 Post by markjames »

Hello!
I would like to suggest changing the ruwach blindfold to Sight and You enjoy yourself now read my edited post first and plz suggest me about this.
Thanks! :ugeek: :geek: :ugeek:

Locked