Neub Posted May 1, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 63 Reputation: 0 Joined: 07/23/13 Last Seen: February 2, 2018 Share Posted May 1, 2015 Good Day, i like to know how to change Guild's maximum capacity in the easiest way because i read a lot of old topic on how to change guild capacity but im really confuse because *PersonA* says do this and do that then *PersonB* says do this and do that but both of them have different ways of changing the capacity and another says change guild_skill_tree.txt because modifying the source may lead to your server crashing and im afraid if i do mistake my server would crash and i can't fix it on time because people are already playing inside my server i did modify the guild_skill_tree.txt but it doesnt change everything /root/trunk/db/guild_skill_tree.txt // Guild Skill Tree Database // // Structure of Database: // SkillID,MaxLv,Prerequisite SkillID1,Prerequisite SkillLv1,PrereqSkillID2,PrereqSkillLv2,PrereqSkillID3,PrereqSkillLv3,PrereqSkillID4,PrereqSkillLv4,PrereqSkillID5,PrereqSkillLv5 //GUILD SKILLNAME#Skill Name# // // 01. SkillID Skill ID of the guild skill. // 02. MaxLv Maximum level of the guild skill. // 03. Prerequisite SkillID Guild skill required for the skill to become available. // 04. Prerequisite SkillLv Level of the required guild skill. // ... // // NOTE: MAX_GUILD_SKILL_REQUIRE (typically 5) ID/Lv pairs must be specified. 10000,1,0,0,0,0,0,0,0,0,0,0 //GD_APPROVAL#Official Guild Approval# 10001,1,10000,1,0,0,0,0,0,0,0,0 //GD_KAFRACONTRACT#Contract with Kafra# 10002,1,10000,1,0,0,0,0,0,0,0,0 //GD_GUARDRESEARCH#Guardian Research# 10003,3,0,0,0,0,0,0,0,0,0,0 //GD_GUARDUP#Strengthen Guardians# 10004,0,0,0,0,0,0,0,0,0,0,0 //GD_EXTENSION#Guild Extension# 10005,0,0,0,0,0,0,0,0,0,0,0 //GD_GLORYGUILD#Guilds Glory# 10006,5,0,0,0,0,0,0,0,0,0,0 //GD_LEADERSHIP#Great Leadership# 10007,5,0,0,0,0,0,0,0,0,0,0 //GD_GLORYWOUNDS#Glorious Wounds# 10008,5,10007,1,0,0,0,0,0,0,0,0 //GD_SOULCOLD#Cold Heart# 10009,5,10006,1,0,0,0,0,0,0,0,0 //GD_HAWKEYES#Sharp Gaze# 10010,1,10000,1,10004,1,0,0,0,0,0,0 //GD_BATTLEORDER#Battle Command# 10011,3,10000,1,10004,1,10010,1,0,0,0,0 //GD_REGENERATION#Regeneration# 10012,1,10011,1,0,0,0,0,0,0,0,0 //GD_RESTORE#Restoration# 10013,1,10000,1,10002,1,10004,5,10010,1,10011,1 //GD_EMERGENCYCALL#Urgent Call# 10014,1,0,0,0,0,0,0,0,0,0,0 //GD_DEVELOPMENT#Permanent Development# then i reload skilldb, pcdb, script no change at all. if someone is willing to teach me step by step on how to change it in src would be nice and i'll pray that his/her soul will be in good hands. thank you for reading. Quote Link to comment Share on other sites More sharing options...
Pseudo Posted May 2, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 36 Reputation: 5 Joined: 05/02/15 Last Seen: December 29, 2015 Share Posted May 2, 2015 https://rathena.org/board/topic/87505-changing-max-capacity-of-guild-members/ Read the very last post. That should fix your problem. Quote Link to comment Share on other sites More sharing options...
Neub Posted May 3, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 63 Reputation: 0 Joined: 07/23/13 Last Seen: February 2, 2018 Author Share Posted May 3, 2015 Thank you may the god bless your good soul Quote Link to comment Share on other sites More sharing options...
Pseudo Posted May 4, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 36 Reputation: 5 Joined: 05/02/15 Last Seen: December 29, 2015 Share Posted May 4, 2015 Glad I could help. Feel free to PM me if you need help with other stuff. Quote Link to comment Share on other sites More sharing options...
Question
Neub
Good Day,
i like to know how to change Guild's maximum capacity in the easiest way
because i read a lot of old topic on how to change guild capacity but im really confuse
because *PersonA* says do this and do that then *PersonB* says do this and do that
but both of them have different ways of changing the capacity
and another says change guild_skill_tree.txt because modifying the source may lead to your server crashing
and im afraid if i do mistake my server would crash and i can't fix it on time
because people are already playing inside my server
i did modify the guild_skill_tree.txt but it doesnt change everything
/root/trunk/db/guild_skill_tree.txt
then i reload skilldb, pcdb, script no change at all.
if someone is willing to teach me step by step on how to change it in src would be nice
and i'll pray that his/her soul will be in good hands.
thank you for reading.
Link to comment
Share on other sites
3 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.