Wizard stops when Argo attacks him

International

Moderator: Moderators

Message
Author
Drakknar
Noob
Noob
Posts: 4
Joined: 20 Jul 2017, 21:42
Noob?: Yes

Wizard stops when Argo attacks him

#1 Post by Drakknar »

Guys, I put my bot in Wolf, however, every time an Argo attacks him, he does not use Fire Bolt anymore, he only uses it if Argo has not yet attacked him. Result, if she has already attacked, he stands still until he dies ...

attackSkillSlot Fire Bolt {
lvl 4
dist 8
maxCastTime 0.1
minCastTime 0
sp > 10
stopWhenHit 0
inLockOnly 1
notInTown 1
monsters
maxUses 3
}

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Wizard stops when Argo attacks him

#2 Post by fadreus »

Drakknar wrote:

Code: Select all

attackSkillSlot Fire Bolt {
lvl 4
dist 8
maxCastTime 0.1 <----- Don't use these; useless.
minCastTime 0 <-------Useless too.
sp > 10
stopWhenHit 0 <--------Dont use if you have uninterruptible cast time even if it 0. 
inLockOnly 1
notInTown 1
monsters 
maxUses 3 <-------Not really sure why if you can't 1 Hit KO.
}
If you have uninterruptible & 1 Hit (Cast) KO, just use something like this:

Code: Select all

attackSkillSlot 19 {
sp >= 18
dist 8
}

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Post Reply