What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

spam totems

sortep

Member
Joined
Dec 20, 2014
Messages
66
Reaction score
0
i have dual flame totems and it just constantly spams them every second... the delay doesn't help much in the example routine. and when i'm below HP it auto relogs but doesn't log back into game... please help :(
 
k so i've had to resort to this...

totem delay MS (100)

single target melee skill slot 1 (leap slam) witch i want to use that for Fallback Skill Slot and use the melee skill slot 1 for my totems but fallback doesn't work and the totem for the skill slot 1 constantly spams it (Totems and/ or leap slam) i would like to stay at a certain distance to not get hit by mobs cuz i can't do any phys damage because i went with "Ancestral Bond" in the build.

anyone have tips i can use to get this working some what responsibly?
 
i have dual flame totems and it just constantly spams them every second
totem delay MS (100)
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.

it auto relogs but doesn't log back into game
Bot does autologin just fine. Check your login settings. It might be error on your side.

i want to use that for Fallback Skill Slot
i would like to stay at a certain distance to not get hit by mobs
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.
 
Of course it will spam totems like hell. It is milliseconds. Set it to 2000-5000.

it doesn't matter what milliseconds i set it to it constantly spams it.

The proper way is to summon new totems only if there are no totems in combat range or existing ones have low hp.

and how do i get it to do this?


Bot does autologin just fine. Check your login settings. It might be error on your side.

fixed



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.
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.
 
Last edited:
I don't have any totem character. So I can't really help you.
ExampleRoutine totem code looks just fine:
Code:
// Handle totem logic
if (_totemSlot != -1 &&
    _totemStopwatch.ElapsedMilliseconds > ExampleRoutineSettings.Instance.TotemDelayMs)
It should use delay specified in settings.
Unless you have modified ExampleRoutine.
 
nothing is modified in ER. the only things i have changed are the slots and totem delayMS witch is currently at 999999999
 
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.
 
nothing is modified in ER. the only things i have changed are the slots and totem delayMS witch is currently at 999999999
Well, "999999999" is too much for an integer. Have you tried 5000?
 
yes... i've tried all sorts... 100 1000 2000 3000 4000 5000 and so on....
 
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.
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.
If you want to use it for movement you better look at CustomPlayerMover plugin.
 
the bot won't move if i dont set the slot to something, and regular "foot movement" is not acceptable. Customplayermover plug-in? hmm thanks i'll look for that.

search doesn't come up with anything... can you point me to the right direction? xD
 
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...


is there a way i can keep distance from mobs at all times???
 
no i wasn't really referred to this post before. thanks for helping, i'm hoping this will be sufficient enough :) you've been very helpful thanks man.
 
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.
 
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.

don't put it as any skill at all, just place it in your skillbar. set delay to 0.
 
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.


How does one set this "The proper way is to summon new totems only if there are no totems in combat range or existing ones have low hp." Do you have an example my totems cast like crazy no matter the changes to the MS totem cast setting in the CR
 
Back
Top