lua:scripting:examples:trackshopgold
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lua:scripting:examples:trackshopgold [2016/11/14 02:21] – vodur | lua:scripting:examples:trackshopgold [2016/11/14 02:34] (current) – vodur | ||
---|---|---|---|
Line 1: | Line 1: | ||
luai to the mob you want to track then execute the script. | luai to the mob you want to track then execute the script. | ||
- | < | + | <code lua> |
- | geshi:lua | + | |
do | do | ||
local start = os.time() | local start = os.time() | ||
Line 23: | Line 21: | ||
To terminate, do cancel() from the mob's luai. | To terminate, do cancel() from the mob's luai. | ||
+ | |||
+ | Before changeset 17f894157c3d | ||
+ | |||
+ | < | ||
+ | Mad Mulligan says 'Gold: 46, Silver: 5814, Duration: 120' | ||
+ | Appr 50 gold per min, 500 gold in 10 mins. | ||
+ | </ | ||
+ | |||
+ | After changeset 17f894157c3d | ||
+ | |||
+ | < | ||
+ | Mad Mulligan says 'Gold: 460, Silver: 42965, Duration: 119' | ||
+ | Appr 450 gold per min, 4500 gold in 10 mins. | ||
+ | </ | ||
lua/scripting/examples/trackshopgold.1479090084.txt.gz · Last modified: 2016/11/14 02:21 by vodur