Jump to content
  • 0

custom guild skill


Question

Posted

I try to add custom guild skill, but it's not shown in game.

 

what I did:

 

1. in mmo.h increased MAX_GUILDSKILL to 17 and add GD_CUSTOM=10016, before GD_MAX

2. added line

10016,1,0,0,0,0,0,0,0,0,0,0

to guild_skill_tree.txt

 

3. added line

10017,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,    GD_CUSTOM,Custom Skill
 

to skill_db.txt

 

4. added GD_CUSTOM = 10017, to skillid.lua

5. added

    [SKID.GD_CUSTOM] = {

        "Custom Skill.",
    },
 

 

to skilldescript.lua

 

6. added

     [SKID.GD_CUSTOM] = {
        "GD_CUSTOM";
        SkillName = "Custom Skill",
        MaxLv = 1,
        SpAmount = { 0 },
        bSeperateLv = false,
        AttackRange = { 1 }
    },

to skillinfolist.lua

 

 

please help me with this :(

6 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...