Cabal Update : Skill Animation Ep16/Anicode
Re: Cabal Update : Skill Animation Ep16/Anicode
@GODSKIN
hi, by searching i learnt how to get the anicode for WA, BL, FS, FB already but how did you get the anicode values for WI and FA using skill ID 173, 174? just wondering, thank you.
http://image.prntscr.com/image/4dd3e...5619575256.png
Re: Cabal Update : Skill Animation Ep16/Anicode
Quote:
Originally Posted by
CrySys
use can see OLD skill Trance And lean Anicode Magic Type +1 / Sword Type +3
Re: Cabal Update : Skill Animation Ep16/Anicode
Quote:
Originally Posted by
GODSKIN
use can see OLD skill Trance And lean Anicode Magic Type +1 / Sword Type +3
for sword type this is what i know (not sure if 100% correct):
anicode = skillTypeAddend + skillID * 3; where skillTypeAddend = 1000 (for sword)
example from your post:
anicode for WA skillID 80 = 1000 + 80 * 3 = 1240
can you give example for WI, FA? maybe like this?
anicode for WI skillID 173 = ? + 173 * ? = 233
Re: Cabal Update : Skill Animation Ep16/Anicode
Quote:
Originally Posted by
CrySys
for sword type this is what i know (not sure if 100% correct):
anicode = skillTypeAddend + skillID * 3; where skillTypeAddend = 1000 (for sword)
example from your post:
anicode for WA skillID 80 = 1000 + 80 * 3 = 1240
can you give example for WI, FA? maybe like this?
anicode for WI skillID 173 = ? + 173 * ? = 233
x1.............
Re: Cabal Update : Skill Animation Ep16/Anicode
Quote:
Originally Posted by
CrySys
for sword type this is what i know (not sure if 100% correct):
anicode = skillTypeAddend + skillID * 3; where skillTypeAddend = 1000 (for sword)
example from your post:
anicode for WA skillID 80 = 1000 + 80 * 3 = 1240
can you give example for WI, FA? maybe like this?
anicode for WI skillID 173 = ? + 173 * ? = 233
60 + 173 * 1 ?
Re: Cabal Update : Skill Animation Ep16/Anicode
hey punk, was hoping that's it but i just compared with the other skill-main data and it seems there is no fix pattern at all, i dunno:
Code:
SkillID Anicode
68 224
71 225
140 219
154 200
167 226
168 227
169 229
170 230
180 236
181 234
186 237
188 235
193 242
194 243
206 203
207 205
217 203
218 203
222 203
224 214
227 208
228 210
235 210
247 212
261 218
Re: Cabal Update : Skill Animation Ep16/Anicode
which anicode skill of GL?
Re: Cabal Update : Skill Animation Ep16/Anicode
Doubt godksin made for GL coz its not needed for our files. You can DL from korean client and find it on ur own its easy to calculate it.
Re: Cabal Update : Skill Animation Ep16/Anicode
can I have example for this? but for GL
example from your post:
anicode for WA skillID 80 = 1000 + 80 * 3 = 1240
can you give example for WI, FA? maybe like this?
anicode for WI skillID 173 = ? + 173 * ? = 233
Re: Cabal Update : Skill Animation Ep16/Anicode
Quote:
Originally Posted by
luis R
can I have example for this? but for GL
example from your post:
anicode for WA skillID 80 = 1000 + 80 * 3 = 1240
can you give example for WI, FA? maybe like this?
anicode for WI skillID 173 = ? + 173 * ? = 233
Maybe im wrong but i dont think that Magic skills got calculation patter. Anicode depends from animation name for example.
| Animation Name |
Anicode |
| SKIL__SP52 |
240 |
| SKIL__SP53 |
241 |
| SKIL__SP54 |
242 |
| SKIL__SP55 |
243 |
| SKIL__SP56 |
244 |
| SKIL__SP57 |
245 |
| SKIL__SP58 |
246 |
| SKIL__SP59 |
247 |
| SKIL__SP60 |
248 |