Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Fix for 2 buff alway Juver

Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
Find
GLPVPTyrannyDefine.h

Find : #define TYRANNY_REWARD_BUFF_NUM

Change number with u want
Ex. #define TYRANNY_REWARD_BUFF_NUM 5

then compile

then open tr1.ini

find : ;reward buff (mid,sid,level)

add

BUFF_REWARD_00 = 51, 3, 0
BUFF_REWARD_01 = 51, 10, 0
BUFF_REWARD_02 = 51, 5, 0
BUFF_REWARD_03 = 51, 6, 0
BUFF_REWARD_04 = 51, 10, 0
BUFF_REWARD_05 = 51, 15, 0


try run and play tyranny the u will get 5 buff
 
Joined
Feb 4, 2014
Messages
962
Reaction score
36
Find
GLPVPTyrannyDefine.h

Find : #define TYRANNY_REWARD_BUFF_NUM

Change number with u want
Ex. #define TYRANNY_REWARD_BUFF_NUM 5

then compile

then open tr1.ini

find : ;reward buff (mid,sid,level)

add

BUFF_REWARD_00 = 51, 3, 0
BUFF_REWARD_01 = 51, 10, 0
BUFF_REWARD_02 = 51, 5, 0
BUFF_REWARD_03 = 51, 6, 0
BUFF_REWARD_04 = 51, 10, 0
BUFF_REWARD_05 = 51, 15, 0


try run and play tyranny the u will get 5 buff

Newly Compile Source after changes.
Still 2 Reward Buffs give & 1 Main Buff Reward.


g9KZTXm - Fix for 2 buff alway Juver - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
Aug 26, 2016
Messages
336
Reaction score
19
Newly Compile Source after changes.
Still 2 Reward Buffs give & 1 Main Buff Reward.


g9KZTXm - Fix for 2 buff alway Juver - RaGEZONE Forums

Try changing value "BUFF_REWARD_USE".
 

Attachments

You must be registered for see attachments list
Back
Top