https://github.com/starrfox/wizsprinter
https://github.com/starrfox/wizsprinter
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/starrfox/wizsprinter
- Owner: StarrFox
- License: gpl-3.0
- Created: 2022-05-24T12:12:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:48:29.000Z (over 2 years ago)
- Last Synced: 2025-02-14T16:49:49.280Z (over 1 year ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
WizSprinter is a semi-official extension to the `WizWalker library `_.
It adds:
WizSprinter (WizWalker extension):
- upgrade_clients
- extended get_new_clients
- extended remove_dead_clients
- extended get_ordered_clients
SprintyClient (Client extension):
- better teleport
- get_base_entities_with_vague_name
- get_base_entities_with_behaviors
- get_health_wisps
- get_mana_wisps
- get_mobs
- find_safe_entities_from
- find_closest_of_entities
- find_closest_by_predicate
- find_closest_by_name
- find_closest_by_vague_name
- find_closest_health_wisp
- find_closest_mana_wisp
- find_closest_mob
- tp_to_closest_of
- tp_to_closest_by_name
- tp_to_closest_by_vague_name
- tp_to_closest_health_wisp
- tp_to_closest_mana_wisp
- tp_to_closest_mob
- calc_health_ratio
- calc_mana_ratio
- has_potion
- use_potion
- needs_potion
- use_potion_if_needed
SprintyCombat (Implementation of a CombatHandler):
- CombatConfigProvider to parse a config file
- Full CombatHandler with some logic