Den of eveill loop problem #295
knewstimek
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Added a check for corpsefire immunity which prevented the bot from exiting. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Due to the loop below, there is a bug where you cannot complete the Den of Evil quest and exit. I think the code needs to be fixed.
//while (me.area === 8) {
// Attack.clearLevel();
//}
/*
*/
function den () {
print('ÿc9SoloLevelingÿc0: starting den');
me.overhead("den");
}
Beta Was this translation helpful? Give feedback.
All reactions