Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BoBarb revert BoGetting #43

Merged
merged 2 commits into from
Feb 26, 2020
Merged

BoBarb revert BoGetting #43

merged 2 commits into from
Feb 26, 2020

Conversation

mf022
Copy link
Contributor

@mf022 mf022 commented Feb 26, 2020

revert previous changes from #37 related to BoGetting

  • the char config lines + libs/bots/BoBarbHelper.js will be only for barbarian
  • other chars who need getting bo, should be moved in BO area by adding in the running area scripts, depending of the lower value between BC-BO-Shout skill duration of the barbarian helper:
		Pather.useWaypoint(35, true); // go to BO area
		Pather.moveTo(me.x + 5, me.y + 5, 5, true);
		delay(3000);

@mf022 mf022 merged commit e69c5a7 into master Feb 26, 2020
@mf022 mf022 deleted the BoBarb_revert branch February 26, 2020 18:10
@mf022 mf022 linked an issue Feb 26, 2020 that may be closed by this pull request
@bwkillion
Copy link

Pather.useWaypoint(35, true); // go to BO area
		Pather.moveTo(me.x + 5, me.y + 5, 5, true);
		delay(3000);

Where am I supposed to add this code? What exactly do you mean by a "running area script"? Do I just add it to random scripts like Andariel.js and Diablo.js?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with BoBarbHelper
2 participants