WoW-Pro Guides

WoW-Pro Guides

3M Downloads

Sex/Gender Specific Quests, a feature request

luis-ortiz opened this issue ยท 6 comments

commented

Some quest lines, like the starting zone for Goblins, have sex/gender specific quests.
It is a small change in ParseQuests() that parallels the race/class handling.

The only question is should the tag be SEX or GENDER.
The proposed argument to the tag would be one of {Male,Female}.

I have code.

commented

SEX is shorter. I told Cracker to use MEN or FEM as single tags with no arguments, but if you already have code for doing it this way, it's a very simple Find/Replace on his part (or my part) to change that so it's probably easiest to just use what you have :)

commented

what about GEN for gender instead of SEX? Somehow, it sounds more politically correct :)

commented

True. I won't not have an issue with that, it's short and still clear.

commented

OK. Implemented and tested on my goblin.

; Start by killing Chip First, both genders

A What Kind of Name is Chip, Anyway?|QID|25203|GEN|Male|M|54.18,17.15|N|From Ace|

A The Fastest Way to His Heart|QID|25202|GEN|FeMale|M|56.5,71.9|N|From Izzy.|

Pull request on its way.....

commented

Implemented in:

#321

commented

Add done