Question about "OgreBotAtom atom_OgreBotChangeCampSpotForWho"

mistahmikey

Active Member
I am playing around with using this command to send my scouts out to kill Dagrin's adds in Vul:

relay all OgreBotAtom atom_OgreBotChangeCampSpotForWho scouts ${Actor[id,${MagmaticID}].X} ${Actor[id,${MagmaticID}].Y} ${Actor[id,${MagmaticID}].Z}

I also use it to return the scouts to the raid.

But I am unable to get them to move reliably using this. Sometimes they do, sometimes they don't. I know the scouts must be initially camp-spotted. I am also certain that MagmaticID is correctly set. So I would like to get a little more information about what conditions might cause this to fail, and how I can ensure that they move to the desired location.

Thanks.
 

Kannkor

Ogre
I am playing around with using this command to send my scouts out to kill Dagrin's adds in Vul:

relay all OgreBotAtom atom_OgreBotChangeCampSpotForWho scouts ${Actor[id,${MagmaticID}].X} ${Actor[id,${MagmaticID}].Y} ${Actor[id,${MagmaticID}].Z}

I also use it to return the scouts to the raid.

But I am unable to get them to move reliably using this. Sometimes they do, sometimes they don't. I know the scouts must be initially camp-spotted. I am also certain that MagmaticID is correctly set. So I would like to get a little more information about what conditions might cause this to fail, and how I can ensure that they move to the desired location.

Thanks.
Distance.
The defaults for campspot are 125m if I recall correctly. That thing can easily be above that. Change your button when setting campspots to a larger amount. IE: 250.
 

mistahmikey

Active Member
Yep, that did the trick - my little dirge is now happily trotting forth to slay the Magmatic spawns. Thanks for the reminder.
 
Top Bottom