blob: b4be251662d8617367bdb9a2e5838f06c2277140 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Bonanza
- Judge your Bonanza Marbles. activate with when you recive system message (/smes) with winning numbers.
- Purchase Bonanza Marbles with any combination of numbers.
#### Japanese
- モグボナンザの当せんを判定。当せん番号を含むシステムメッセージ (/smes) を受信するとボナンザマーブルを鑑定し、結果を出力します。
- 任意の数字の組み合わせでボナンザマーブルを購入します。
## Commands
- //bonanza judge
- same as in-game /smes.
### Purchase marble (inject packets)
- //bonanza `<number>` `[number]`...
- purchase specified marble(s).
- //bonanza random
- purchase up to 10 marbles with at random.
- //bonanza sequence `<number>`
- purchase up to 10 marbles with consecutive number.
- e.g. `15250` then buying 15250 to 15259.
- //bonanza last `<number>`
- purchase up to 10 random marbles with tail of specified `0-9`.
- e.g. `0` then 2224**0**, 6231**0**, 4586**0**, 9078**0**...
|