FIND THE PATH FOLDER ON YOUR TRUNK.
-- /src/char/int_guild.cpp :
-- Find the Line.
-- /// Set the max number of members, Guild Extention skill - currently adds 6 to max per skill lv.
FROM:
- g->max_member = 16 + guild_checkskill(g, GD_EXTENSION) * 2;
TO:
+ g->max_member = 20 + guild_checkskill(g, GD_EXTENSION) * 1; //SKYZONE SET MAX 15 MAX MEMBER
-- /src/common/mmo.hpp :
-- // Find the Line.
-- // Increased max guild members +6 per 1 extension levels [Lupus]
FROM:
- #define MAX_GUILD 16+10*2 ///Increased max guild members +6 per 1 extension levels [Lupus]
TO:
+ #define MAX_GUILD 20+5*1///Increased max guild members +6 per 1 extension levels [Lupus] //SKYZONE MAX 25 MEMBER
-- db/pre_re/skill_db.txt or db/re/skill_db.txt
-- if the skill_db not work because of version find the guild_skill_tree.yml and change the Guild Extension to 5 or depend on what you want but for me I set it to 5 because the Multiplier I put is 1 only so it will be +1 each Guild Extension Level.
Edit Skill DB:
10004,0,0,0,0,0,0,10,0,no,0,0x10,0,none,0,0x0, GD_EXTENSION,Guild Extension
WARNING:
do not do this if you don't know what you are doing. get a One Time Support Service to do this thing easy.
Knowledgebase
- Portal Home
- Knowledgebase
- Ragnarok Source
- Change Max Guild Capacity in Correct Way.
- Ragnarok
- 0 Users Found This Useful
Related Articles
Powered by WHMCompleteSolution