| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- SLASH_HELLOWORLD1 = '/insurrection';
- function SlashCmdList.HELLOWORLD(msg, editbox)
- print('\124cff208000Insurrection Quest Completionist:\124r')
-
- print(' ')
- print('\124cffffff00Insurrection - LOCKDOWN - Quest Chain\124r')
- print('\124cff808080-------------------------------------------------------------------------\124r')
- for k,v in pairs({OneDayataTime=45260,SilenceintheCity=38649,Crackdown=38695,AnsweringAggression=38692,NoReasontoStay=38720,Regroup=38694,TheWayBackHome=42889,VisitorinShalAran=44955})do print(format("%s: \124cff%s\124r", k, C_QuestLog.IsQuestFlaggedCompleted(v) and "00ff00Yes" or "ff0000No"))end
-
- print(' ')
- print('\124cffffff00Insurrection - MISSING PERSONS - Quest Chain\124r')
- print('\124cff808080-------------------------------------------------------------------------\124r')
- for k,v in pairs({ContinuingtheCure=45261,DisillusionedDefector=44722,MissingPersons=44724,MoreLikeMe=44723,HostageSituation=44725,IntheBusinessofSouls=44726,Smuggled=44727,WaningRefuge=44814})do print(format("%s: \124cff%s\124r", k, C_QuestLog.IsQuestFlaggedCompleted(v) and "00ff00Yes" or "ff0000No"))end
-
- print(' ')
- print('\124cffffff00Insurrection - WAXING CRESCENT - Quest Chain\124r')
- print('\124cff808080-------------------------------------------------------------------------\124r')
- for k,v in pairs({AMessageFromLyLeth=45262,TavernkeepersFate=44742,EssenceTriangulation=44752,OnPublicDisplay=44753,WaxingCrescent=44754,SignOfTheDuskLily=44756})do print(format("%s: \124cff%s\124r", k, C_QuestLog.IsQuestFlaggedCompleted(v) and "00ff00Yes" or "ff0000No"))end
-
- print(' ')
- print('\124cffffff00Insurrection - AN ELVEN PROBLEM - Quest Chain\124r')
- print('\124cff808080-------------------------------------------------------------------------\124r')
- for k,v in pairs({StabilizingSuramar=45316,EatingBeforetheMeeting=45263,TakeMeToYourLeader=40391,DowntoBusiness=43810,TakingaPromenade=44831,ABetterFuture=41916,Nullified=44834,CrystalClearing=44843,PoweringDownthePortal=44844,Shield,MeetSpell=44842,BreakanArm=44845})do print(format("%s: \124cff%s\124r", k, C_QuestLog.IsQuestFlaggedCompleted(v) and "00ff00Yes" or "ff0000No"))end
-
- print(' ')
- print('\124cffffff00Insurrection - CRAFTING WAR - Quest Chain\124r')
- print('\124cff808080-------------------------------------------------------------------------\124r')
- for k,v in pairs({FeedingtheRebellion=45265,TyrandesCommand=44743,MouthstoFeed=44870,TrollingThem=44858,SomethingsNotQuiteRight=44928,ArmingtheRebels=44861,CitizensArmy=44827,WeNeedWeapons=44829,LearningFromtheDead=44830,TrialbyDemonfire=44790})do print(format("%s: \124cff%s\124r", k, C_QuestLog.IsQuestFlaggedCompleted(v) and "00ff00Yes" or "ff0000No"))end
-
- print(' ')
- print('\124cffffff00Insurrection - MARCH ON SURAMAR - Quest Chain\124r')
- print('\124cff808080-------------------------------------------------------------------------\124r')
- for k,v in pairs({AUnitedFront=45266,ReadyforBattle=44739,FullMightoftheElves=44738,StagingPoint=44740})do print(format("%s: \124cff%s\124r", k, C_QuestLog.IsQuestFlaggedCompleted(v) and "00ff00Yes" or "ff0000No"))end
-
- print(' ')
- print('\124cffffff00Insurrection - ELISANDES RETORT - Quest Chain\124r')
- print('\124cff808080-------------------------------------------------------------------------\124r')
- for k,v in pairs({FightingonAllFronts=45317,BeforetheSiege=45267,GatesoftheNighthold=44736,TemporalInvestigations=44822,ThoseScryingEyes=45209,ScoutingtheBreach=44832,TheSealsPower=44833})do print(format("%s: \124cff%s\124r", k, C_QuestLog.IsQuestFlaggedCompleted(v) and "00ff00Yes" or "ff0000No"))end
-
- print(' ')
- print('\124cffffff00Insurrection - AS STRONG AS OUR WILL - Quest Chain\124r')
- print('\124cff808080-------------------------------------------------------------------------\124r')
- for k,v in pairs({TheAdvisorandtheArcanist=45268,AMessageFromOurEnemies=44918,AChallengeFromOurEnemies=44919,TheFelsoulExperiments=45063,TelemanticExpanse=45067,ResistingArrest=45062,SurveytheCity=45065,ExperimentalInstability=45066,FelborneNoMore=45064})do print(format("%s: \124cff%s\124r", k, C_QuestLog.IsQuestFlaggedCompleted(v) and "00ff00Yes" or "ff0000No"))end
-
- print(' ')
- print('\124cffffff00Insurrection - BREAKING THE NIGHTHOLD - Quest Chain\124r')
- print('\124cff808080-------------------------------------------------------------------------\124r')
- for k,v in pairs({ATasteofFreedom=45269,IllJustLeaveThisHere=44964,BreachingtheSanctum=44719,TheNightholdLordoftheShadowCouncil=45417,FateoftheNightborne=45372})do print(format("%s: \124cff%s\124r", k, C_QuestLog.IsQuestFlaggedCompleted(v) and "00ff00Yes" or "ff0000No"))end
-
- print(' ')
- print('\124cffffff00Insurrection - Final Reward = MOUNT \124cffDA70D6Arcanists Manasaber\124r')
- end
|