Forums WoW Modding Discussion Serverside [Archive] Increasing Guild Ranks Limitations

[Archive] Increasing Guild Ranks Limitations

[Archive] Increasing Guild Ranks Limitations

rektbyfaith
Administrator
0
02-11-2019, 04:48 PM
#1
Archived author: Marwin • Posted: 2019-02-11T16:48:17+00:00
Original source

Hello!

I'm working on increasing guild rank limitations, becouse default number of ranks (10) is very annoying and for some our guilds it's simple not enough. In Guild.h i changed:

GUILD_RANKS_MAX_COUNT               = 10,

to

GUILD_RANKS_MAX_COUNT               = 20,

It works, but after the server restart, all records in guild_rank DB table are erased and replaced with default 5 ranks. Propably it's becouse of "calculate guild limitations" process on the end of starting worldserver. On TrinityCore github they closed the issue, becouse it's client modifications. So... Dear Model Changing users, do u know, where is the column or value for that limit? [Image: biggrin.png]

Working on latest 3.3.5a TrinityCore.
rektbyfaith
02-11-2019, 04:48 PM #1

Archived author: Marwin • Posted: 2019-02-11T16:48:17+00:00
Original source

Hello!

I'm working on increasing guild rank limitations, becouse default number of ranks (10) is very annoying and for some our guilds it's simple not enough. In Guild.h i changed:

GUILD_RANKS_MAX_COUNT               = 10,

to

GUILD_RANKS_MAX_COUNT               = 20,

It works, but after the server restart, all records in guild_rank DB table are erased and replaced with default 5 ranks. Propably it's becouse of "calculate guild limitations" process on the end of starting worldserver. On TrinityCore github they closed the issue, becouse it's client modifications. So... Dear Model Changing users, do u know, where is the column or value for that limit? [Image: biggrin.png]

Working on latest 3.3.5a TrinityCore.

rektbyfaith
Administrator
0
02-12-2019, 01:32 AM
#2
Archived author: Marwin • Posted: 2019-02-12T01:32:17+00:00
Original source

Solved, now we have to edit the UI.  [Image: smile.png]
rektbyfaith
02-12-2019, 01:32 AM #2

Archived author: Marwin • Posted: 2019-02-12T01:32:17+00:00
Original source

Solved, now we have to edit the UI.  [Image: smile.png]

rektbyfaith
Administrator
0
02-12-2019, 03:33 AM
#3
Archived author: Marwin • Posted: 2019-02-12T03:33:08+00:00
Original source

So, now it works fine on the server side, but it's creepy on the client side. UI is still coded for some max rank limit, so... Do u have any idea, where is hidden the lua/xml code for edit this list in guild control?

https://prnt.sc/mjuu7k

It's the last, cosmetic step. Ranks work fine, with every functionality as usually. After I solve that cosmetic issue, i will release all of my code changes and cosmetic patch. Maybe it's useful for some RP projects with large RolePlaying guilds (that's the reason why we are modding this). After that modifications, u can have guilds with 30 ranks and more. [Image: smile.png]
rektbyfaith
02-12-2019, 03:33 AM #3

Archived author: Marwin • Posted: 2019-02-12T03:33:08+00:00
Original source

So, now it works fine on the server side, but it's creepy on the client side. UI is still coded for some max rank limit, so... Do u have any idea, where is hidden the lua/xml code for edit this list in guild control?

https://prnt.sc/mjuu7k

It's the last, cosmetic step. Ranks work fine, with every functionality as usually. After I solve that cosmetic issue, i will release all of my code changes and cosmetic patch. Maybe it's useful for some RP projects with large RolePlaying guilds (that's the reason why we are modding this). After that modifications, u can have guilds with 30 ranks and more. [Image: smile.png]

rektbyfaith
Administrator
0
02-14-2019, 04:35 AM
#4
Archived author: Marwin • Posted: 2019-02-14T04:35:03+00:00
Original source

Still don't know where is that creepy value hidden. Any ideas? [Image: smile.png] Could it be hardcoded in WoW.exe?
rektbyfaith
02-14-2019, 04:35 AM #4

Archived author: Marwin • Posted: 2019-02-14T04:35:03+00:00
Original source

Still don't know where is that creepy value hidden. Any ideas? [Image: smile.png] Could it be hardcoded in WoW.exe?

rektbyfaith
Administrator
0
02-17-2019, 04:05 PM
#5
Archived author: Смердокрыл • Posted: 2019-02-17T16:05:35+00:00
Original source

https://github.com/Resike/BlizzardInterf...trolUI.lua

MAX_GUILDRANKS = 10;
rektbyfaith
02-17-2019, 04:05 PM #5

Archived author: Смердокрыл • Posted: 2019-02-17T16:05:35+00:00
Original source

https://github.com/Resike/BlizzardInterf...trolUI.lua

MAX_GUILDRANKS = 10;

rektbyfaith
Administrator
0
02-17-2019, 04:32 PM
#6
Archived author: Marwin • Posted: 2019-02-17T16:32:03+00:00
Original source

That's file from 8.1.0 (BfA) version. 3.3.5a doesn't have even Blizzard GuildControlUI folder, so... Propably the dead end. Still searching. [Image: smile.png]
rektbyfaith
02-17-2019, 04:32 PM #6

Archived author: Marwin • Posted: 2019-02-17T16:32:03+00:00
Original source

That's file from 8.1.0 (BfA) version. 3.3.5a doesn't have even Blizzard GuildControlUI folder, so... Propably the dead end. Still searching. [Image: smile.png]

rektbyfaith
Administrator
0
02-18-2019, 03:47 PM
#7
Archived author: Roarl • Posted: 2019-02-18T15:47:20+00:00
Original source

If the lua interface file appeared only in BFA I really think it makes sense it was hardcoded before. Looking into it as well. [Image: smile.png]
rektbyfaith
02-18-2019, 03:47 PM #7

Archived author: Roarl • Posted: 2019-02-18T15:47:20+00:00
Original source

If the lua interface file appeared only in BFA I really think it makes sense it was hardcoded before. Looking into it as well. [Image: smile.png]

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)