Missions help command, db file cleanup
This commit is contained in:
parent
0ff0378495
commit
9e1bd1d165
@ -550,8 +550,6 @@
|
|||||||
#class {dbsync} {open};
|
#class {dbsync} {open};
|
||||||
#var {bookmark_sync} {$db_bookmark_list};
|
#var {bookmark_sync} {$db_bookmark_list};
|
||||||
#class {dbsync} {close};
|
#class {dbsync} {close};
|
||||||
|
|
||||||
#system {touch $dbbookmark_file};
|
|
||||||
#class {dbsync} {write} {$dbbookmark_file};
|
#class {dbsync} {write} {$dbbookmark_file};
|
||||||
};
|
};
|
||||||
#nop *** END BOOKMARK SYSTEM IMPLEMENTATION ***;
|
#nop *** END BOOKMARK SYSTEM IMPLEMENTATION ***;
|
||||||
|
|||||||
@ -10,6 +10,26 @@
|
|||||||
#VARIABLE {missiontimers_file} {logs/features/missiontimers_sync.tin};
|
#VARIABLE {missiontimers_file} {logs/features/missiontimers_sync.tin};
|
||||||
|
|
||||||
|
|
||||||
|
#ALIAS {^missions help$} {
|
||||||
|
#showme {<acf>[<fff>missions<acf>] Mission timers help:<099>};
|
||||||
|
#showme {Mission timers track the cooldown period for various missions across multiple characters.};
|
||||||
|
#showme {};
|
||||||
|
#showme {<acf>Supported mission cooldowns:<099>};
|
||||||
|
#showme { <ffa>*<099> AM Job Market (Mr Werks)<099>};
|
||||||
|
#showme { <ffa>*<099> Dead Letter Office (Frank)<099>};
|
||||||
|
#showme { <ffa>*<099> Sam Slager Sausage Jobs<099>};
|
||||||
|
#showme { <ffa>*<099> Sailing Cooldown (Chidder)<099>};
|
||||||
|
#showme {};
|
||||||
|
#showme {<acf>Available commands:<099>};
|
||||||
|
#showme { <ffa>*<099> "<afe>missions<099>" - show active cooldowns (all characters)<099>};
|
||||||
|
#showme { <ffa>*<099> "<afe>missions help<099>" - show this helpfile<099>};
|
||||||
|
#showme { <ffa>*<099> "<afe>mtsave<099>" - save active cooldowns to file<099>};
|
||||||
|
#showme { <ffa>*<099> "<afe>mtload<099>" - load active cooldowns from file<099>};
|
||||||
|
#showme {};
|
||||||
|
#showme {When a timer runs out, a message will print to inform which character and mission are ready to do again.};
|
||||||
|
#showme {};
|
||||||
|
};
|
||||||
|
|
||||||
#NOP ==[ Missions command reports on each modules active/retry lists ]==;
|
#NOP ==[ Missions command reports on each modules active/retry lists ]==;
|
||||||
#ALIAS {missions} {
|
#ALIAS {missions} {
|
||||||
#if {&missions == 0} {
|
#if {&missions == 0} {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user