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

Profile Writing question

Malion

Member
Joined
Jan 5, 2011
Messages
32
Reaction score
0
I already looked through the Wiki and did a search on the forum and came up with nothing.

I noticed in some profiles added (I.E. Kaz 1-15human) he has <if condition="me.class == wowclass.mage"> and so on from there my question is can i have <if condition="me.faction == 1"> or how i would put this into the profile. I am trying to get the faction of the player so I can make a profile that when loaded will load for any class and any race and level (for the time being) out of the starting area.

Thank you for your input.
 
I already looked through the Wiki and did a search on the forum and came up with nothing.

I noticed in some profiles added (I.E. Kaz 1-15human) he has <if condition="me.class == wowclass.mage"> and so on from there my question is can i have <if condition="me.faction == 1"> or how i would put this into the profile. I am trying to get the faction of the player so I can make a profile that when loaded will load for any class and any race and level (for the time being) out of the starting area.

Thank you for your input.

You don't have to use If tags if it's supposed to work for all classes,
it's only applicable when there's certain conditions required to pickup or perform a quest.
eg; a certain race or class. There's some other usages for it as well but if your new to making profiles you don't have to worry about it
 
Well as I said I am trying to write a single profile for all the different classes and races, in the start of the game you get different quests depending on class and obviously i dont want to load a sub profile that is made for a night elf on a dwarf because then the bot would auto try to go to that location and that would just be retarded.

Basically I want HB to be able to look at the wow window and determine 2 things 1 what race and 2 what class. I have the class figured out i just need to try to figure out if i have the right wording for the race.

I.E. <If Condition="Me.Faction == 1">Profile for humans 1-6</If>

See what I am saying? If this is the correct line then if you loaded this profile and it had all the different races you could create any character and hit start and it would know what race you are what class you are what quests to pick up and turn in etc.

I want to try to make a single profile for 1-85 which granted will take basically forever but I want to do it because I am bored.

Thanks again.
 
Nevermind I found it i didnt look hard enough in the wiki my apologize you can delete this thread thanks
 
Back
Top