Change Max Guild Capacity in Correct Way.

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.

  • 0 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Понудени резултати

@gstorage failed?

How you can setup your guild storage in a proper way.READ AND LEAR WARNING & ERROR and SOLVE...

How to Wipe out Your RO Database

Browse your PhpMyAdmin Database.Click your Database Name then check all Table List...

How To Make A GM Account In Ragnarok Servers (HerculesrAthena)

There are 3 Steps to this:  Website: FluxCP Control Panel 1. Register a new account to your...

Developer Tools

Hercules Forum http://hercules.ws/board/   rAthena Forum http://rathena.org/board/   GRF...

How To Add Player Commands

Here's a list of commands available:   rAthena:...