-
Notifications
You must be signed in to change notification settings - Fork 15
FAQ
Eric Davis edited this page Mar 31, 2018
·
1 revision
Let's assume the events miniwindow
. type plugins miniwin
and find the plugin associated with that miniwindow
miniwin_double 1817 mdbl false true 1172
miniwin_events 1817 mev false true 1278
miniwin_help 1817 mnhelp false true 1033
miniwin_map 1817 mmap false true 2562
miniwin_moonbot 1817 mb false true 949
miniwin_noexp 1817 mnoexp false true 774
miniwin_spellup 1817 mspell false true 8488
miniwin_stats 1817 mstat false true 2027
miniwin_tabwin 1817 mtab false true 1309
miniwin_vote 1817 mvote false true 1304
the command for that plugin would be mev
run mev objects
miniwin_events v1817 phelp Objects associated with this plugin
-----------------------------------------------
events
miniwin_events_help
the window would be events
- all miniwindows have the following commands:
- front - bring the miniwindow to the front
- back - send the miniwindow to the back
- show - show the miniwindow
- hide - hide the miniwindow
- toggle - toggle the miniwindow (hide if shown, show if hidden)
- reset - reset the miniwindow
- type
mev events show
andmev events front
to see the window - If this doesn't work, then type
mev events reset
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>