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

How Do i run custom routines?

lancerx78

New Member
Joined
Sep 30, 2012
Messages
108
Reaction score
0
Sorry, I am new. I am little overwhelmed and confused, but after reading for a bit I found a custom routine that I wanted to try from the routines folder. I downloaded it and put it in the routines folder like it said, and when it loads I get this error.

error CS0234: The type or namespace name 'Behaviors' does not exist in the namespace 'Loki.Bot.Logic' (are you missing an assembly reference?)
error CS0246: The type or namespace name 'InventoryItem' could not be found (are you missing a using directive or an assembly reference?)

and like 100 more like it.


I take it I am missing something, but I dont know what.

Also I read that you can edit the exile.cs routine but I don't have one of those and can't seem to find anywhere that I can download it.

Am I just missing a CR that I need to get these working?
 
Any post on the forums made before Sept 2014, should consider unusable if code was provided. The bot is using a new API and overall design for 1.2, so all the old code no longer works.

You'll want to look at the ExampleRoutine provided with the bot for the new references CR to work from. Did you have a specific question about CR development, or were you just looking for other examples?
 
Any post on the forums made before Sept 2014, should consider unusable if code was provided. The bot is using a new API and overall design for 1.2, so all the old code no longer works.

You'll want to look at the ExampleRoutine provided with the bot for the new references CR to work from. Did you have a specific question about CR development, or were you just looking for other examples?

Thanks for the bit of information.

Sorry I am not that knowledable about coding, but I appreciate any help or info.

Basically I am running a flicker strike, which is honestly working great except with the minor occasion. Basically I had to remove frenzy as single target attack because it would use it all the time, instead of flicker, but this of course means I run out of frenzy charges every once in while, specially if blood rage hasnt had chance to really get some up and running.

Is there a way it would use frenzy when I run out of frenzy charges? Then otherwise always use flicker?

any help or info would be so appreciated, thanks
 
try the attached combat routine
put frenzy on one of your skill bars (any one)
but you don't need to include it as your single target attack, or anything else

this will use frenzy if you have no charges, and there are mobs around to attack. Otherwise it will use flicker strike, or whatever else you have set (single target skill, aoe target skill etc)

wrote quickly and testing almost nonexistent, so I take no responsibility for character death or any other problems :)

let me know if there are any problems, or if you want it to use frenzy under any other conditions


thanks!
 

Attachments

try the attached combat routine
put frenzy on one of your skill bars (any one)
but you don't need to include it as your single target attack, or anything else

this will use frenzy if you have no charges, and there are mobs around to attack. Otherwise it will use flicker strike, or whatever else you have set (single target skill, aoe target skill etc)

wrote quickly and testing almost nonexistent, so I take no responsibility for character death or any other problems :)

let me know if there are any problems, or if you want it to use frenzy under any other conditions


thanks!
I will try this right now, I am on rampage so its ok if I die. Thank you so much, I will let you know how it works.
 
I will try this right now, I am on rampage so its ok if I die. Thank you so much, I will let you know how it works.
Thanks so much, everything is working great, except sometimes She will stand in place and use frenzy against a ranged attacked and die because mob is slightly out of range.

Should I maybe adjust the settings under the bot to make melee range closer?
 
Back
Top