Skip to content

Commit

Permalink
Merge branch 'Skua' of https://github.com/BrenoHenrike/Scripts into Skua
Browse files Browse the repository at this point in the history
  • Loading branch information
PUNK3DAF committed Nov 6, 2024
2 parents d27f3a8 + 400ad27 commit ba45f74
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Other/Classes/VerusDoomKnight.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public void GetClass(bool rankup = true)
Core.EnsureAccept(9412);
Core.HuntMonsterMapID("necrodungeon", 47, "The Mask of the Skulls", isTemp: false);
Core.HuntMonster("lumafortress", "Corrupted Luma", "Doom Worshipper's Blade Of Doom", isTemp: false);
Core.Logger(" \"Empress' ShadowCloak\" 's Droprate is fairly low... so dont complain if it takes \"hours\" according to reddit... ");
Core.HuntMonster("innershadows", "Krahen", "Empress' ShadowCloak", isTemp: false);
Bot.Quests.UpdateQuest(7646);
Core.HuntMonster("techfortress", "MechaVortrix", "Cybernetic Doom Blade", isTemp: false);
Expand Down
4 changes: 2 additions & 2 deletions Story/NytheraSaga.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ public void BlindingSnow()

public void Void()
{

if (Core.isCompletedBefore(904))
return;

Expand All @@ -152,7 +151,8 @@ public void Void()
Story.KillQuest(902, "Void", "Void Elemental");

//Null and Void Spheres 903
Story.KillQuest(903, "palooza ", new[] { "Chaos Lord Discordia", "Chaos Lord Discordia", "Chaos Lord Discordia", "Chaos Lord Discordia" });
Story.KillQuest(903, "palooza",
new[] { "Discordia", "Discordia", "Discordia", "Discordia" });

//Enter the Great Void Dragon's Lair 904
Story.KillQuest(904, "Void", "Void Dragon");
Expand Down
2 changes: 1 addition & 1 deletion Story/ShadowVault.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void StoryLine()
Story.KillQuest(6788, "ShadowVault", new[] { "Shadowscythe Minion", "Spiderscythe" });

//An Actual Skeleton... key? 6789
Story.KillQuest(6789, "ShadowVault", new[] { "Fallen Adventurer", "Shadowscythe Minion", "Spiderscythe" });
Story.KillQuest(6789, "ShadowVault", new[] { "Fallen Adventurer", "Spiderscythe", "Shadowscythe Minion" });

//Open Sesame 6790
Story.MapItemQuest(6790, "ShadowVault", 6314);
Expand Down
4 changes: 2 additions & 2 deletions scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
"nythera"
],
"path": "Story/NytheraSaga.cs",
"size": 3997,
"size": 3959,
"fileName": "NytheraSaga.cs",
"downloadUrl": "https://raw.githubusercontent.com/BrenoHenrike/Scripts/Skua/Story/NytheraSaga.cs"
},
Expand Down Expand Up @@ -14629,7 +14629,7 @@
"class"
],
"path": "Other/Classes/VerusDoomKnight.cs",
"size": 14093,
"size": 14239,
"fileName": "VerusDoomKnight.cs",
"downloadUrl": "https://raw.githubusercontent.com/BrenoHenrike/Scripts/Skua/Other/Classes/VerusDoomKnight.cs"
},
Expand Down

0 comments on commit ba45f74

Please sign in to comment.