Jump to content

Dissidia

Members
  • Posts

    534
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Dissidia

  1. Hello please help me with this problem, the headgear showing in alt + Q and character select. But in the game world it didn't show? any fix? I'm using 2018-06-20eRagexeRE. thank you.
  2. Hello good day.Please help me to ignore the reductions of the target. example Sonic Wave, reduction of the target will not work on sonic wave skill. example thara frog card tirfing card sonic wave will ignore it's effect. like that. thank you in advance.
  3. change this: <servicetype>korea</servicetype> to this: <servicetype>america</servicetype>
  4. No, you need to pay andro 400usd to implement gepard.
  5. Gepard Shield is just 180 USD (lifetime). Don't know if functor increases the price.
  6. It's an achievement issue on pre-renewal https://github.com/rathena/rathena/issues/4015
  7. Just change the gettime(3) > 20 to gettime(3) == 19
  8. you don't need a client. you just need a source edit.
  9. Do you know how on src edit? I really don't like to use a command on my script.
  10. Any other kick script except this atcommand "@kick "+strcharinfo(0);?
  11. if(gettime(4) == 4 || gettime(4) == 5 || gettime(4) == 6) {
  12. - script FloatingRates -1,{ OnInit: OnClock0000: set [email protected],1000000; set [email protected],1000000; set [email protected],1000000; if((gettime(4) == 4 || gettime(4) == 5 || gettime(4) == 6)) { // Friday, Saturday, Sunday // Drop Rate setbattleflag("item_rate_common",[email protected]); setbattleflag("item_rate_common_boss",[email protected]); setbattleflag("item_rate_heal",[email protected]); setbattleflag("item_rate_heal_boss",[email protected]); setbattleflag("item_rate_use",[email protected]); setbattleflag("item_rate_use_boss",[email protected]); setbattleflag("item_rate_equip",[email protected]e); setbattleflag("item_rate_equip_boss",[email protected]); setbattleflag("item_rate_card",400000); setbattleflag("item_rate_card_boss",200000); //Base exp setbattleflag("base_exp_rate",[email protected]); //Job exp setbattleflag("job_exp_rate",[email protected]); // Reload the database atcommand "@reloadmobdb"; } end; } Here. Just change to your server rate.
  13. - script FloatingRates -1,{ OnInit: OnClock0000: set [email protected],1000000; if((gettime(4) == 5 || gettime(4) == 6)) { // Saturday, Sunday // Drop Rate setbattleflag("item_rate_common",[email protected]); setbattleflag("item_rate_common_boss",[email protected]); setbattleflag("item_rate_heal",[email protected]); setbattleflag("item_rate_heal_boss",[email protected]); setbattleflag("item_rate_use",[email protected]); setbattleflag("item_rate_use_boss",[email protected]); setbattleflag("item_rate_equip",[email protected]); setbattleflag("item_rate_equip_boss",[email protected]); setbattleflag("item_rate_card",400000); setbattleflag("item_rate_card_boss",200000); // Reload the database atcommand "@reloadmobdb"; } end; }
  14. Hi where i can download teh latest lua file? thanks
  15. I found it but it's too expensive. Thanks for the reply.
  16. Anyone know where I can buy android on RO server that supports gepard? thanks
  17. My problem is solved. I just use getd and setd.
  18. Hi good day, is this possible? set [email protected]_VALUE_LV1$,"MFOne"; if([email protected]_VALUE_LV1$ >= [email protected]_EXP_LV1) { end; } it doesn't work on my script. Can anyone help? thanks I think i found it "setd"
  19. bonus bStr,readparam(bStr)*11/100; It will give STR + 11%
  20. Hello, anyone knows how to change the burn damage to a plant type monster. I want it to change to 1 damage. Thanks in advance.
  21. Hello, please help, why sometimes my emperium on my server got lucky? players cant hit the emp, all lucky hit for few minutes. then it will gone? is it kind of monster skill?
  22. if(agitcheck() || (agitcheck2()) bonus bAllStats,5;
×
×
  • Create New...

Important Information

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