Photogenic 24 Posted July 31, 2017 Share Posted July 31, 2017 Hello, So my problem is that the bot tends to use Mangle and Rake before using Faerie fire... Sometimes, it uses Faerie Fire first. It seems way too random! I have faerie fire in higher priority See here where it didn't use Faerie Fire first. Quote 02:00:45 - [Fight] Player Attacked by Forge Camp Legionnaire (lvl 61) [F] 02:00:45 - [Spell] Cast Cat Form (Cat Form) [F] 02:00:46 - [FightClass] Launch LUA script: RunMacroText("/cast Faerie Fire (Feral)(Rank 5)") [F] 02:00:47 - [Spell] Cast Rake (Rake) and here it uses Faerie fire FIRST!.. Both are the same fight class and same sessions. Quote 02:01:00 - [Fight] Player Attack Forge Camp Legionnaire (lvl 61) [F] 02:01:01 - [FightClass] Launch LUA script: RunMacroText("/cast Mangle (Cat)(Rank 3)") [F] 02:01:02 - [FightClass] Launch LUA script: RunMacroText("/cast Mangle (Cat)(Rank 3)") Why ?? And I have seen this happens many times with other spells and other classes where the bot skips spells. My settings for Min|Max Latency is 350-750 my actual and ingame Latency is 150 Link to comment https://wrobot.eu/forums/topic/6649-bot-skip-spells/ Share on other sites More sharing options...
Matenia 628 Posted July 31, 2017 Share Posted July 31, 2017 You can try a higher latency, but at this point, only a C# fightclass can really achieve what you need. 500-850 latency might fix it Link to comment https://wrobot.eu/forums/topic/6649-bot-skip-spells/#findComment-30178 Share on other sites More sharing options...
Photogenic 24 Posted July 31, 2017 Author Share Posted July 31, 2017 1 hour ago, Matenia said: You can try a higher latency, but at this point, only a C# fightclass can really achieve what you need. 500-850 latency might fix it Hey Matenia, I appreciate the help, tho that didn't fix it. I still don't understand why bot decides to use other spells and ignores Faerie Fire sometimes. It feels like its doing everything correct except this spell. Link to comment https://wrobot.eu/forums/topic/6649-bot-skip-spells/#findComment-30186 Share on other sites More sharing options...
Matenia 628 Posted July 31, 2017 Share Posted July 31, 2017 The bot just runs through a loop of your rotation at certain intervals. That takes a while, usually not more than 100 milliseconds. But if, for example, your global cooldown ends between it checking whether to cast Mangle (higher priority than Fairie Fire) and Fairie Fire, you end up casting what's lower in the list. Link to comment https://wrobot.eu/forums/topic/6649-bot-skip-spells/#findComment-30190 Share on other sites More sharing options...
Mykoplazma 24 Posted July 31, 2017 Share Posted July 31, 2017 You can force certain skill to be casted always first adding the condition - if that buff is on mob I can cast other spell etc.. but you must add that check to all spells. Link to comment https://wrobot.eu/forums/topic/6649-bot-skip-spells/#findComment-30194 Share on other sites More sharing options...
Photogenic 24 Posted July 31, 2017 Author Share Posted July 31, 2017 Just now, forerun said: You can force certain skill to be casted always first adding the condition - if that buff is on mob I can cast other spell etc.. but you must add that check to all spells. only problem if the first one misses / resist.. bot will be useless for the duration of the CD. might end up dead.. Link to comment https://wrobot.eu/forums/topic/6649-bot-skip-spells/#findComment-30195 Share on other sites More sharing options...
Avvi 98 Posted July 31, 2017 Share Posted July 31, 2017 54 minutes ago, lonellywolf said: only problem if the first one misses / resist.. bot will be useless for the duration of the CD. might end up dead.. I believe you can add a check to see if the other spell is on a cooldown at that point. Photogenic 1 Link to comment https://wrobot.eu/forums/topic/6649-bot-skip-spells/#findComment-30199 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now