Skip to content

Commit ef4f1a3

Browse files
author
siriusdemon
committed
update Flame intro
1 parent af0caa0 commit ef4f1a3

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

README.md

+37-3
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,28 @@ However, I am not certain whether Nexon will classify this as a prohibited progr
1010

1111

1212

13-
### Building
13+
## Building
1414

1515
+ Visual Studio 2022 toolchains
1616
+ Opencv
1717

1818

19-
### Usage
20-
Make sure your maplestory resolution is `1366x768`, or it may not work as expected.
19+
## Usage
20+
You should use it at an admin shell and make sure your maplestory resolution is `1366x768`, or it may not work as expected.
2121

2222
```bash
23+
# for potentials
2324
coffeestory.exe [red/blue] [times] [target]
2425
# e.g. for a 3 Att weapon
2526
coffeestory.exe blue 1000 att3
27+
28+
# for rebirth flame
29+
coffeestory.exe flame [times] [target]
2630
```
2731

2832
[Demo on Youtube](https://youtu.be/9WOzAgzxhNk)
2933

34+
## Predefined Potential Targets
3035

3136
There are predefined targets for convenience. You can modify the coffeestory.h to add your own one.
3237

@@ -125,3 +130,32 @@ There are predefined targets for convenience. You can modify the coffeestory.h t
125130
| allmd3 | 3 lines of meso/drop/all or 2 lines of meso/drop|
126131
| lukmd3 | 3 lines of meso/drop/luk/all or 2 lines of meso/drop|
127132
| hpmd3 | 3 lines of meso/drop/all or 2 lines of meso/drop|
133+
134+
## Predefined Flame Targets
135+
136+
|target name | meaning |
137+
|-------------|-----------------------------------------------------|
138+
| allatt | 2 line of att/all |
139+
| hpatt | 2 lines of att/hp |
140+
| lukatt | 2 lines of att/luk/all |
141+
| stratt | 2 lines of att/str/all |
142+
| intatt | 2 lines of att/int/all |
143+
| dexatt | 2 lines of att/dex/all |
144+
| lukatt3 | 3 lines of att/luk/all |
145+
| stratt3 | 3 lines of att/str/all |
146+
| intatt3 | 3 lines of att/int/all |
147+
| dexatt3 | 3 lines of att/dex/all |
148+
| dexarm3 | 3 lines of att/dex/all/boss/dmg |
149+
| intarm3 | 3 lines of att/int/all/boss/dmg |
150+
| strarm3 | 3 lines of att/str/all/boss/dmg |
151+
| lukarm3 | 3 lines of att/luk/all/boss/dmg |
152+
| hparm3 | 3 lines of att/hp/boss/dmg |
153+
| allarm3 | 3 lines of att/all/boss/dmg |
154+
| arm2 | 3 lines of att/boss/dmg |
155+
| arm3 | 3 lines of att/boss/dmg |
156+
157+
158+
159+
160+
161+

0 commit comments

Comments
 (0)