Jump to content

Dissidia

Members
  • Posts

    535
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Dissidia

  1. Sir sader1992 how it works? how can we enable it? thanks
  2. 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.
  3. 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.
  4. change this: <servicetype>korea</servicetype> to this: <servicetype>america</servicetype>
  5. No, you need to pay andro 400usd to implement gepard.
  6. Gepard Shield is just 180 USD (lifetime). Don't know if functor increases the price.
  7. It's an achievement issue on pre-renewal https://github.com/rathena/rathena/issues/4015
  8. Just change the gettime(3) > 20 to gettime(3) == 19
  9. you don't need a client. you just need a source edit.
  10. Do you know how on src edit? I really don't like to use a command on my script.
  11. Any other kick script except this atcommand "@kick "+strcharinfo(0);?
  12. if(gettime(4) == 4 || gettime(4) == 5 || gettime(4) == 6) {
  13. - script FloatingRates -1,{ OnInit: OnClock0000: set $@drate,1000000; set $@brate,1000000; set $@jrate,1000000; if((gettime(4) == 4 || gettime(4) == 5 || gettime(4) == 6)) { // Friday, Saturday, Sunday // Drop Rate setbattleflag("item_rate_common",$@drate); setbattleflag("item_rate_common_boss",$@drate); setbattleflag("item_rate_heal",$@drate); setbattleflag("item_rate_heal_boss",$@drate); setbattleflag("item_rate_use",$@drate); setbattleflag("item_rate_use_boss",$@drate); setbattleflag("item_rate_equip",$@drate); setbattleflag("item_rate_equip_boss",$@drate); setbattleflag("item_rate_card",400000); setbattleflag("item_rate_card_boss",200000); //Base exp setbattleflag("base_exp_rate",$@brate); //Job exp setbattleflag("job_exp_rate",$@jrate); // Reload the database atcommand "@reloadmobdb"; } end; } Here. Just change to your server rate.
  14. - script FloatingRates -1,{ OnInit: OnClock0000: set $@drate,1000000; if((gettime(4) == 5 || gettime(4) == 6)) { // Saturday, Sunday // Drop Rate setbattleflag("item_rate_common",$@drate); setbattleflag("item_rate_common_boss",$@drate); setbattleflag("item_rate_heal",$@drate); setbattleflag("item_rate_heal_boss",$@drate); setbattleflag("item_rate_use",$@drate); setbattleflag("item_rate_use_boss",$@drate); setbattleflag("item_rate_equip",$@drate); setbattleflag("item_rate_equip_boss",$@drate); setbattleflag("item_rate_card",400000); setbattleflag("item_rate_card_boss",200000); // Reload the database atcommand "@reloadmobdb"; } end; }
  15. Hi where i can download teh latest lua file? thanks
  16. I found it but it's too expensive. Thanks for the reply.
  17. Anyone know where I can buy android on RO server that supports gepard? thanks
  18. My problem is solved. I just use getd and setd.
  19. Hi good day, is this possible? set .@M_VALUE_LV1$,"MFOne"; if(.@M_VALUE_LV1$ >= .@M_EXP_LV1) { end; } it doesn't work on my script. Can anyone help? thanks I think i found it "setd"
  20. bonus bStr,readparam(bStr)*11/100; It will give STR + 11%
  21. 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.
  22. 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?
×
×
  • Create New...