Spam Skills till 0 Sp

International

Moderator: Moderators

FxO
Noob
Noob
Posts: 3
Joined: 20 Oct 2016, 10:30
Noob?: Yes

Spam Skills till 0 Sp

#1 Post by FxO »

Hi my Aco Bot Spam's Bless / Agi till he reach 0 Sp and used it again if he restore enough Sp for Bless / AGI.


useSelf_skill Increase Agi {
lvl 10
hp > 50%
sp
onAction
whenStatusActive
whenStatusInactive Increase Agi
notWhileSitting 1
notInTown 1
timeout 1800
}


useSelf_skill Blessing {
lvl 10
sp
onAction
whenStatusInactive Blessing
notWhileSitting 0
timeout 1800


Tried with "whenStatusInactive", but it stilll not work :/ and with timout the same
Bobthebuilder
Noob
Noob
Posts: 19
Joined: 29 Sep 2013, 06:25
Noob?: No

Re: Spam Skills till 0 Sp

#2 Post by Bobthebuilder »

Remove unused statments.

In the second block is a } missing.

Use this:
useSelf_skill Increase AGI {
lvl 10
sp > 10 %
timeout 30
inLockOnly 0
notInTown 1
whenStatusInactive Increase AGI
}

useSelf_skill Blessing {
lvl 10
sp > 20 %
timeout 30
inLockOnly 0
notInTown 1
whenStatusInactive Blessing
}
Agi <> AGI
FxO
Noob
Noob
Posts: 3
Joined: 20 Oct 2016, 10:30
Noob?: Yes

Re: Spam Skills till 0 Sp

#3 Post by FxO »

Tried ur confi but it still not work :/
tried to type on my own and CP ur's.

im not sure, but couldt it be a Problem with statusnameable or skillnameable ?
Pots like White pots or Awakening Pots work fine :/
FxO
Noob
Noob
Posts: 3
Joined: 20 Oct 2016, 10:30
Noob?: Yes

Re: Spam Skills till 0 Sp

#4 Post by FxO »

Ok, found the prob xD

Delet something in the Main config.

Closed :) and thx