Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Cabal Update : Skill Animation Ep16/Anicode

Banned
Banned
Joined
Aug 2, 2011
Messages
1,427
Reaction score
979
IFoU8zf - Cabal Update : Skill Animation Ep16/Anicode - RaGEZONE Forums


FIX SKILL ANIMATION BY GODSKIN.7z
Code:
pw : @#@$*^)#$&@_%$*^_$#&@@_%$%*$&^_%$%)$


## Skill ID + Anicode ##
n72mMHE - Cabal Update : Skill Animation Ep16/Anicode - RaGEZONE Forums

IFoU8zf - Cabal Update : Skill Animation Ep16/Anicode - RaGEZONE Forums


FIX SKILL ANIMATION BY GODSKIN.7z
Code:
[/COLOR]
[COLOR=#BB0000]pw : @#@$*^)#$&@_%$*^_$#&@@_%$%*$&^_%$%)$[/COLOR]
[COLOR=#BB0000]


## Skill ID + Anicode ##
n72mMHE - Cabal Update : Skill Animation Ep16/Anicode - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Newbie Spellweaver
Joined
Dec 31, 2015
Messages
60
Reaction score
19
@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.

GODSKIN - Cabal Update : Skill Animation Ep16/Anicode - RaGEZONE Forums
 
Upvote 0
Banned
Banned
Joined
Aug 2, 2011
Messages
1,427
Reaction score
979
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.

GODSKIN - Cabal Update : Skill Animation Ep16/Anicode - RaGEZONE Forums

use can see OLD skill Trance And lean Anicode Magic Type +1 / Sword Type +3
 
Upvote 0
Newbie Spellweaver
Joined
Dec 31, 2015
Messages
60
Reaction score
19
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
 
Upvote 0
Banned
Banned
Joined
Aug 2, 2011
Messages
1,427
Reaction score
979
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.............
 
Upvote 0
Joined
Feb 26, 2010
Messages
1,388
Reaction score
784
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 ?
 
Upvote 0
Newbie Spellweaver
Joined
Dec 31, 2015
Messages
60
Reaction score
19
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
 
Upvote 0
Skilled Illusionist
Joined
Feb 26, 2013
Messages
346
Reaction score
57
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.
 
Upvote 0
Elite Diviner
Joined
Nov 13, 2015
Messages
463
Reaction score
19
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
 
Upvote 0
Junior Spellweaver
Joined
Jan 24, 2013
Messages
183
Reaction score
80
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 NameAnicode
SKIL__SP52240
SKIL__SP53241
SKIL__SP54242
SKIL__SP55243
SKIL__SP56244
SKIL__SP57245
SKIL__SP58246
SKIL__SP59247
SKIL__SP60248
 
Upvote 0
Back
Top