public override void RenderProgress(BaseQuestGump gump) { string count = NestArea.NonSpecialCount.ToString(); gump.Intern("/"); gump.Intern(count); gump.Intern(count); gump.AddHtmlLocalized(70, 260, 270, 100, 1054055, BaseQuestGump.Blue, false, false); // Solen Nests Studied : gump.AddLabelIntern(70, 280, 0x64, 1); gump.AddLabelIntern(100, 280, 0x64, 0); gump.AddLabelIntern(130, 280, 0x64, 2); }
public override void RenderProgress( BaseQuestGump gump ) { string count = NestArea.NonSpecialCount.ToString(); gump.Intern( "/" ); gump.Intern( count ); gump.Intern( count ); gump.AddHtmlLocalized( 70, 260, 270, 100, 1054055, BaseQuestGump.Blue, false, false ); // Solen Nests Studied : gump.AddLabelIntern( 70, 280, 0x64, 1 ); gump.AddLabelIntern( 100, 280, 0x64, 0 ); gump.AddLabelIntern( 130, 280, 0x64, 2 ); }
public override void RenderProgress(BaseQuestGump gump) { if (!Completed) { gump.Intern("/"); gump.Intern((CurProgress / 5).ToString()); gump.Intern((MaxProgress / 5).ToString()); gump.AddHtmlLocalized(70, 260, 270, 100, 1054093, BaseQuestGump.Blue, false, false); // Gallons of Water gathered: gump.AddLabelIntern(70, 280, 0x64, 1); gump.AddLabelIntern(100, 280, 0x64, 0); gump.AddLabelIntern(130, 280, 0x64, 2); } else { base.RenderProgress(gump); } }
public override void RenderProgress( BaseQuestGump gump ) { if ( !Completed ) { gump.Intern( "/" ); gump.Intern( ( CurProgress / 5 ).ToString() ); gump.Intern( ( MaxProgress / 5 ).ToString() ); gump.AddHtmlLocalized( 70, 260, 270, 100, 1054093, BaseQuestGump.Blue, false, false ); // Gallons of Water gathered: gump.AddLabelIntern( 70, 280, 0x64, 1 ); gump.AddLabelIntern( 100, 280, 0x64, 0 ); gump.AddLabelIntern( 130, 280, 0x64, 2 ); } else { base.RenderProgress( gump ); } }
public override void RenderProgress(BaseQuestGump gump) { if (!Completed) { gump.Intern("/"); gump.Intern(CurProgress.ToString()); gump.Intern(MaxProgress.ToString()); gump.AddHtmlObject(70, 260, 270, 100, 1063318, BaseQuestGump.Blue, false, false); // Deathwatch Beetle Hatchlings killed: gump.AddLabelIntern(70, 280, 0x64, 1); gump.AddLabelIntern(100, 280, 0x64, 0); gump.AddLabelIntern(130, 280, 0x64, 2); } else { base.RenderProgress(gump); } }
public override void RenderProgress(BaseQuestGump gump) { if (!Completed) { gump.Intern("/"); gump.Intern(CurProgress.ToString()); gump.Intern(MaxProgress.ToString()); gump.AddHtmlLocalized(70, 260, 270, 100, 1054055, BaseQuestGump.Blue, false, false); // Solen Nests Studied : gump.AddLabelIntern(70, 280, 0x64, 1); gump.AddLabelIntern(100, 280, 0x64, 0); gump.AddLabelIntern(130, 280, 0x64, 2); } else { base.RenderProgress(gump); } }
public override void RenderProgress( BaseQuestGump gump ) { if ( !Completed ) { gump.Intern( "/" ); gump.Intern( CurProgress.ToString() ); gump.Intern( MaxProgress.ToString() ); gump.AddHtmlObject( 70, 260, 270, 100, 1063318, BaseQuestGump.Blue, false, false ); // Deathwatch Beetle Hatchlings killed: gump.AddLabelIntern( 70, 280, 0x64, 1 ); gump.AddLabelIntern( 100, 280, 0x64, 0 ); gump.AddLabelIntern( 130, 280, 0x64, 2 ); } else { base.RenderProgress( gump ); } }
public override void RenderProgress(BaseQuestGump gump) { if (CurProgress > 0 && CurProgress < MaxProgress) { gump.Intern("/"); gump.Intern(CurProgress.ToString()); gump.Intern(MaxProgress.ToString()); gump.AddHtmlObject(70, 260, 270, 100, 1050019, BaseQuestGump.Blue, false, false); // Number of bones collected: gump.AddLabelIntern(70, 280, 100, 1); gump.AddLabelIntern(100, 280, 100, 0); gump.AddLabelIntern(130, 280, 100, 2); } else { base.RenderProgress(gump); } }
public override void RenderProgress(BaseQuestGump gump) { if (!Completed) { gump.Intern("/"); gump.Intern(CurProgress.ToString()); gump.Intern(MaxProgress.ToString()); // Black/Red Solen Infiltrators killed: gump.AddHtmlLocalized(70, 260, 270, 100, ((SolenMatriarchQuest)System).RedSolen ? 1054088 : 1054087, BaseQuestGump.Blue, false, false); gump.AddLabelIntern(70, 280, 0x64, 1); gump.AddLabelIntern(100, 280, 0x64, 0); gump.AddLabelIntern(130, 280, 0x64, 2); } else { base.RenderProgress(gump); } }
public override void RenderProgress(BaseQuestGump gump) { if (!Completed) { gump.Intern("/"); gump.Intern(CurProgress.ToString()); gump.Intern(MaxProgress.ToString()); // Red/Black Solen Queens killed: gump.AddHtmlLocalized(70, 260, 270, 100, ((AmbitiousQueenQuest)System).RedSolen ? 1054064 : 1054065, BaseQuestGump.Blue, false, false); gump.AddLabelIntern(70, 280, 0x64, 1); gump.AddLabelIntern(100, 280, 0x64, 0); gump.AddLabelIntern(130, 280, 0x64, 2); } else { base.RenderProgress(gump); } }
public override void RenderProgress(BaseQuestGump gump) { if (!Completed) { gump.Intern("/"); gump.Intern(CurProgress.ToString()); gump.Intern(MaxProgress.ToString()); // Rainbow pearls collected: gump.AddHtmlObject(70, 260, 270, 100, 1055085, BaseQuestGump.Blue, false, false); gump.AddLabelIntern(70, 280, 0x64, 1); gump.AddLabelIntern(100, 280, 0x64, 0); gump.AddLabelIntern(130, 280, 0x64, 2); } else { base.RenderProgress(gump); } }
public override void RenderProgress(BaseQuestGump gump) { if (!Completed) { IngredientInfo info = IngredientInfo.Get(this.Ingredient); gump.Intern("/"); gump.Intern(CurProgress.ToString()); gump.Intern(info.Quantity.ToString()); gump.AddHtmlLocalized(70, 260, 270, 100, info.Name, BaseQuestGump.Blue, false, false); gump.AddLabelIntern(70, 280, 0x64, 1); gump.AddLabelIntern(100, 280, 0x64, 0); gump.AddLabelIntern(130, 280, 0x64, 2); } else { base.RenderProgress(gump); } }
public override void RenderProgress( BaseQuestGump gump ) { if ( !Completed ) { gump.Intern( "/" ); gump.Intern( CurProgress.ToString() ); gump.Intern( MaxProgress.ToString() ); // Red/Black Solen Queens killed: gump.AddHtmlLocalized( 70, 260, 270, 100, ( (AmbitiousQueenQuest) System ).RedSolen ? 1054064 : 1054065, BaseQuestGump.Blue, false, false ); gump.AddLabelIntern( 70, 280, 0x64, 1 ); gump.AddLabelIntern( 100, 280, 0x64, 0 ); gump.AddLabelIntern( 130, 280, 0x64, 2 ); } else { base.RenderProgress( gump ); } }
public override void RenderProgress( BaseQuestGump gump ) { if ( !Completed ) { gump.Intern( "/" ); gump.Intern( CurProgress.ToString() ); gump.Intern( MaxProgress.ToString() ); gump.AddHtmlLocalized( 70, 260, 270, 100, 1054055, BaseQuestGump.Blue, false, false ); // Solen Nests Studied : gump.AddLabelIntern( 70, 280, 0x64, 1 ); gump.AddLabelIntern( 100, 280, 0x64, 0 ); gump.AddLabelIntern( 130, 280, 0x64, 2 ); } else { base.RenderProgress( gump ); } }
public override void RenderProgress( BaseQuestGump gump ) { if ( !Completed ) { gump.Intern( "/" ); gump.Intern( CurProgress.ToString() ); gump.Intern( MaxProgress.ToString() ); // Rainbow pearls collected: gump.AddHtmlObject( 70, 260, 270, 100, 1055085, BaseQuestGump.Blue, false, false ); gump.AddLabelIntern( 70, 280, 0x64, 1 ); gump.AddLabelIntern( 100, 280, 0x64, 0 ); gump.AddLabelIntern( 130, 280, 0x64, 2 ); } else { base.RenderProgress( gump ); } }
public override void RenderProgress( BaseQuestGump gump ) { if ( CurProgress > 0 && CurProgress < MaxProgress ) { gump.Intern( "/" ); gump.Intern( CurProgress.ToString() ); gump.Intern( MaxProgress.ToString() ); gump.AddHtmlObject( 70, 260, 270, 100, 1050019, BaseQuestGump.Blue, false, false ); // Number of bones collected: gump.AddLabelIntern( 70, 280, 100, 1 ); gump.AddLabelIntern( 100, 280, 100, 0 ); gump.AddLabelIntern( 130, 280, 100, 2 ); } else { base.RenderProgress( gump ); } }
public override void RenderProgress( BaseQuestGump gump ) { if ( !Completed ) { IngredientInfo info = IngredientInfo.Get( this.Ingredient ); gump.Intern( "/" ); gump.Intern( CurProgress.ToString() ); gump.Intern( info.Quantity.ToString() ); gump.AddHtmlLocalized( 70, 260, 270, 100, info.Name, BaseQuestGump.Blue, false, false ); gump.AddLabelIntern( 70, 280, 0x64, 1 ); gump.AddLabelIntern( 100, 280, 0x64, 0 ); gump.AddLabelIntern( 130, 280, 0x64, 2 ); } else { base.RenderProgress( gump ); } }
public override void RenderProgress( BaseQuestGump gump ) { if ( !Completed ) { gump.Intern( "/" ); gump.Intern( CurProgress.ToString() ); gump.Intern( MaxProgress.ToString() ); // Black/Red Solen Infiltrators killed: gump.AddHtmlLocalized( 70, 260, 270, 100, ( (SolenMatriarchQuest) System ).RedSolen ? 1054088 : 1054087, BaseQuestGump.Blue, false, false ); gump.AddLabelIntern( 70, 280, 0x64, 1 ); gump.AddLabelIntern( 100, 280, 0x64, 0 ); gump.AddLabelIntern( 130, 280, 0x64, 2 ); } else { base.RenderProgress( gump ); } }