Jump to content

syndrome93

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by syndrome93

  1. can you make that script for me please? because i'm nubie in script.. T_T i want player to click the NPC and the npc Give the reward for player every 5 minutes.. here's my script.. work in rAthena but didn't work in eAthena.. // ~~~~~ show time left in days, hours, minutes and seconds ~~~~~ function script timeleft__ { if ( ( .@left = getarg(0) ) <= 0 ) return getarg(0); .@day = .@left / 86400; .@hour = .@left % 86400 / 3600; .@min = .@left % 3600 / 60; .@sec = .@left % 60; if ( .@day ) return .@day +" day "+ .@hour +" hour"; else if ( .@hour ) return .@hour +" hour "+ .@min +" min"; else if ( .@min ) return .@min +" min "+ .@sec +" sec"; else return .@sec +" sec"; } ra_temple,109,147,5 script Hourly Reward 1247,{ if ( #hourly_timer > gettimetick(2) ) { mes "You must wait "+ callfunc( "timeleft__", #hourly_timer - gettimetick(2) ) +"."; close; } mes "Thanks For Coming :)"; announce ""+strcharinfo(0)+" Telah Mengambil Reward Hourly",bc_all| bc_white; getitem 19999,1; // Die RO Sign getitem 675,1; // Mitrhil Coin #hourly_timer = gettimetick(2) + 300; close; end; }
  2. this work in rAthena only.. when i use eAthena version it does'nt work.. how?
  3. help me please.. i've a problem with autospell skills.. some spell can work corectly but when i use frostdiver to autospell.. sometimes when i hit a monster ..skill frostdiver normal damage.. but sometimes it can make 99999999 damage to monster or player ... please help me.. is that a bug or what.. i use rathena svn.. this is a picture..
  4. i want request a (npc hourly reward) in every hour when i was click that npc,, that npc give me poring coin and tcg card... But if i click that NPC before 1 hour with the different ID.. The NPC say "Sorry You Must Wait (time remaining).. tq
  5. gan ada yg bisa bantu ngasih tutor add custom weapon ga? GRF saya (Tulisan Korea) terima kasih
×
×
  • Create New...