Jump to content

Reborn

Members
  • Posts

    290
  • Joined

  • Last visited

Everything posted by Reborn

  1. how can i add a new BGM file to the BGM folder? sorry noob question
  2. where can i find the delete file tab?
  3. actually I am using GRF Editor but it seems like when I put the BGM folder inside the new grf when I patched the client teh BGM folder was saved inside the GRF file in Client Folder. How can I transfer the BGM file that is inside the new grf into the BGM inside the Client folder?
  4. Hi anyone I dont know if Im in the right page but can anyone teach me how to save some grf file into client folder? example: I already have the client release and in the new update there is like BGM file. How can I patch the BGM file that is in grf file going to BGM folder that is in Client folder.
  5. @srhmike should I need to enable those three? and then what next sir? after enabiling this sir Im getting this message Your account has been created, but unfortunately we failed to send an e-mail due to technical difficulties. Please contact a staff member and request for assistance.
  6. @Cyro SMTP I guess. I don't know sir. Where can I find it? This is my config 'MailerUseSMTP' => false, // Whether or not to use a separate SMTP server for sending mail. 'MailerSMTPUseSSL' => false, // Whether or not mailer should connect using SSL (yes for GMail). 'MailerSMTPUseTLS' => false, // Same as above SSL setting, but for TLS. This setting will override the SSL setting. 'MailerSMTPPort' => null, // When MailerUseSMTP is true: SMTP server port (mailer will default to 25). 'MailerSMTPHosts' => null, // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')). 'MailerSMTPUsername' => null, // When MailerUseSMTP is true: Authorized username for SMTP server. 'MailerSMTPPassword' => null, // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).
  7. @Cyro 1. No email receive even in Spam folder sir 2. There is no error pertaining to email verification
  8. Hi everyone. Please help me out on fixing this problem. I tried to search the answer but it seems that I can't find the right now. When I tried to register on flux using my gmail account I was able to receive the email verification, however when i tried to use a different email host like ymail I can't receive the email verification. There is no error it only said that "An e-mail has been sent containing account activation details, please check your e-mail and activate your account to log-in." but I didn't receive any email confirmation. When I tried to use my gmail account I can receive the email within 5mins but if I use a different email host like yahoo I didn't receive anything. I waited 1 hour but no email verification has been sent to my yahoo account.
  9. @Skorm its seems everything is working to me even if the variable for sunday is 0. The countdown is working fine. it automatically starts the WoE and end the WoE to the date and time the I set it up. P.S even if I use this one its still working fine. //Skormie's WOE Waitingroom Timer v1.02.1 //Should natively work with Euphy's WOE Controller. prontera,150,150,5 script Woe Time 100,{ end; OnInit: function add_zero; function woe_update; .@Euphy_Len = getarraysize( $WOE_CONTROL ); if( .@Euphy_Len ) { for( .@i = 0; .@i < .@Euphy_Len; .@i += 4 ) { .woe_day[ getarraysize( .woe_day ) ] = $WOE_CONTROL[.@i]; .woe_hour[ getarraysize( .woe_hour ) ] = $WOE_CONTROL[.@i+1]; } } else { setarray .woe_day, 5, 4; //Day of the week WOE Starts on. (0 for Sunday, 6 is Saturday) setarray .woe_hour, 16, 20; //rAthena works on a 24 hour clock. } woe_update(); while ( 1 ) { .@woe_tick = .woe_time[.current] - gettimetick(2); .@day = .@woe_tick / 86400; .@hour = .@woe_tick % 86400 / 3600; .@min = .@woe_tick % 3600 / 60; .@sec = .@woe_tick % 60; .@mes$ = add_zero( .@day ) + add_zero( .@hour ) + add_zero( .@min ) + add_zero( .@sec, 1 ); delwaitingroom strnpcinfo(0); waitingroom agitcheck() ? "WOE is Active!" : .@mes$, 0; sleep 1000; } end; OnAgitEnd: woe_update(); end; function add_zero { return ( ( getarg(0) < 10 ) ? "0" : "" )+ getarg(0) +( getarg(1,0) ? "" : ":" ); } function woe_update { .@woe_len = getarraysize( .woe_day ); for( .@a = 0; .@a < .@woe_len; .@a++ ) { .@woe_day[.@a] = ( .woe_day[.@a] - gettime(4) + 7 ) % 7 * 86400; .@woe_hour[.@a] = ( .woe_hour[.@a] * 3600 ) - gettimetick(1); .woe_time[.@a] = gettimetick(2) + .@woe_day[.@a] + .@woe_hour[.@a]; if(gettimetick(2) > .woe_time[.@a]) .woe_time[.@a] = .woe_time[.@a] + 7 * 86400; if( .woe_time[.@a] <= .woe_time[.current] ) .current = .@a; } } } I dont see any error or experience unusual while the both script are running. What I did was I combined your timer to Euphy's WoE Controller.
  10. @sikiro this one is working fine with me
  11. Hi everyone, can anyone help me on doing this one? @Skorm and @Technoken Once the player opens an Old Card Album the player will get the card and at the same time it will broadcast to all what card does the player gets when he/she opens the Old card Album announce strcharinfo(0)+" gained "+getitemname( .@item )+" from Old Card Album,bc_all;
  12. @Skorm and @Technoken thank you for both of you. Its working fine.
  13. @Skorm thanks its working fine. however I have another request if its okay with you. Instead of saying " 2 hours 15 minutes 43 seconds " can it be just " 02:15:43 " ?
  14. @Cyro is it possible not to put the swicth option? by just putting the item the npc will automatically recognize it
  15. how about adding a custom src file? is it possible? and if possible how?
  16. @Cyro Hello how can i make it to require this script for a specific item? Example: 1.) Red potion 10x and Orange potion 5x If the player met the item requirement then they will be warp to prontera. 2.) Blue potion 5x and white potion 10x If the player met the item for this one they will be warp to geffen. ---------------------------- However if they are not able to meet any item required above the trade will be cancelled.
  17. Hi guys I tried to look for this one but i cant find it. How can I add a custom plugin to rathena emu? Is there a guide on how to do this?
  18. Thank you @Technoken Ill wait for it..
  19. thanks for the infos guys I appreciate it however @Technoken is right I am looking for a count down timer for WOE in a waitingroom form. Please help me out guys on how to do this.
  20. Hi everyone does anyone knows how to make a waiting room that has a countdown for woe? Example woe will start in 10mins and the cound down will be 00:10:00 00:09:59 00:09:58 Etc Until the countdown ends the woe will start automatically.
  21. @Cyro it should take red potion only to get warp not all the items
  22. hello.. Does anyone have an idea to make this one?
  23. How to do this? Im willing to pay for someone who can do this one.. If the party leader click the npc trade will open and the party leader need to put the red potion and the whole party will be warp in geffen. This is only an example But if the party leader put the wfong item and he click ok the trade will be cancelled automatically
  24. Why my topic being merge to this topic? Its pretty obvious that my second topic way different from the first one. What happened guys?
  25. Bump to this topic. Does anyone knows how to do this or fix this? Please help.
×
×
  • Create New...