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

2 Questions

AutomaticCoding

New Member
Joined
Dec 20, 2011
Messages
1,091
Reaction score
1
1. Is there a wiki of the HB XML commands? (I want to call it a API, but it's not really a API)
2. How do I check to see if a quest is available? I'm making a dailies profile for myself and only one of 7 dailies you'll get each day, each time it's a random one. How do I say: "Accept which ever one of these 7 dailies the quest giver has"?
 
Look at the top of page next to the forum button, it will say wiki
 
1. Is there a wiki of the HB XML commands? (I want to call it a API, but it's not really a API)
2. How do I check to see if a quest is available? I'm making a dailies profile for myself and only one of 7 dailies you'll get each day, each time it's a random one. How do I say: "Accept which ever one of these 7 dailies the quest giver has"?

in my svn you'll find a blank qo in the 'useful stuff' folder

there's a lot of stuff in there that you'll like if you want to make profiles

including:

PHP:
			<If Condition="HasQuestAvailable(NpcInt)" >			</If>

look in my TB profiles for what I did
 
Last edited:
Back
Top