Jump to content

LearningRO

Members
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by LearningRO

  1. you can get the client from here http://nemo.herc.ws/
  2. are u is that script in pre renewal mode? if yes u must add all item_randomopt_db.yml to your pre re folder
  3. have some issue if LK use Peco2
  4. for centos u should try type this command scl_source enable devtoolset-7 before recompile
  5. finally we have new tutorial for browedit thanks you bro
  6. thank you emistry ? this is what i want Damn simple solution ?
  7. Thanks u for your help but my goal its like this Emper Breaker test but use points 'time = last_break_time = getnpctimer(0); if ( !p_break_time ) { p_break_time = 'time; dispbottom "You have set your first personal record."; } else if ( 'time < p_break_time ) { dispbottom "You have broken your personal record!"; p_break_time = 'time; } //dispbottom "Your current best time is "+ (p_break_time / 1000) +"."+ (p_break_time % 1000) +"s."; instance_announce instance_id(), "Time : "+ ('time / 1000) +"."+ ('time % 1000) +"s.", bc_map; sleep2 2000; instance_announce instance_id(), "Warping out in 5 seconds.", bc_map; sleep2 5000; // 5 sec pause warp "SavePoint", 0, 0; sleep2 1000; instance_destroy instance_id(); end; Since the result for point(how much they can destroy the emper withing 3 minutes) Each Game will be different So I need script how the read the last #count Player get and then compare with the new #count he get if The Old one get better result will not update into the table rank
  8. damn its really cool man tell me if your server already publish ?
  9. try this else if(getequiprandomoption(EQI_HAND_R,0,ROA_ID)){
  10. whoaaa always unique release ?
  11. i guess floating rate is affect global not per char or by account id
  12. back to the old time using voucher? hahah How do you solved it? and why can get that notice? whoooaaa nice info man ? thanks
  13. Damn its so cool
  14. Hi, Adel yeah i did to make it as robe not HG but its weird still get display like on my first post ?
  15. u can contact to @Vykimo
  16. ah yeah thanks for correct me
  17. - script sampledrop -1,{ OnNPCKillEvent: if (killedrid == 1002) { // changemobid if (rand(1,100) < 1){ Zeny += 10000; } end; } end; }
  18. nice release bro
  19. you can buy this mod from yumi
  20. 3. use this https://github.com/llchrisll/ROenglishRE
  21. wah banyak juga yah ? tapi tidak sebanyak orang pinoy Almost 50% rathna member from pinoy ahha
  22. make your own web
  23. does this versison thor patcher support this?? //[Button:Extra] // // // // Mode - mode for button // 1 = open URL // 2 = Launch file/program // 3 = Message box //Mode= // Action - depend on what you set in the Mod, this may vary // ex. Mode = 1 , Action='http://google.com' //Action=
×
×
  • Create New...