Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

cadz

Members
  • Posts

    243
  • Joined

  • Last visited

Everything posted by cadz

  1. not working i recompiled it already master emistry how to fix this?
  2. cadz

    quest list

    hi there anyone have this quest? can share with me thanks a lot in advance http://irowiki.org/wiki/Hazy_Forest and how to add monster here in map thanks a lot in advance http://irowiki.org/wiki/Headgear_Quests // some headgear npc is missing im using rathena latest server files Frog Hat Quest Fair Flower[1] Quest Necktie[1] Quest Statue of Baby Angel Quest Angry Solo Hat Quest
  3. anyone can help me how to increase the matk formula thanks a lot in advance...
  4. computation of the int like in renewal 99 int only give 200+ magic attack then in pre-re give a huge magic attack or i want to make the matk computation in status.c like pre-re dunno where to edit there.
  5. hi there i would like to request how to edit / increase the base magic attack in src. im using rathena files thanks a lot in advance =)
  6. yes. but do you know where to edit this flee rate, hit rate and critical rate in src? i will try to edit and make it pre-re so those who will use 99/70 trans server but using renewal files/renewal calculations, like old calculation in flee critcal or hit rate will be use because this calculation is from renewal and for 3rd jobs. i will share this if i will sucess.
  7. this is no agi this is with agi my server is 99/70 only i would like to use the pre-re calculation of the hit rate and flee rate. thanks in advance =)
  8. or whre can i can edit this in src files please help me..
  9. any one please help me.. thanks
  10. how about playing in the cafe? they use only 1 Ip adresses
  11. hi is the renewal critical does miss? even you have the 3critical jur +luck = 100crical hit. Can be the calculation of the flee rate can be use pre -renewal? even you have no agi flee can be 235+ im using rathena files
  12. cadz

    request to fix

    ohh master emestry your the best. btw master how to make a rand time on that floating rates? like he will trigger once a day 5 hrs of floating then end.
  13. cadz

    request to fix

    i think not when i remove it rates didnt trigger.
  14. - script FloatingRates -1,{ OnHour00: OnHour06: OnHour12: OnHour18: set $@brate,20000; set $@jrate,20000; set $@nrate,10000; set $@drate,10000; //Base exp initnpctimer; setbattleflag("base_exp_rate",$@brate); //Job exp setbattleflag("job_exp_rate",$@jrate); //Card Rate setbattleflag("item_rate_common",$@drate); setbattleflag("item_rate_heal",$@drate); setbattleflag("item_rate_use",$@drate); setbattleflag("item_rate_equip",$@drate); setbattleflag("item_rate_card",$@nrate); //we don't change card drops rate, because these values won't change them anyway atcommand "@reloadmobdb"; announce "Server: Exp and Drop rate Increase Current Rate: 200.0x/200.0x/100.0x Enjoy",0; close; //================================================================= OnTimer7200000: // after two hours it will reset back to default //Base exp setbattleflag("base_exp_rate",15000); // Change all these to your default timers //Job exp setbattleflag("job_exp_rate",15000); //Card Drop Rate setbattleflag("item_rate_card",5000); setbattleflag("item_rate_common",5000); setbattleflag("item_rate_heal",5000); setbattleflag("item_rate_use",5000); setbattleflag("item_rate_equip",5000); atcommand "@reloadmobdb"; stopnpctimer; announce "Server: Exp and Drop rate Event End",0; end; } hi guys im have a problem with this script and giving me error when the events trigger kindly please help me thanks a lot in advance
  15. hi some of the links are dead anyone can help me thanks a lot in advance.
  16. i think they read inventory image and item image when right click. im using same client and rathena files. the problem of yours is they cannot read those 2 files that is a image files im not sure but when im adding custom files its works btw you dont need to put "_" in names in collection and item images in texture folder only in num2itemresnametable.
  17. i think this one is wrong in texture/collection and item.. you need to put the extact name in idnum2itemresnametable and num2itemresnametable for idnum2itemresnametable = 2000#customname# num2itemresnametable = 20000#_customname# this should be same name in texture and collection im not sure but check it
  18. wew Im very very thankful for helping me thanks a lot =)
  19. hi i been checking all the skill and i saw champion then asura this image apear and i cant use mana potion for certain secs how can i remove this so champion can use asura continiously thanks in advance. im using rathena
  20. cadz

    request:timer

    okay thanks a lot. =)
  21. cadz

    request:timer

    hmm i mean floating rates will trigger ever 4 hours but it will last only 1 hr
  22. - script FloatingRates -1,{ OnInit: //add any other HOURS OnHour00: OnHour06: OnHour12: OnHour18: //------------------- set $@brate,rand(100,150); set $@jrate,rand(100,150); set $@drate,rand(100,150); //Base exp setbattleflag("base_exp_rate",$@brate); //Job exp setbattleflag("job_exp_rate",$@jrate); //Drops setbattleflag("item_rate_common",$@drate); setbattleflag("item_rate_heal",$@drate); setbattleflag("item_rate_use",$@drate); setbattleflag("item_rate_equip",$@drate); //we don't change card drops rate, because these values won't change them anyway atcommand "@reloadmobdb"; announce "Current Rune-Midgard rates are: 1."+($@brate-100)+"x 1."+($@jrate-100)+"x 1."+($@drate-100)+"x",bc_all,0xFF6060; end; } hi how to change this to every 4 hrs there will be 1 hr floating rates. thanks in advance
  23. +1 to this tread anyone? for addtional info can mute players 5mins but it will msg you warnings and if you still doing it 3times will mute you 5mins.
×
×
  • Create New...