SC: Auto Shadow spell

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

Moderators: Moderators, Developers

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

SC: Auto Shadow spell

#1 Post by KylarXD »

Hi, I need help on my shadow chaser using Auto shadow spell. My SC is not choosing the skill to autocast so he keeps casting and casting and casting. I tried using the autoSpell provided for Hindsight buy it does not work.

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

Re: SC: Auto Shadow spell

#2 Post by EternalHarvest »

How does choosing look like in original client?
Which packet is sent when choose interface appears / skill is chosen?

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

Re: SC: Auto Shadow spell

#3 Post by KylarXD »

You are casting Autoshadowspell on yourself (Delay: 2247ms)
Packet Parser: Unknown switch: 0442
Packet Tokenizer: Unknown switch: 0013

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

Re: SC: Auto Shadow spell

#4 Post by jkmfreshman »

And this is how it looks like in the original client:

Image

Hope it helps ^^,

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

Re: SC: Auto Shadow spell

#5 Post by EternalHarvest »

Try r7520.

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

Re: SC: Auto Shadow spell

#6 Post by jkmfreshman »

Uhm, sorry but what do you mean by 'try r7520'? Sorry I didn't understand that XD. Can you please elaborate further? I'm also a Shadow Chaser fan who wants shadow spell to work on the bot :P

kaBOTi
Plain Yogurt
Plain Yogurt
Posts: 78
Joined: 08 Jun 2008, 00:02
Noob?: No

Re: SC: Auto Shadow spell

#7 Post by kaBOTi »

it means you have to update your openkore SVN version to r7520.

step by step guide can be found here on how to update to latest version : http://openkore.com/index.php/TortoiseSVN_Guide

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

Re: SC: Auto Shadow spell

#8 Post by KylarXD »

Still not working. My SC dont even cast Autoshadowspell anymore, and when I type ss 2286 to manually cast it, its not choosing Meteor Storm or any skill.

Code: Select all


autoSpell Meteor Storm


useSelf_skill Autoshadowspell {
    lvl 10
    onAction
    sp => 20%
    whenStatusActive
    whenStatusInactive Auto Shadow Spell
    timeout 10
    disabled 0
    manualAI 0
    inLockOnly 1
}


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

Re: SC: Auto Shadow spell

#9 Post by EternalHarvest »

KylarXD wrote:when I type ss 2286 to manually cast it, its not choosing Meteor Storm or any skill

Code: Select all

debugDomains skill, sendPacket
Check with this if skill select is sent.

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

Re: SC: Auto Shadow spell

#10 Post by KylarXD »

Nope, still not working. It shows this:

Code: Select all

You are casting Autoshadowspell on yourself (Delay: 2137ms)
Packet Parser: Unknown switch: 0442
Packet Tokenizer: Unknown switch: 0013
I put it the way your wrote it in the config. And you cant also mean that every time the buff ends I will manually buff it right?

Additional info:

I used svn r7520, not the one here: http://openkore.collectskin.com.

I have both versions on a separate folder

Locked