Skip to content

221 - Testimony of Prosperity #2

@MimisK13

Description

@MimisK13

OLD(c0)

if(talker.race != @race_dwarf)
{
	ShowPage(talker, "parman_q0221_01.htm");

} else if (talker.level < 37) {
														
	ShowPage(talker, "parman_q0221_02.htm");

} else {

	FHTML_SetFileName(fhtml0, "parman_q0221_03.htm");
	FHTML_SetInt(fhtml0, "quest_id", @testimony_of_prosperity);
	ShowFHTML(talker, fhtml0);							
}

NEW(c1)

if (talker.race == @race_dwarf && talker.level >= 37 && IsInCategory(@dwarf_2nd_group, talker.occupation))
{
	FHTML_SetFileName(fhtml0, "parman_q0221_03.htm");
	FHTML_SetInt(fhtml0, "quest_id", @testimony_of_prosperity);
	ShowFHTML(talker, fhtml0);
}
else if (talker.race == @race_dwarf && talker.level >= 37)
{
	ShowPage(talker, "parman_q0221_01a.htm");
}
else if (talker.race == @race_dwarf)
{
	ShowPage(talker, "parman_q0221_02.htm");
}
else
{
	ShowPage(talker, "parman_q0221_01.htm");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions