Jump to content

[SOURCE]Where are skills defined in the source?


Recommended Posts

If I search for "GEOMKYUNG" (aura of the sword I think) I get this output:

Citat

Binary file vanilla_source/vanilla/.vs/m2server.2008/v15/Browse.VC.db matches
vanilla_source/vanilla/game/src/char_item.cpp:            RemoveAffect(SKILL_GEOMKYUNG);
vanilla_source/vanilla/game/src/char_affect.cpp:    RemoveAffect(SKILL_GEOMKYUNG);
vanilla_source/vanilla/game/src/char_affect.cpp:        case (SKILL_GEOMKYUNG):
vanilla_source/vanilla/game/src/skill.h:    SKILL_GEOMKYUNG,        // 검경

I looked up in those .cpp and .h files but did not find anything(you can see the lines in the output,only lines with RemoveAffect() etc).

Where is the skill defined? If I want to create a new skill or modify this skill where do I actually need to look? Tried to look into that database and did not find anything,it's too big

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Premium

database player.skill_proto

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.