Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/10/16 in Posts

  1. EQI Constant Refactor As of 2bf64c9, rAthena has normalized equipment constants. This should have been announced a bit earlier and since a few bug reports have come in recently we'd like to just give a quick announcement for it now! The purpose of this refactor was to match the database EQI constants with the ones in source. The source had it's own EQP constant structure created by Aegis. The two arrays caused issues with various things in source, so this commit clears that up! There is one thing to note. The following script commands may be checking for the wrong position if you used an integer value for custom items or scripts (Read here for the constant value). getequipid getequipuniqueid getequipname getequipisequiped getequipisenableref getequiprefinerycnt getequipweaponlv getequippercentrefinery successrefitem failedrefitem downrefitem delequip breakequip getequipcardcnt successremovecards failedremovecards getequipcardid unequip Either adjust to the constant value or make sure your integer value matches with the correct position you are checking for.
    2 points
  2. This? setarray .@rewards[0],7539,5,607,50; //<Item_ID>,<Amount>{,...}
    1 point
  3. Hi guys! I just want to share this source release by @aleos // Note: Only applies to non-3rd class. castrate_dex_scale: 150 // At what dex does the cast time become zero (instacast)? // Note: Only applies to 3rd class. castrate_dex_scale_3rd: 150 hope you guys enjoy using this I know it will be useful cast_rate (1).diff
    1 point
  4. We're already looking into this! I'll keep you posted if we find anything.
    1 point
  5. .@i = getarg(select(.@menu$) - 1, 0); to .@i = select(.@menu$)-1;
    1 point
×
×
  • Create New...