Posts: 228
Threads: 25
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jan 2014
Reputation:
0
Engine/Interface/UIBuff.h
Line: 61
// Buff size
#define BUFF_SIZE_BIG 20
#define BUFFOUT_SIZE_BIG 22
#define BUFF_SIZE_SMALL 16
#define BUFFOUT_SIZE_SMALL 18
// Buff count
#define BUFF_MAX_COUNT 70
#define BUFF_GOOD_COUNT 60
#define BUFF_BAD_COUNT 8
// Define max char and line of buff informaion
#define MAX_BUFFINFO_CHAR 30
#define MAX_BUFFINFO_LINE 20
#define MAX_BUFF_COL 8
#define MAX_BUFF_ROW 7
Posts: 228
Threads: 25
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jan 2014
Reputation:
0
1 hour ago, RiperAMI said:
where do I do it
Engine/Interface/UIBuff.h
Posts: 30
Threads: 6
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Feb 2023
Reputation:
0
Can you tell me what changes this change?
Thanks in advance
Posts: 280
Threads: 42
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Sep 2012
Reputation:
0
2 hours ago, RedBull1928 said:
Can you tell me what changes this change?
Thanks in advance
If I'm not mistaken, this is to change the number of Buff or Debuff icons shown, maybe by default the game doesn't allow many icons, and on private servers they usually give buffs to everyone, and the original number of icons is not enough to show all the crap you char have
Posts: 30
Threads: 6
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Feb 2023
Reputation:
0
okok then I understood correctly only that they come into play I have not seen any changes maybe it just adds some more bars for the buffs and does not enlarge them
Let me explain better if for each bar the buffs allowed are 7 I thought it would expand it to 10
Posts: 30
Threads: 6
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Feb 2023
Reputation:
0
1 hour ago, nicolasg said:
If I'm not mistaken, this is to change the number of Buff or Debuff icons shown, maybe by default the game doesn't allow many icons, and on private servers they usually give buffs to everyone, and the original number of icons is not enough to show all the crap you char have
okok then I understood correctly only that they come into play I have not seen any changes maybe it just adds some more bars for the buffs and does not enlarge them
Let me explain better if for each bar the buffs allowed are 7 I thought it would expand it to 10
Posts: 275
Threads: 10
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Sep 2013
Reputation:
0
On 7/26/2023 at 5:57 PM, RedBull1928 said:
okok then I understood correctly only that they come into play I have not seen any changes maybe it just adds some more bars for the buffs and does not enlarge them
Let me explain better if for each bar the buffs allowed are 7 I thought it would expand it to 10
I think
#define MAX_BUFF_COL 8
is to be edited to increase the number of buffs per line
Posts: 30
Threads: 6
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Feb 2023
Reputation:
0
On 7/30/2023 at 9:48 PM, Desarija said:
Credo
#define MAX_BUFF_COL 8
deve essere modificato per aumentare il numero di buff per linea
oh ok thanks