@@ -10,23 +10,28 @@ However, I am not certain whether Nexon will classify this as a prohibited progr
10
10
11
11
12
12
13
- ### Building
13
+ ## Building
14
14
15
15
+ Visual Studio 2022 toolchains
16
16
+ Opencv
17
17
18
18
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.
21
21
22
22
``` bash
23
+ # for potentials
23
24
coffeestory.exe [red/blue] [times] [target]
24
25
# e.g. for a 3 Att weapon
25
26
coffeestory.exe blue 1000 att3
27
+
28
+ # for rebirth flame
29
+ coffeestory.exe flame [times] [target]
26
30
```
27
31
28
32
[ Demo on Youtube] ( https://youtu.be/9WOzAgzxhNk )
29
33
34
+ ## Predefined Potential Targets
30
35
31
36
There are predefined targets for convenience. You can modify the coffeestory.h to add your own one.
32
37
@@ -125,3 +130,32 @@ There are predefined targets for convenience. You can modify the coffeestory.h t
125
130
| allmd3 | 3 lines of meso/drop/all or 2 lines of meso/drop|
126
131
| lukmd3 | 3 lines of meso/drop/luk/all or 2 lines of meso/drop|
127
132
| 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