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!

i need to put reborn reward its not working for me

Newbie Spellweaver
Joined
Jul 13, 2015
Messages
16
Reaction score
0
if($Reborn >= 1 && $Reborn <= 24){ // Reborn Over 1 and less 25
Reborn_Rewards($PID,7798,100); // index = 7798 // amount = 100

looking for help to let it works
 
Experienced Elementalist
Joined
Oct 5, 2006
Messages
215
Reaction score
8
TEST

if($Reborn >= 1 && $Reborn <= 5){ // Reborn Over 1 and less 6Reborn_Rewards($PID,6009,1); // index = 6009 // amount = 1--> Ticket G1echo$successstyle1.'Congratulation, You have received your reward in Inventory/Task.'.$successstyle2; // msg}else

if($Reborn >= 6 && $Reborn <= 9){ // Reborn Over 6 and less 10Reborn_Rewards($PID,6010,1); // index = 6010 // amount = 1--> Ticket G2echo$successstyle1.'Congratulation, You have received your reward in Inventory/Task.'.$successstyle2; // msg}else

if($Reborn >= 10 && $Reborn <= 100){Reborn_Rewards($PID,6011,1); // index = 6010 // amount = 1--> Ticket G3Reborn_Rewards($PID,6009,1); // index = 6010 // amount = 1--> Ticket G1echo$successstyle1.'Congratulation, You have received your reward in Inventory/Task.'.$successstyle2; // msg}
 
Upvote 0
Back
Top