Skip to content

v1.4.118

Compare
Choose a tag to compare
@foglio1024 foglio1024 released this 01 Apr 10:17
· 418 commits to master since this release
44d07fd
  • Refactoring of Toolbox module
  • Fixed mobs not being tracked by NPC window
  • Added command to fire TCC notification from Toolbox modules
    • syntax: tcc notify double-quoted-title double-quoted-body type durationInMs
    • example: mod.command.exec('tcc notify "Never gonna give you up" "Never gonna let you down" 1 3000)
    • the type argument is used to set the notification level (color):
      • 0: none (gray)
      • 1: info (light blue)
      • 2: success (green)
      • 3: warning (yellow)
      • 4: error (red)
  • Other fixes (and potentially new bugs)