Skip to content

Commit

Permalink
Update ScarletSorceress.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtffidy committed Nov 3, 2024
1 parent 7eb02d3 commit 8253d4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Other/Classes/ScarletSorceress.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ public void GetSSorc(bool rankUpClass = true)
Core.Logger("Quest Classes are received unenhanced until relog...\n" +
"GOOD LUCK ON THE RELOG WORKING");

Bot.Options.AutoRelogin = false;
Core.Relogin();
while (!Bot.ShouldExit && Bot.Player.LoggedIn && !Bot.Player.Loaded && Bot.Player.Playing && Bot.Map.Loaded)
Core.Sleep(1500);


while (!Bot.ShouldExit && Bot.Map.Name != "battleon")
{
Expand All @@ -77,6 +81,7 @@ public void GetSSorc(bool rankUpClass = true)
}

Core.Logger("Holy F**k it worked, congrats!");
Bot.Options.AutoRelogin = true;

if (rankUpClass)
Adv.RankUpClass("Scarlet Sorceress");
Expand Down

0 comments on commit 8253d4f

Please sign in to comment.