i have dual flame totems and it just constantly spams them every second
Of course it will spam totems like hell. It is milliseconds. Set it to 2000-5000.totem delay MS (100)
Bot does autologin just fine. Check your login settings. It might be error on your side.it auto relogs but doesn't log back into game
i want to use that for Fallback Skill Slot
You kind of misunderstood the purpose of Fallback Skill. Its the skill to use when everything else fails. ExampleRoutine does not support any "kiting" behavior.i would like to stay at a certain distance to not get hit by mobs
Of course it will spam totems like hell. It is milliseconds. Set it to 2000-5000.
The proper way is to summon new totems only if there are no totems in combat range or existing ones have low hp.
Bot does autologin just fine. Check your login settings. It might be error on your side.
oh ok... so i can't use any phys skills i'm strictly totems... how the hell am i supposed to efficiently farm with this bot if i need to set the bar to a melle skill without consistently spamming my totems, because setting up milliseconds to 1000000 doesn't even work. it just spawns one right after the other.You kind of misunderstood the purpose of Fallback Skill. Its the skill to use when everything else fails. ExampleRoutine does not support any "kiting" behavior.
// Handle totem logic
if (_totemSlot != -1 &&
_totemStopwatch.ElapsedMilliseconds > ExampleRoutineSettings.Instance.TotemDelayMs)
Well, "999999999" is too much for an integer. Have you tried 5000?nothing is modified in ER. the only things i have changed are the slots and totem delayMS witch is currently at 999999999
I can't really understand what are you trying to achieve with Leap Slam? Considering you have Ancestral Bond keystone. It will not do any damage, its useless to set it in CR settings. Just remove it.i thought that maybe if i took out my totems in the ER slot settings (but keep it in game slots) and set the delay to like 1500 and have my leapslam to my only primary slot attack it would auto cast it, but it doesn't do that either.
Why?regular "foot movement" is not acceptable
Its default plugin. You already have it.search doesn't come up with anything... can you point me to the right direction? xD
Thats clearly stated in ExampleRoutine Guide. Haven't you read that?oh i fixed it... it was set to left click for some reason it can't...so i set it to 6 and it's fine...
You can read Pushedx's post about kiting.is there a way i can keep distance from mobs at all times???
Can some1 pls tell what to do if bot spam totem with flameblast totem build? I have the same problem, but change to '6' slot doesnt help (it still spam totem). I have totem as AOE ranged skill only.
Of course it will spam totems like hell. It is milliseconds. Set it to 2000-5000.
However this is a bad setup from the beginning. The proper way is to summon new totems only if there are no totems in combat range or existing ones have low hp.