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!

[HELP] v16 Skills

Newbie Spellweaver
Joined
Jan 31, 2014
Messages
38
Reaction score
0
Hey ePvpers! I need your help!
I'm trying to implent 3rd jobs into my v15 source and this is what the error log say when im running the server:

Code:
2017/10/16   12:08:34   LoadString: propSkill.txt.txt

2017/10/16   12:08:34   LoadString: propSkill.txt.txt

2017/10/16   12:08:34   LoadString: propSkill.txt.txt

2017/10/16   12:08:34   FileName propSkill.txt(225) : SND_PC_SKILLM_PULLING1_01 Not Found. : SND_PC_SKILLM_PULLING1_01    =    """Skill_LordkPulling.dds"""    0    """"""    IDS_PROPSKILL

2017/10/16   12:08:34   FileName propSkill.txt(226) : SND_PC_SKILLM_GRANDRAGE_01 Not Found. : SND_PC_SKILLM_GRANDRAGE_01    =    """Skill_LordkGrandRage.dds"""    0    """"""    IDS_PROPSK

2017/10/16   12:08:34   FileName propSkill.txt(227) : SND_PC_SKILLM_SHILDSTRIKE_01 Not Found. : SND_PC_SKILLM_SHILDSTRIKE_01    =    """Skill_LordkShildStrike.dds"""    0    """"""    IDS_PR

2017/10/16   12:08:34   FileName propSkill.txt(228) : SND_PC_SKILLM_ANGER_01 Not Found. : SND_PC_SKILLM_ANGER_01    =    """Skill_LordkAngryIncrease.dds"""    0    """"""    IDS_PROPSK

This is nothing ^^ The error log is 685kb of errors :D

Can someone help me please?

P.S:
There is errors like this:
Code:
2017/10/16   12:08:53   FileName mdlDyna.inc(1109) : XI_WEA_AXEELECT02 Not Found. : XI_WEA_AXEELECT02        MODELTYPE_SFX "" 0  MD_NEAR 0  1.0f 0 1 ATEX_NONE 1

        "fly_

2017/10/16   12:08:53   FileName mdlDyna.inc(1110) : XI_WEA_AXEELECT03 Not Found. : XI_WEA_AXEELECT03        MODELTYPE_SFX "" 0  MD_NEAR 0  1.0f 0 1 ATEX_NONE 1

        "fly_

2017/10/16   12:08:54   FileName mdlDyna.inc(1111) : XI_WEA_AXEELECT04 Not Found. : XI_WEA_AXEELECT04        MODELTYPE_SFX "" 0  MD_NEAR 0  1.0f 0 1 ATEX_NONE 1

        "fly_

and this:
Code:
2017/10/16   12:09:57   GetSkillProp range_error min:0, max:100, index:436

2017/10/16   12:09:57   FileName propSkillAdd.csv(2500) : DST_HEAL_HP_RATE Not Found. : ST_HEAL_HP_RATE,=,10000,=,=,=,=,=,=,=,=,=,=,=,=,600,=,=,=,=,=,1,1,600

SA_SKILL

and this:
Code:
2017/10/16   12:09:57   GetSkillProp range_error min:0, max:100, index:159

2017/10/16   12:09:57   Out of Skill Level Range -> CMonsterSkill::LoadScript() - 965, SI_BIL_PST_ASALRAALAIKUM, 2

Thanks alot!
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
You need to add:
  • propSkill.txt (format changed from 15 - 16+)
  • propSkillAdd.csv
  • propSkill.txt.txt
Make sure you define all skills:
  • defineObject.h (for skill animations)
  • defineSkill.h (for skills)
  • defineAttribute. (for new skill bonuses)
  • defineSoud.h (for skill sounds)

:)
 
Newbie Spellweaver
Joined
Jan 31, 2014
Messages
38
Reaction score
0
You need to add:
  • propSkill.txt (format changed from 15 - 16+)
  • propSkillAdd.csv
  • propSkill.txt.txt
Make sure you define all skills:
  • defineObject.h (for skill animations)
  • defineSkill.h (for skills)
  • defineAttribute. (for new skill bonuses)
  • defineSoud.h (for skill sounds)

:)
Every file is defined and set, still not working.
It's such a headache :(
If you can help me out with Discord or Skype it will be awesome!
 
Junior Spellweaver
Joined
Nov 21, 2015
Messages
180
Reaction score
21
Double check all of your work, the files Ketchup said are the main ones you need to be sure of also note if you are using Cuvvvie source make sure you are editing the defines within the source and resource folders before you compile.

Hit me up if you are still having trouble after you look into what Ketchup said to look over, I don't have much free time but I'll take a look, beware I'm not pro.
Discord SkyLit#4407
 
Last edited:
Newbie Spellweaver
Joined
Jan 31, 2014
Messages
38
Reaction score
0
Double check all of your work, the files Ketchup said are the main ones you need to be sure of also note if you are using Cuvvvie source make sure you are editing the defines within the source and resource folders before you compile.

Hit me up if you are still having trouble after you look into what Ketchup said to look over, I don't have much free time but I'll take a look, beware I'm not pro.
Discord SkyLit#4407

Iv'e added you on Discord, Thank you very much!
 
Back
Top