#NOP == Prompt Update Function == #nop colors #function {tpa_col} { #if {"%0" == "invisible"} #return <178>; #if {"%0" == "dull red"} #return <018>; #if {"%0" == "bright red"} #return <118>; #if {"%0" == "wobbling orange"} #return <188>; #if {"%0" == "flickering yellow"} #return <138>; #return; } #ALIAS {update_prompt} { #nop XP monitor details; xp_monitor; #format {prompt_xp} {%Gxp in %s (%Gk/h)} {$session_xp} {$uptime[display]} {$xprate}; #nop TPA monitor details; #var {prompt_tpa} {}; #if {$tpa_status == 1} { #format {prompt_tpa} {%cTPA%c} {@tpa_col{$tpa_color}} {<098>}; }; #nop Quota monitor details; #var {prompt_quota} {}; #if {"a} { #format {prompt_quota} {Quota: %s} {@quota_time_left{}}; }; #format {prompt_line} {%+5s %+40s %+15s} {$prompt_tpa} {$prompt_xp} {$prompt_quota}; #showme {$prompt_line} {-1}; }