Jump to content
  • 0

custom guild skill


wend

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  03/07/12
  • Last Seen:  

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 :(

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

did u add your skill on guild_skill_tree.txt

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  03/07/12
  • Last Seen:  

yes

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  403
  • Reputation:   89
  • Joined:  02/07/13
  • Last Seen:  

Do you use Xray ?

News skills can't be show in game without that, or you have to replace one old skill.


All information here : http://rathena.org/wiki/Custom_skill

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  03/07/12
  • Last Seen:  

Is it possible to do without it? As far as I know, Xray is dead.

Edited by wend
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  03/07/12
  • Last Seen:  

need help, how to do it without Xray?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  403
  • Reputation:   89
  • Joined:  02/07/13
  • Last Seen:  

Did you change your skilltreeview.lua ?

Link to comment
Share on other sites

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.

×
×
  • Create New...