wend Posted March 27, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 03/07/12 Last Seen: June 14, 2020 Share 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 Link to comment Share on other sites More sharing options...
PewN Posted March 27, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted March 27, 2013 did u add your skill on guild_skill_tree.txt Quote Link to comment Share on other sites More sharing options...
wend Posted March 27, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 03/07/12 Last Seen: June 14, 2020 Author Share Posted March 27, 2013 yes Quote Link to comment Share on other sites More sharing options...
Shakto Posted March 27, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 416 Reputation: 96 Joined: 02/07/13 Last Seen: Saturday at 01:08 PM Share 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 Link to comment Share on other sites More sharing options...
wend Posted March 27, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 03/07/12 Last Seen: June 14, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
wend Posted March 28, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 03/07/12 Last Seen: June 14, 2020 Author Share Posted March 28, 2013 need help, how to do it without Xray? Quote Link to comment Share on other sites More sharing options...
Shakto Posted April 12, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 416 Reputation: 96 Joined: 02/07/13 Last Seen: Saturday at 01:08 PM Share Posted April 12, 2013 Did you change your skilltreeview.lua ? Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.