Quests.cpp change

EQ2Emulator Development forum.

Moderator: Team Members

Post Reply
User avatar
Ememjr
Team Member
Posts: 975
Joined: Wed Mar 15, 2017 9:41 am
EQ2Emu Server: Perseverance

Quests.cpp change

Post by Ememjr » Thu Apr 13, 2017 3:05 pm

Please change the follow section to this which is more that are quests catagories that should be yellow

Code: Select all

bool Quest::CheckCategoryYellow(){
	bool ret = false;
	string category = GetType();

	//Check for these category names, return true to set category as yellow in the quest journal
	if (category == "Signature" || category == "Heritage" || category == "Hallmark" || category == "Deity" || category == "Miscellaneaous" || category == "Language" || category == "Lore and Legend" || category == "World Event" || category == "Tradeskill")
		ret = true;
	return ret;
}
it adds Hallmark,Deity, and Miscellaneaous

Jabantiz
Lead Developer
Posts: 2912
Joined: Wed Jul 25, 2007 2:52 pm
Location: California

Re: Quests.cpp change

Post by Jabantiz » Thu Apr 13, 2017 3:37 pm

Added and committed to dev svn.

Thanks for the addition.

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests