Jump to content

zein

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by zein

  1. Thanks for reply Emistry ! so the script edited like this ? //http://rathena.org/board/topic/53877-lucky-pick-event/ //emistry script - script AutoFunEvent -1,{ OnInit: OnClock0000: set .LuckyTime,rand(24); OnMinute00: if( gettime(3) == .LuckyTime ){ set .DelayMin,rand(60); sleep ( rand(60) * 1000 ); while(1){ query_sql "select account_id from `char` where online = 1 order by rand() limit 1", .@aid; attachrid .@aid; if( CheckVending() ){ DetachRID(); continue; } announce strcharinfo(0) +" won 500 Cash in Lucky Pick Event", 0,0x00FF00; set #CASHPOINTS,#CASHPOINTS+500; dispbottom "you got 500 cash point"; break; } } end; }
  2. How to change the dynamic time? I want to make the script run minimum every 1 hours + randomly minute. //http://rathena.org/board/topic/53877-lucky-pick-event/ //emistry script - script AutoFunEvent -1,{ OnInit: OnClock0000: set .LuckyTime,rand(24); OnMinute60: if( gettime(3) == .LuckyTime ){ set .DelayMin,rand(60); sleep ( .DelayMin * 60000 ); while(1){ query_sql "select account_id from `char` where online = 1 order by rand() limit 1", .@aid; attachrid .@aid; if( CheckVending() ){ DetachRID(); continue; } announce strcharinfo(0) +" won 500 Cash in Lucky Pick Event", 0,0x00FF00; set #CASHPOINTS,#CASHPOINTS+500; dispbottom "you got 500 cash point"; break; } } end; } Thanks
  3. I got some bug. I was make questboard to Account Bound delay 1x24 hour. When first char accept first mission (not finished yet) then logout change to second char and take first mission too. Repeat this step, finish it one by one, so we can do first mission many times as much as slot char in account. *sorry for my bad english.
  4. Thank you for your advice Syouji and Gerome for hackshield. I have applied for the server and that works really well ! Thanks awesome!
  5. Hello... what is the best security for ragnarok private server? I want to use Harmony, but its really hard to contact. I had sent 3 email about one month ago, but no answer until now. And i was try sent message to Sirius White but no answer too. Can you tell me what the other security for ragnarok private server? Please help me...
×
×
  • Create New...