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

HOW TO RENAME Exilebuddy's routine name that shows up in GUI?

Fonillius

New Member
Joined
Sep 14, 2012
Messages
68
Reaction score
1
HOW TO RENAME Exilebuddy's routine name that shows up in GUI?

I get only list of

"example routine"
"example routine"
"example routine"
"example routine"
"example routine"
"example routine"

to choose from, I want to choose one for specificial character
 
you need to edit the routine(s), the line:

/// <summary>The name of the routine.</summary>
public string Name
{
get { return "ExampleRoutine"; }
}

note that this can break plugins, like the quest plugin, as that one searches for the Example Routine.

wimm
 
We only provide one routine: ExampleRoutine.

If you want to copy and paste the routine, then change the code for each of your characters, I'll make a new guide on how to do that soon.

Otherwise, if you just mean for "settings", you'll want to create a new Configuration when you start the bot, rather than use Default. Type in a new name when the bot starts, and you'll now have new settings which you can use for each character.

So for example, I have Configurations for:
Default
Character1
Character2
etc...
 
Back
Top