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!

BUG HP CABAL 9 CLASSES

Newbie Spellweaver
Joined
Jul 19, 2012
Messages
20
Reaction score
0
Guys, can anyone tell me how to correct the GM buff of the 9 classes that are buggy on the characters' hp.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 19, 2012
Messages
20
Reaction score
0
here it is from cabal.enc
<skill_main id="462" name="skill0462" type="2" multi="0" group="24" dur="0,3600000" bfx_dur="0" value_ref="2" bfx_ref="0" intensity="0" element="0" desc="skill_desc0462" icon_id="J_icn_skill460" >
<attribute target="6" max_target="30" reach="0" mreach="-1" range="8" range_type="-1" >
<code grip_calc="0" anicode="258" fxcode_on="909" fxcode_keep="-1" />
<frame term="90" blendlimit="0" hit_frame="0" firing_frame="0" ani_f="90" local_f="0" />
<effect visual_type="-1" movemethod="-1" />
<condition twohand="1" dual="1" onehand="1" bracer="1" exclusive="0" usecase="24575" />
.
now from skill.scp
[SkillOrder] SkillIdx Rank RankPoint SkillLv MaxSkillLv ExcSkillIdx ReqSkillIdx ReqSkillLv PriceTrain PriceUnTrain TrainType StyleMastery

462 57 10 56 16 18 <null> <null> 0 1 1 10 16

I can't tell the difference
 
Upvote 0
Junior Spellweaver
Joined
Jul 30, 2020
Messages
163
Reaction score
33
you're looking at the wrong row
here it is from cabal.enc
<skill_main id="462" name="skill0462" type="2" multi="0" group="24" dur="0,3600000" bfx_dur="0" value_ref="2" bfx_ref="0" intensity="0" element="0" desc="skill_desc0462" icon_id="J_icn_skill460" >
<attribute target="6" max_target="30" reach="0" mreach="-1" range="8" range_type="-1" >
<code grip_calc="0" anicode="258" fxcode_on="909" fxcode_keep="-1" />
<frame term="90" blendlimit="0" hit_frame="0" firing_frame="0" ani_f="90" local_f="0" />
<effect visual_type="-1" movemethod="-1" />
<condition twohand="1" dual="1" onehand="1" bracer="1" exclusive="0" usecase="24575" />
.
now from skill.scp
[SkillOrder] SkillIdx Rank RankPoint SkillLv MaxSkillLv ExcSkillIdx ReqSkillIdx ReqSkillLv PriceTrain PriceUnTrain TrainType StyleMastery

462 57 10 56 16 18 <null> <null> 0 1 1 10 16

I can't tell the difference
 
Upvote 0
Back
Top