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

Goblin Quest - Question

tubajedimr

New Member
Joined
Apr 6, 2010
Messages
441
Reaction score
24
Okay, so since there's no Gender/Sex detection in honorbuddy, how else would it be possible to get a quest that has 2 different quest givers based on your sex?

See there's 2 quest givers in the Goblin starting Zone, one is Chip Endale and the other is Candy Cane.

They both start and end the same quests, BUT if you're a male goblin you get Candy Cane as the quest giver, and if you're a female you get Chip Endale as your quest giver.

Can anybody fathom how it might be possible to accomplish this?
 
Try this:

HTML:
<If Condition="Me.Gender == WoWGender.Male"> (or .Female)
...
 
oh my F*ck it worked. jeez that was simple. think this should be in the Wiki
 
You can use the whole C# HB API with these IF tags. And I think it's already in the wiki. :-)
 
I don't know alot about the C# HB API. In fact I'm not particularly certain what that means exactly. The C# part I know. HB is Honorbuddy I assume. Not sure on API.

The particular gender tag isn't on the Wiki, though I suppose one who uses the C# API tags regularly would be more apt to presume that Gender is probably an option.
 
Back
Top