Jump to content

GenGen

Members
  • Posts

    46
  • Joined

  • Last visited

Community Answers

  1. GenGen's post in can 1 give me script 24hours gift & loyalty give ? was marked as the answer   
    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; }
  2. GenGen's post in request: middle and lower using coin was marked as the answer   
    prontera,100,100,5 script refine 100,{ mes "[ Refine ]"; mes "You would like me to refine which part?"; mes "Each +1 refine, I need 50 poring coins"; swtch(select("Middle headgear:Lower headgear")){ case 1: next; if(countitem(7539<50) goto takcukup; mes "[ Refine ]"; mes "yeehaa! I just succesfully refine your equipment by 1"; atcommand "@refine 512 1"; close; case 2: next; if(countitem(7539<50) goto takcukup; mes "[ Refine ]"; mes "yeehaa! I just succesfully refine your equipment by 1"; atcommand "@refine 1 1"; close; } takcukup: mes "[ Refine ]"; mes "You dont have the item requirements"; close; }
    try this.
×
×
  • Create New...