-
Notifications
You must be signed in to change notification settings - Fork 15
aardutils
Eric Davis edited this page Apr 2, 2018
·
1 revision
- Author: Bast
- a plugin for aardwolf related functions
- See the Installation Page
functions in this module
removetag - usage:removetag(stylerun)
remove the tag in a style run
printstyles - usage:printstyles(stylerun)
use colourtell to print a style run
findkeyword - usage: findkeyword(item)
return the first keyword of the item that is not an article
getactuallevel - usage: getactuallevel(level, remorts, tier)
- find the actual level based on remorts, tier, and current level
convertlevel - usage: convertlevel(level)
- opposite of getactuallevel, return a table with keys tier, remort, level
classabb table
- a table of class abbreviations, key is the abbreviation, value is
the long name for the class
objecttypes/objecttypesrev table
- table of object types
wearlocs/wearlocsreverse tables
- table of wear locations
optionallocs tables
- table of wear locations that are optional when showing eq
spelltarget table
- table of spell targets
statestrings table
- table of statestrings
Intro
Installation
Troubleshooting
Tips For VI Users
FAQ
Creating Plugins Based On Bastmush
Bastmush Plugins
- Aardwolf_Regen<\li>
- bast_spellup<\li>
- combattracker<\li>
- bast_hunt<\li>
- eqDB<\li>
- eqSets<\li>
- miniwin_cp<\li>
- miniwin_double<\li>
- miniwin_eq<\li>
- miniwin_events<\li>
- miniwin_example<\li>
- miniwin_gq<\li>
- miniwin_help<\li>
- miniwin_map<\li>
- miniwin_moons<\li>
- miniwin_noexp<\li>
- miniwin_quest<\li>
- miniwin_spellup<\li>
- miniwin_stats<\li>
- miniwin_tabbar<\li>
- notes<\li>
- planesmobs<\li>
- pluginlist<\li>
- setupchar<\li>
- StatDB<\li>
- StatMonitor<\li>
Internal bastmush Plugins (do not load these unless needed)
- areaDB<\li>
- broadcast_cp<\li>
- broadcast_double<\li>
- broadcast_gq<\li>
- broadcast_idle<\li>
- broadcast_invmon<\li>
- broadcast_kills<\li>
- broadcast_level<\li>
- broadcast_noexp<\li>
- broadcast_quest<\li>
- broadcast_runto<\li>
- broadcast_spellsskills<\li>
- broadcast_state<\li>
- broadcast_whois<\li>
- fix<\li>
- update_checker<\li>
Support files for bastmush
- objectlua<\li>
- aardutils<\li>
- aarddb<\li>
- chardb<\li>
- eqdb<\li>
- ldplugin<\li>
- miniwin<\li>
- mastertab<\li>
- pluginhelper<\li>
- phelpobject<\li>
- stringfuncs<\li>
- sqlitedb<\li>
- verify<\li>
- tablefuncs<\li>