Bot slow at spamming skills

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

Zionzi
Noob
Noob
Posts: 1
Joined: 18 Jan 2013, 23:59
Noob?: No

Bot slow at spamming skills

#1 Post by Zionzi »

I am botting an asura with sky blow and basically its spamming sky blow much slower than possible. This is how i have it configured:

useSelf_skill Sky Blow {
lvl 5
sp > 50
hp > 10%
aggressives >= 2
notInTown 1
}

If you spam it quickly enough it basically allows you to avoid alot of dmg by perma knocking the monsters back(can easilly do it myself just by pounding the button). The bot does it so slow though you end up getting hit alot.

I tried to solve the problem by adding in do command to make it so there's basically 2 ways for it to trigger:

doCommand ss Sky Blow {
sp > 5%
hp > 15%
aggressives > 5
notInTown 1
whenStatusInactive Silence
timeout .3
}

Which did solve the problem but it created an all new one. Even after all the monsters are dead the bot still sits there spamming Sky Blow and wastes tons of SP. I tried doing the same effect with the macro plugin but the same problem occured.

Anyone have a method of making the bot accomplish what i want without the awful side effects?
NiTRO106
Plain Yogurt
Plain Yogurt
Posts: 64
Joined: 30 Nov 2012, 20:27
Noob?: No

Re: Bot slow at spamming skills

#2 Post by NiTRO106 »

@Zionzi

try to put monsters in your configuration blocks or instead of aggresives >= 2, change it to onAction attack. i dont know how to configure a Shura but i hope it helps.

Code: Select all

useSelf_skill Sky Blow {
     lvl 5
     sp > 50
     hp > 10%
     onAction attack #instead of aggressives >= 2
     monsters < insert monster names here seperated with a comma >
     notInTown 1
     whenStatusInactive Silence
}
ptcarino
Plain Yogurt
Plain Yogurt
Posts: 62
Joined: 17 Jul 2010, 00:48
Noob?: No
Location: pRO Valkyrie

Re: Bot slow at spamming skills

#3 Post by ptcarino »

you can also try messing with timeouts.txt and look for this

Code: Select all

ai_skill_use
Image