Upon request, here's a pretty comprehensive gold tracker for hunting.
Quite simple, it picks up and splits gold. It has quite a few other features, though, such as:
Only picks up gold when you or party members kill something.
Party members can be added/removed/paused on the fly.
Party members can ask over PT or tells for a gold report.
You can designate an org, and what percent of the gold will go to that org.
You can add/remove gold on the fly, For example, remove gold you picked up that a party member dropped on death, Or add gold that a party member gave you because they were picking up gold too.
Beautiful output, simple commands.
File:
http://s000.tinyupload.com/index.php?file_id=60409672839780611095Instructions:
Install like a normal package.
Go to the script goldtracker in the folder GoldTracker 1.0. Modify the very top local variables to suit.
'me' should be your name.
'commandseparator' should be the ingame command separator if you use one, or the mudlet one (a semicolon by default) if you don't.
The script will automatically use "pack" as your container, but you can set a custom one here.
Prompt function is to accommodate custom prompts. For example, if you use SVO, you could make it read:
local promptfunction = function ()
svo.showprompt ()
cecho ("\n")
end -- func
Commands:
GOLD HELP (in lowercase) will show you the commands and syntax.
Give a shout here if you have any questions!
Current scripts: GoldTracker 1.2, mData 1.1
Site: https://github.com/trevize-achaea/scripts/releasesThread: http://forums.achaea.com/discussion/4064/trevizes-scriptsLatest update: 9/26/2015 better character name handling in GoldTracker, separation of script and settings, addition of gold report and gold distribute aliases.
Comments
Site: https://github.com/trevize-achaea/scripts/releases
Thread: http://forums.achaea.com/discussion/4064/trevizes-scripts
Latest update: 9/26/2015 better character name handling in GoldTracker, separation of script and settings, addition of gold report and gold distribute aliases.
Updated:
http://s000.tinyupload.com/index.php?file_id=12732856131149972856
Site: https://github.com/trevize-achaea/scripts/releases
Thread: http://forums.achaea.com/discussion/4064/trevizes-scripts
Latest update: 9/26/2015 better character name handling in GoldTracker, separation of script and settings, addition of gold report and gold distribute aliases.
To cut down on spam (by getting rid of prompts) I set an alias in-game to open pack/get gold/put gold in pack/close pack (called gg). Then in the trigger GoldTracker Prompt, I have:
if goldtracker.enabled and goldtracker.pickup then
send ("queue prepend eqbal gg")
end -- if
Intead of the if statement currently there.
edit: If you want to put it all in that script, though, put extra queue prepend eqbal lines - just in reverse order, as each one precedes the next.
Site: https://github.com/trevize-achaea/scripts/releases
Thread: http://forums.achaea.com/discussion/4064/trevizes-scripts
Latest update: 9/26/2015 better character name handling in GoldTracker, separation of script and settings, addition of gold report and gold distribute aliases.
Update just shows the command in 'gold help.' It'll work regardless:
http://s000.tinyupload.com/index.php?file_id=16078421397746667658
Site: https://github.com/trevize-achaea/scripts/releases
Thread: http://forums.achaea.com/discussion/4064/trevizes-scripts
Latest update: 9/26/2015 better character name handling in GoldTracker, separation of script and settings, addition of gold report and gold distribute aliases.
http://s000.tinyupload.com/index.php?file_id=57311536392889474580
Site: https://github.com/trevize-achaea/scripts/releases
Thread: http://forums.achaea.com/discussion/4064/trevizes-scripts
Latest update: 9/26/2015 better character name handling in GoldTracker, separation of script and settings, addition of gold report and gold distribute aliases.
Going to try github.
https://github.com/trevize-achaea/scripts/releases
Site: https://github.com/trevize-achaea/scripts/releases
Thread: http://forums.achaea.com/discussion/4064/trevizes-scripts
Latest update: 9/26/2015 better character name handling in GoldTracker, separation of script and settings, addition of gold report and gold distribute aliases.