vakdev / VakScript

Spaceglider for League of Legends.
163 stars 35 forks source link

Aram minions #20

Closed lvatrung closed 1 year ago

lvatrung commented 1 year ago

ARAM minions can't find the target

lvatrung commented 1 year ago

in manager.py search_mode only find sru (ARAM minions = ha)

 @staticmethod
    def _is_valid_name(name, entities_list, search_mode):
        if isinstance(name, str):
            name = name.lower()
            if search_mode == 0:
                return name in entities_list or name.startswith('practicetool')
            if search_mode == 1:
                return name.startswith('sru')
            if search_mode == 2:
                return name == 'turret'
readyztw commented 1 year ago

yoyo, do you know how to make it target jungle mobs like in lane clear ? that would be so useful to clear these camps with kiting too

vakdev commented 1 year ago

@lvatrung: Aram minions fixed (v13.15). @readyztw: It should attack jg monsters too.