Git Product home page Git Product logo

Comments (2)

aliig avatar aliig commented on June 30, 2024

I can't recreate this issue on master. I'm not using blizzsorc here but I'm using lightsorc, but don't think it should make a difference.

My custom.ini:

; Supported runs: Trav, Pindle, Eld, Shenk, Nihlatak
[sorceress]
frozen_armor=a
energy_shield=
thunder_storm=s
telekinesis=w
static_field=e


[light_sorc]
; chain_lightning must be bound to left skill (hotkey optional as it shouldnt change)
chain_lightning=d
; lightning must be right skill, hotkey required
lightning=q
sorc.mp4

In pindle.py telekinesis is set to False so it shouldn't be using tk on the red portal. Think this was implemented to avoid this issue.

    def approach(self, start_loc: Location) -> bool | Location:
        # Go through Red Portal in A5
        Logger.info("Run Pindle")
        loc = self._town_manager.go_to_act(5, start_loc)
        if not loc:
            return False
        if not self._pather.traverse_nodes((loc, Location.A5_NIHLATHAK_PORTAL), self._char):
            return False
        wait(0.5, 0.6)
        found_loading_screen_func = lambda: loading.wait_for_loading_screen(2.0)
        if not self._char.select_by_template("A5_RED_PORTAL", found_loading_screen_func, telekinesis=False):
            return False
        return Location.A5_PINDLE_START

Let me know if there's something I'm missing.

Also, for future issues if you'd specify what version you're running or what branch you're using when you run into the issue with that'd be helpful. (It's in the start of the issues template.) Thanks!

from botty.

Ezro avatar Ezro commented on June 30, 2024

Good call. This was introduced in my PR due to missing the "or not telekinesis" line; I've reverted the logic back in the PR and will close this ticket

from botty.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.