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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Where can i get rb's profiles xml tag

ff14bot.NeoProfiles.Tags Namespace

You can also create your own by creating a .cs file in Plugins\OrderBotTags folder : you create a class with attribute XMLAttribute("NameOfTag"), the class uses ProfileBehavior as base class (so public class NameOfClass : ProfileBehavior { /* ... class definition ... */ }). There are many ways to set them up. Look at ExBuddy for examples.
 
ff14bot.NeoProfiles.Tags Namespace

You can also create your own by creating a .cs file in Plugins\OrderBotTags folder : you create a class with attribute XMLAttribute("NameOfTag"), the class uses ProfileBehavior as base class (so public class NameOfClass : ProfileBehavior { /* ... class definition ... */ }). There are many ways to set them up. Look at ExBuddy for examples.


thanks for your help , it's quilt useful
:)
 
ff14bot.NeoProfiles.Tags Namespace

You can also create your own by creating a .cs file in Plugins\OrderBotTags folder : you create a class with attribute XMLAttribute("NameOfTag"), the class uses ProfileBehavior as base class (so public class NameOfClass : ProfileBehavior { /* ... class definition ... */ }). There are many ways to set them up. Look at ExBuddy for examples.


That's super out of date. For the latest information you can look inside the quest behaviors folder or look at existing profiles such as y2krazy
https://www.thebuddyforum.com/rebor...profiles/216756-bot-quests-quests-quests.html
 
Back
Top