Simple Sprint
This module uses the Sprint skill on-demand, only when your character is moving.
Version History
I also included some cool helper functions if any mod devs want to borrow them.
This module uses the Sprint skill on-demand, only when your character is moving.
Version History
- 1.0
- Uses Sprint on-demand. (no hacks)
I also included some cool helper functions if any mod devs want to borrow them.
- BuffCheck(targetID, buffName, ownerID)
Checks the player or a target for a buff with a given string name. The owner ID is optional.
- Cast(spell,tid)
Uses a skill and does all the cooldown, iscasting, etc. checks for you. Target ID (tid) is optional.