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

Where can i get rb's profiles xml tag

nullptr

New Member
Joined
Jan 13, 2017
Messages
9
Reaction score
0
i'm a chinese,and my english is not so good.
i hope my words are not rude
 
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