S stannius Member Aug 19, 2011 #1 It would be a nice feature if "use evilometer" from the CLI, printed out the current status of the cyrpt.
It would be a nice feature if "use evilometer" from the CLI, printed out the current status of the cyrpt.
lostcalpolydude Developer Staff member Aug 19, 2011 #2 There's this alias. If you have the prefref alias that's been posted around here, then "prefref cyrpt" will do. KoL's quest tracker includes it. I don't know that it's really worth adding.
There's this alias. If you have the prefref alias that's been posted around here, then "prefref cyrpt" will do. KoL's quest tracker includes it. I don't know that it's really worth adding.
S stannius Member Aug 20, 2011 #3 I agree that it's minor. Just a "nice to have" suggestion; I won't be offended if it get's closed "Won't Fix".
I agree that it's minor. Just a "nice to have" suggestion; I won't be offended if it get's closed "Won't Fix".
Bale Minion Aug 20, 2011 #4 Here's how to add the command with nicer formatting than prefref will provide. alias cevil => ashq foreach l in $strings[Total,Alcove,Cranny,Niche,Nook] print_html("<b>"+l+"</b> - "+get_property("cyrpt"+l+"Evilness")) Click to expand...
Here's how to add the command with nicer formatting than prefref will provide. alias cevil => ashq foreach l in $strings[Total,Alcove,Cranny,Niche,Nook] print_html("<b>"+l+"</b> - "+get_property("cyrpt"+l+"Evilness")) Click to expand...