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

XML Tags

Acps

New Member
Joined
Dec 24, 2011
Messages
347
Reaction score
0
Does anyone have an updated list of XML tags, for Trinity as well? Looking at putting some fresh workable bounties together.
 
Also on a side note, while I would like to get involved with the community and creating and updating profiles. I have little DB experience, I do have some coding experience. But I feel like with the quest tools creation tools, that writing code by hand is totally unnecessary. There is little documentation on the developer side, and while I have the motivation and time right now, that might wane if I keep running into the proverbial brick wall. Would anyone want to take sometime 10-15 min to help me get started with the basics. I have a very good understanding of programming and how to develop code. I am missing the right touches of utilizing DB correctly to make this a much more enjoyable experience, and the ability to update and build more, easier! Thanks in advance!

Acps
 
Take a look in QuestTools\ProfileTags\ and the subfolders; open up some of the files to see the attributes that can be set.

and these are the default tags:

Ltdb2B5.png


If you use visual studio (load DemonBuddy.exe as reference) or DotPeek you can browse the tags to find out what attributes you can set for each tag.
 
Thanks for the help xzjv. I am a computer science major and we are now getting into programming. Figured this might be a good place to learn! :cool:
 
that's good :)
to not make the same mistakes as me:
1- Download VisualStudio 12 (2013)
2- Create a new project
3- Project/Add reference > db/GreyMagic.dll & db/Demonbuddy.exe
4- Enjoy somes codes hours and come out with red eyes;)
 
that's good :)
to not make the same mistakes as me:
1- Download VisualStudio 12 (2013)
2- Create a new project
3- Project/Add reference > db/GreyMagic.dll & db/Demonbuddy.exe
4- Enjoy somes codes hours and come out with red eyes;)

Awesome bro. thanks for the tip. I was looking at VisualStudio and thought 12 was 2012 LOL. Got the correct one now. Looking forward to getting involved!
 
Back
Top