Jump to content

LearningRO

Members
  • Posts

    722
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by LearningRO

  1. finally we have new tutorial for browedit thanks you bro
  2. thank you emistry this is what i want Damn simple solution
  3. 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
  4. damn its really cool man tell me if your server already publish
  5. try this else if(getequiprandomoption(EQI_HAND_R,0,ROA_ID)){
  6. i guess floating rate is affect global not per char or by account id
  7. Hi, Adel yeah i did to make it as robe not HG but its weird still get display like on my first post
  8. ah yeah thanks for correct me
  9. - script sampledrop -1,{ OnNPCKillEvent: if (killedrid == 1002) { // changemobid if (rand(1,100) < 1){ Zeny += 10000; } end; } end; }
  10. you can buy this mod from yumi
  11. 3. use this https://github.com/llchrisll/ROenglishRE
  12. wah banyak juga yah tapi tidak sebanyak orang pinoy Almost 50% rathna member from pinoy ahha
  13. 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=
  14. if you want make it perament for VIP user just change sc_start SC_BATKFOOD,-1,200; sc_start SC_WATKFOOD,-1,200;
  15. just use custom script command form tokei OnEvent: if (killerid == 1002(yourmobid) { do script }
  16. in client side system/monster_size_effect.lub
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.