Skip to content

Releases: paladine/telearena_script

v1.3

06 Apr 14:45
Compare
Choose a tag to compare

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 !includeing 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

29 Mar 16:07
03386a1
Compare
Choose a tag to compare

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.
  • 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
  • repeated string players_to_attack

    • List of players to attack at script startup

v1.1 Release

25 Mar 15:12
Compare
Choose a tag to compare

Removes the share_money option and has a minor multithreading fix.

Initial release

25 Mar 14:52
47a9296
Compare
Choose a tag to compare
v1.0

Update README.md