Search found 6 matches

by dubai897
19 Jun 2018, 09:35
Forum: iRO
Topic: Please help me figure out for avoid thunder strom skill
Replies: 8
Views: 4839

Re: Please help me figure out for avoid thunder strom skill

This macro also having problem for casting skill between killing the monster automacro Release_Wpn { notOnAction attack status not Magnificat exclusive 1 call Un_Equip } macro Un_Equip { do eq Zaha Doll Hat do ss Magnificat do eq Pecopeco Hariband } I forgot to say, this macro is wrong. Check comma...
by dubai897
18 Jun 2018, 03:35
Forum: iRO
Topic: Please help me figure out for avoid thunder strom skill
Replies: 8
Views: 4839

Re: Please help me figure out for avoid thunder strom skill

Depend on situation, class, gears and stats; I could think plenty option you can avoid thunder storm. The very basic idea is to override AI, drop all que and teleport immediately. The other thing is, stop attack or set attackAuto -1 so can teleport immediately. Or simply use spell breaker? Silversm...
by dubai897
17 Jun 2018, 03:05
Forum: iRO
Topic: Please help me figure out for avoid thunder strom skill
Replies: 8
Views: 4839

Re: Please help me figure out for avoid thunder strom skill

Unfortunately, from my experience openkore is not "fast" enough to do things you mentioned perfectly. What I can suggest is, if you wanna teleport away when it casting the skill instead of going outside of TS AoE and continue killing, you might want to stop attack the monster when the condition mat...
by dubai897
16 Jun 2018, 21:22
Forum: iRO
Topic: Please help me figure out for avoid thunder strom skill
Replies: 8
Views: 4839

Please help me figure out for avoid thunder strom skill

I have try with many thing but still not work yet. First I try to set in mon_control to avoid the skill by 1 0 1 1 which the bot will walk out when the monster that cast the skill. The problem is that my bot will walk back to that monster again when it still casting not yet over or already done cast...
by dubai897
11 Jun 2018, 20:45
Forum: Macro Plugin
Topic: Want to ask about do command with tele?
Replies: 3
Views: 3431

Re: Want to ask about do command with tele?

do move x y (map) but this will make bot move to specific place only by walking.. Is there any command to make bot tele to that specific area with route tele min distance and continue walk. https://github.com/OpenKore/openkore/tree/master/plugins/teleToDest I didn't use it but if you wanna try it y...
by dubai897
11 Jun 2018, 08:35
Forum: Macro Plugin
Topic: Want to ask about do command with tele?
Replies: 3
Views: 3431

Want to ask about do command with tele?

What I always use on my macro when my bot met some condition is.. do move x y (map) but this will make bot move to specific place only by walking.. Is there any command to make bot tele to that specific area with route tele min distance and continue walk. Another question is... is there a way for th...