SC: Auto Shadow spell

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
calisfer
Noob
Noob
Posts: 7
Joined: 09 Jun 2010, 10:39
Noob?: Yes

Re: SC: Auto Shadow spell

#21 Post by calisfer »

KylarXD wrote:I noticed something, copied skills through intimidate is showing but the ones copied from using Reproduce dont. It may be the cause of the Auto shadow spell not selecting the skill I want
I can see both skills that I copied on my skill list.

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

Re: SC: Auto Shadow spell

#22 Post by KylarXD »

Need update on this. Since this thread was moved, no Mod's has come to check up on this.

greaver
Noob
Noob
Posts: 17
Joined: 23 Oct 2010, 06:01
Noob?: No

Re: SC: Auto Shadow spell

#23 Post by greaver »

bump on this topic

so is this resolved yet?

jkmfreshman
Noob
Noob
Posts: 5
Joined: 16 Oct 2010, 05:33
Noob?: Yes

Re: SC: Auto Shadow spell

#24 Post by jkmfreshman »

afaik not yet.

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

Re: SC: Auto Shadow spell

#25 Post by EternalHarvest »

Well, can you capture an example of 0442?

jkmfreshman
Noob
Noob
Posts: 5
Joined: 16 Oct 2010, 05:33
Noob?: Yes

Re: SC: Auto Shadow spell

#26 Post by jkmfreshman »

Err, how do you capture an example of 0442? The only time I encountered it is in the bot console when i try to cast Shadow Spell.

It displays exactly as it is said on page 1 of this thread.

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

Re: SC: Auto Shadow spell

#27 Post by Hoax »

Can anyone update on this status please?

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

Re: SC: Auto Shadow spell

#28 Post by EternalHarvest »

Use "autoSpell_force 1" to skip OpenKore's check for whether your skill present in the list of possible skills sent by server.

greaver
Noob
Noob
Posts: 17
Joined: 23 Oct 2010, 06:01
Noob?: No

Re: SC: Auto Shadow spell

#29 Post by greaver »

tried that also, not working. The bot just keeps casting the auto shadow spell without choosing any skill.

calisfer
Noob
Noob
Posts: 7
Joined: 09 Jun 2010, 10:39
Noob?: Yes

Re: SC: Auto Shadow spell

#30 Post by calisfer »

Tested it today. It works. :D

Code: Select all

autoSpell Heaven's Drive
autoSpell_force 1

Code: Select all

useSelf_skill Shadow Spell {
	lvl 5
	timeout 10
	whenStatusInactive Auto Shadow Spell
	notWhileSitting 1
	disabled 0
}

Locked