wend Posted March 27, 2013 Posted March 27, 2013 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 Quote
Shakto Posted March 27, 2013 Posted March 27, 2013 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 Quote
wend Posted March 27, 2013 Author Posted March 27, 2013 (edited) Is it possible to do without it? As far as I know, Xray is dead. Edited March 27, 2013 by wend Quote
Question
wend
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
to guild_skill_tree.txt
3. added line
to skill_db.txt
4. added GD_CUSTOM = 10017, to skillid.lua
5. added
to skilldescript.lua
6. added
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.