whenPermitSkill does not seem to work like before?

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Dark Airnel
Been there done that!
Been there done that!
Posts: 133
Joined: 09 Oct 2009, 01:43
Noob?: No

whenPermitSkill does not seem to work like before?

#1 Post by Dark Airnel »

I'm using the SVN version 7329. I noticed that the whenPermitSkill works differently from before. If my memory serves me right, after using a certain item which will grant you to cast a certain skill (Level 5 Heal), you will have an option to choose your target (guildmates, party etc). However, when I tried to use it today, the Level 5 Heal was automatically casted on the bot itself.

On config.txt

Code: Select all

doCommand is Level 5 Heal {
        hp < 90%
	timeout 10
        whenNotPermitSkill 1
	disabled 0
}

doCommand ss 28 5 {
        hp < 90%
	timeout 10
        whenPermitSkill 1
	disabled 0
}
On macro:

Code: Select all

macro healhim {
do is Level 5 Heal; do sp 28 0 5;
}

Instead of doing the command on macro; the bot automatically cast Heal Level 5 to itself, giving me no option to cast it to other people. When I manually type "is Level 5 Heal", same thing happens, the will automatically cast it onto itself. Is this a bug or has it been changed intentionally? Thanks!

Just to add up another thing: When I manually typed "is Level 5 Lightning Bolt" on the console, the bot automatically cast the Lightning Bolt onto itself.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: whenPermitSkill does not seem to work like before?

#2 Post by EternalHarvest »

Dark Airnel
Been there done that!
Been there done that!
Posts: 133
Joined: 09 Oct 2009, 01:43
Noob?: No

Re: whenPermitSkill does not seem to work like before?

#3 Post by Dark Airnel »

lol! Thanks! Maybe I haven't really searched enough. I thought that has something to do with Sage's autospell so I didn't really had any hint that it is the one.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: whenPermitSkill does not seem to work like before?

#4 Post by kLabMouse »

Fixed.
Closed.