Vaevictusnet / Talescripts

A distribution of macros from A Tale In The Desert
http://www.atitd.org/wiki/tale6/TaleScripts
4 stars 11 forks source link

Added a carpentry blade macro and a common util changes/additions #71

Closed cpeds closed 12 years ago

cpeds commented 12 years ago

CarpBlades.lua automatically makes carpentry blades from iron on an anvil.

promptOkay() in common_ui.inc had a missing initialization of the variable color.

Added parseColor() to screen_reader_common.inc. parseColor() converts a color code to an rgb array.

Added fatalError() to ui_utils.inc. fatalError() just provides a common way to play a sound on error.

Added clickXY() to common_click.inc. clickXY() converts x, y coords to a point and calls clickPoint().