-
Notifications
You must be signed in to change notification settings - Fork 15
broadcast_level
Eric Davis edited this page Apr 1, 2018
·
1 revision
- Author: Bast
- this is a plugin that broadcasts info about leveling, remorting, and tiering
- see the Installation page
- The default command for this plugin is
blev
- run the command
blevel debug
to enable debugging
[FOR PLUGIN AUTHORS ONLY]
Broadcasts stats when leveling
Example
function OnPluginBroadcast (msg, id, name, text)
if id == "aaa0ab9ed92f8fc614664bd1" and msg == 2 then
local pvar = GetPluginVariable( "aaa0ab9ed92f8fc614664bd1", levelinfo )
-- get the info
loadstring( pvar )()
info = levelinfo
end
end
Broadcasts
1 - level info, get var.levelinfo and loadstring it
levelinfo = {}
levelinfo.starttime = 1340385935
levelinfo.hp = "30"
levelinfo.mv = "31"
levelinfo.luc = 0
levelinfo.blessingtrains = 0
levelinfo.pracs = "10"
levelinfo.level = "126"
levelinfo.str = 1
levelinfo.con = 0
levelinfo.totallevels = 1734
levelinfo.bonustrains = 0
levelinfo.mp = "25"
levelinfo.int = 0
levelinfo.type = "level"
levelinfo.trains = "4"
levelinfo.wis = 1
levelinfo.dex = 0
2 - Created
3 - Heroed
4 - SuperHeroed
5 - Preremort
6 - Remorted to Level 1
7 - Pre-Tiered
8 - Tiered
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>