summaryrefslogtreecommitdiff
path: root/example/serverdata/scripts/special_actions.lua
AgeCommit message (Collapse)AuthorFilesLines
2010-07-09Added LUA script bindings for manipulating the specials available to a ↵Philipp Sehmisch1-0/+39
character. Added script call for getting the cost of a special (recharge only for now) Deleting specials works server-sided but the client isn't informed about it properly. Specials without recharge cost don't appear for the player. Both of these features require an additional netcode message. Reviewed-by: Freeyorp