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

Add script to run River of Flames #1793

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tc85
Copy link

@tc85 tc85 commented Jul 14, 2019

I was surprised that there was no script to run this area, since there is one for all other TC85 areas and the River of Flames is the largest and easiest/fastest one to find.

@Fee920
Copy link

Fee920 commented Jul 15, 2019

use clear any area.

@boddhisatra
Copy link

boddhisatra commented Aug 3, 2019

@tc85 Agreed this is a great area to run due to easy mobs and high mLevel. Couple suggestions though.

  1. Make it a sub-option under the existing option to kill Hephasto, followed by the additional option of clearing the River of Flames, such as:
    Scripts.Hephasto = false;
    Config.Hephasto.ClearRiver = false;

  2. Start clearing the River by first teleporting to Hephasto to kill him for his super unique drops, and then clear outward. The reason being, this area is massive and I usually add it as a final run on my followers just to keep them busy.

/**

function ClearAreaRiver() {

Town.doChores();
Pather.journeyTo(107);
Precast.doPrecast(true);

if (!Pather.moveToPreset(me.area, 2, 376)) {
	throw new Error("Failed to move to Hephasto");
}

Attack.kill(getLocaleString(1067)); // Hephasto The Armorer
Pickit.pickItems();

Attack.clearLevel(Config.ClearType);
return true;

}

  1. In response to @Fee920 the clear any script has limited functionality if you want change the order of your area clears. Maybe in between 2 area clears I want to add in a countess run, but with clear area, everything must be in sequence.

@TinyHoney
Copy link

I Add Script "Add script to run River of Flames"
BUt why he not Clean Evrything on River Of FLames .. ? Only 1-2 minions , How to change it

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.

4 participants