Commit b5f6601
notes/basics.md
@@ -8,6 +8,7 @@
* `scripts.get_level { name: "<script_name>" }` return security level
* `scripts.get_access_level { name: "<script_name>" }`
* `scripts.trust` list trusted scripts
+* `scripts.user` list user scripts
## `accts`
@@ -29,7 +30,7 @@
* `market.browse { i: "<token>" }`
* `market.buy`
* `market.sell`
-
+* `market.stats`
## `sys`
@@ -65,11 +66,16 @@
# Macros
+* `/` list macros
* `/hl = kernel.hardline`
* `/dc = kernel.hardline{dc:true}`
* `/sd = shutdown`
* `/bank = accts.xfer_gc_to{ to:"alt1", amount:"500KGC" }`
+* `/bal = accts.balance`
+* `/ss = sys.specs`
+* `/npc = ada.allsec{ npc:true, level:4}`
# Scriptig
* `#help`
+* `#up <name> {private:bool}` default is [WHAT]
notes/log.md
@@ -1,5 +1,19 @@
# MUD
+## 2016-10-10
+
+eater runs:
+* 25, 1.5M
+* 23, 1M
+* 24-7fail, 1M
+* 23-4fail, 1.5M
+* 26-6fail, 1.5M
+* 25-5f, 1M
+* 19, 1M
+* 21, 1M
+
+plan: buy an acct_nt tonight
+
## 2016-10-09
* eater.js works great - XXXXX0XX
notes/tier1.md
@@ -3,10 +3,14 @@
command types:
- | cmd | list | p |
- | nav | personnel |
- | open | list | pass |
- | get | dir | p
+ | cmd | list | p |
+ | nav | personnel | ? |
+ | open | list | pass |
+ | get | dir | p |
+ | action | dir | password |
+ | get | dir | pass |
+ | command | dir | p
+ | cmd | employees | p |
un-coloring lists of loc via vim:
@@ -15,7 +19,6 @@ un-coloring lists of loc via vim:
`:g/[^\x00-\x7F]/d` remove all non-ascii
`:sort u`
-
## Locks
### c001