Releases: paladine/telearena_script
Releases · paladine/telearena_script
v1.3
Adds some more features to movement files.
You can now prefix movements with an integer, specifying how many times to execute that action.
Instead of having something like this:
e
e
e
e
s
s
w
w
w
w
You can shorten it to simply
4e
2s
4w
I've also added support for !include
ing movement files. For example:
4e
2s
4w
!include other_movement_file.move
2s
!include yet_another_movement_file.move
These included files can include other files as well.
I've also fixed a bug where red text interferes with determining the names of monsters (such as a player/monster casting an area spell). This caused a crash and killed the script. This has now been fixed.
v1.2
Adds three new configuration options (plus bug fixes):
-
bool heal_during_battle
- whether you heal during battle. Typically true for a high priest, but likely false for a druid, who wants to kill
their enemies quickly and then slowly heal with fadi after the threat is gone.
- whether you heal during battle. Typically true for a high priest, but likely false for a druid, who wants to kill
-
bool heal_group
- whether to heal not only yourself, but also your group members with your single heal spells. If you have a
group heal spell, set group_heal_spell instead of setting this value to true
- whether to heal not only yourself, but also your group members with your single heal spells. If you have a
-
repeated string players_to_attack
- List of players to attack at script startup
v1.1 Release
Removes the share_money option and has a minor multithreading fix.
Initial release
v1.0 Update README.md