NeoGenesis Posted April 18, 2012 Posted April 18, 2012 (edited) me search but no have 24hours gift script & loyalty gift for player .. any 1 can help me? Edited April 18, 2012 by sapu1 Quote
GenGen Posted April 19, 2012 Posted April 19, 2012 prontera,155,181,5 script Sample 718,{ set .Hour,24; if( #dailytimer < gettimetick(2) ) { mes "You have Gained a Daily Gift."; set #dailytimer,gettimetick(2) + ( .Hour * 3600 ); getitem 6101,1; //set the price here }else{ set .@last,#dailytimer - gettimetick(2); set .@hour, .@last % ( 24 * 3600 ) / 3600; set .@min, .@last % ( 24 * 3600 ) % 3600 / 60; set .@sec, .@last % ( 24 * 3600 ) % 3600 % 60; mes "You have to wait to get your next Daily Gift."; mes "Time CountDown : ^FF0000"+.@hour+":"+.@min+":"+.@sec+"^000000"; } close; } Quote
NeoGenesis Posted April 22, 2012 Author Posted April 22, 2012 for loyalty player gift u donno how to create that ? Quote
Emistry Posted May 1, 2012 Posted May 1, 2012 =='' every single term could have different meaning... define your LOYALTY here.. we wont know how long it take for your player to become LOYALTY ... 1 day ? 1 week ? 1 month ? 1 year ? 1 century ? Quote
Magnetix Posted May 4, 2012 Posted May 4, 2012 Then if you want a month, change 24 to 24*(days in 1 month)? Quote
NeoGenesis Posted May 6, 2012 Author Posted May 6, 2012 set.Days,30*(days of month); ?? like this? Quote
NeoGenesis Posted May 6, 2012 Author Posted May 6, 2012 thx deathscythe13 .. is working in my server .. thx for help me Quote
Question
NeoGenesis
me search but no have 24hours gift script & loyalty gift for player .. any 1 can help me?
Edited by sapu111 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.