Commit 5278d2f
2016-10-08 11:12:41
basics.md
@@ -0,0 +1,61 @@
+# Basics
+
+# `scripts.trust`
+
+## `scripts` and `gui`
+
+* `scripts.sys` list the system installed scripts
+* `scripts.get_level { name: "<script_name>" }` TODO: use
+* `scripts.trust` list trusted scripts
+
+## `accts`
+
+* `accts.balance` display balance
+* `accts.tranactions { [to:"<username>",] [from:"<username>",] [script:"<scriptname>"] }` show transactions, filter by optional args
+* `accts.xfer_gc_to { to:"<username>", amount:<number or "GC string">, [memo:"optional memo"] }`
+
+## `chats`
+
+* `chats.channels` display current channels
+* `chats.join { channel: "<channel_name>" }`
+* `chats.send { channel: "<channel_name>", msg: "<message>" }`
+* `chats.tell { to: "<username>", msg: "<message>" }` direct messaging
+* `chats.users { channel: "<channel_name>" }` user list
+* `chats.leave { channel: "<channel_name>" }`
+
+## `market`
+
+* `market.browse { i: "<token>" }`
+* `market.buy`
+
+## `sys`
+
+* `sys.access_log`
+* `sys.init { tier: <digit>, confirm: <bool> }`
+* `sys.loc` location?
+* `sys.specs`
+* `sys.status`
+* `sys.upgrades`
+
+## `scripts.sys`
+
+* `sys.expose_access_log { target: "<user/system> }` cost: 50KGC per run
+* `sys.expose_balance { target: "<user/system>" }` cost: 50KGC per run
+* `sys.expose_transactions { target : "<user/system>" }` cost 50KGC per run
+* `sys.write_log { target: "<user/system>", msg: "<message>" }` cost 500KGC per run
+* `sys.xfer_gc_from { target: "<user/system>", amount: <number or "GC string"> }` cost 1M500KGC per run
+
+## Other Misc
+
+* `trust.sentience` prove yourself
+* `kernel.hardline`
+* `corps.offers { accept: "<corpname>" }` display or accept current offers
+* `gui.col { bgm:<0-11>, sfx:<0-11> }` set game volume
+
+# Special
+
+* `user <username>` two users are allowed to be active (10 retired)
+* `help`
+* `create_user`
+* `clear`
+* `shutdown`
ideas.md
@@ -0,0 +1,5 @@
+
+
+## DOS's?
+
+send 1 GC at a time to a user, make thier windows scroll
log.md
@@ -0,0 +1,62 @@
+# MUD - pre-init
+
+2016-10-07-20:03
+
+## finding T1 NPC's
+
+* `scripts.fullsec` display fullsec scripts, some of these are NPC corps? idk how to tell
+* `omglol.t1_finer { gobldy gook }`
+* hit up a bunch of T1's: |||XX|
+* `santa.list {action:"swap"} - 5k transfer via escrow ( pretty cool ) - now im on the NICE list!
+* `santa.hohoho` display # of days 'til christmas
+* `weyland.info` - all my GC is gone... hahahaha
+
+## info pages
+
+0. find project names
+0. find passord
+0. get list [p, pass, password]
+
+## getting to sys.init
+
+ npc t1: XXXXX0XXX00XX000
+ dtr.grep { c:#s.<script> a: {args:}, f:"search", i:<bool> }
+ sys.init(1) woo
+ tip from weyland: `ada.allsec { npc:true, level:4 }` 4=fullsec
+ `dtr.haunty_hall`
+
+# vLAN
+
+2016-10-06, 2016-10-07
+
+## laundry
+
+* `lol_r_yam.laundery_list` gets list of laundry nodes
+* `laundry_node.script { to: "<username>", amount: <number or "GC string"> }
+
+## hardline
+
+stealing back gc from `yrollam.extern_f1elo3`
+
+* `kernel.hardline`
+* `yrollam.extern_f1elo3 { EZ_35: "release", digit:0 }`
+* `sys.expose_balance { target: "yrollam.extern_f1elo3" }`
+* `sys.xfer_gc_from { target: "yrollam.extern_f1elo3", amount: "1T500B5M413K976GC" }`
+
+hmm.. petra sent yrollam 5MGC _before_ the GC was taken from che
+
+## che eliminated
+
+che is gone, bo = malory, alice is ?
+can I join both groups? no[t with the same user]
+
+## firewall w/ angie & mallory
+
+`kernel.hardline`
+`firewall.pubinfo_2wh6wp { FIREWALL: "pass" }` got hash
+
+Bunch of relatively simple tasks in order to get to the end. Got a firewass kvp.
+Had to use the other user to join the other group and do it again.
+Got both kvp's, firewall is open. Have to give up everything to pass through.
+
+`sys.migrate{ confirm: true }` hell yes
tier1.md
@@ -0,0 +1,57 @@
+
+## Locks
+
+### c001
+
+ params: `{ c001: "<color>", color_digit: <digit> }`
+
+ | c001 | n |
+ | ------ | - |
+ | red | 3 |
+ | orange | 6 |
+ | yellow | 6 |
+ | green | 3 |
+ | blue | 4 |
+ | purple | 6 |
+ | cyan | 4 |
+ | lime | 4 |
+ | violet | ? |
+ | indigo | ? |
+
+### c002
+
+ params: `{ c002: "<color>", c002_complement: "<color>" }`
+
+ | c002 | complement |
+ | ------ | ---------- |
+ | red | green |
+ | yellow | blue |
+ | purple | lime |
+
+### c003
+
+ params: `{ c002: "<color>", c002_triad_1: "<color>", c003_triad_2: "<color>" }`
+
+ | green | orange | ? |
+ | lime | red | blue |
+
+### EX_21:
+
+ `params: `{ EZ_21: "[open, unlock, release]" }`
+
+### EX_35:
+
+ `params: `{ EZ_21: "[open, unlock, release]", digit:<digit> }`
+
+### EZ_40
+
+ params: `{ EZ_40: "[open, unlock, release]", ez_prime: <digit> }`
+ primes:
+ ```
+ 1, 2, 3, 5, 7,
+ 11, 13, 17, 19,
+ 23, 29, 31, 37,
+ 41, 43, 47, 53,
+ 59, 61, 67, 71,
+ 73, 79, 83, 89,
+ 97 ...