Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/01/19 in Posts

  1. October Digest 2019 The following digest covers the month of October 2019. Staff Changes: None. Development Highlights: CORE: Fixed inventory check while buying item issue Corrected RDMOPT_DAMAGE_PROPERTY_element_USER Fixed achievementexists script command Fixed memory management for achievements Fixed reply for adding to equip switch Removed jAthena 1082 legacy code regarding castle defense rate Corrected NPC view constant verification Fixed SG_FRIEND not increasing TK_COUNTER's rate when MO_COMBOFINISH is used Corrected atcommand mobinfo for VIP Corrected battle config default_fixed_castrate Fixed renewal ASPD passive modifiers Fixed script command getunits Fix item bonus SkillUseSPRate Corrected Gentle Touch skills DATABASE: Added new missing hateffects Lowered Eden Uniform Tier 1 level requirement to level 7 Updated nightmare biolab monsters drops Updated Achievement EXP to official values Job Improvement Project - Sura Updated Ninja Skills SCRIPT: Questinfo requirement update Payon script header fix Added game ID check for Horror toy factory instance Lighthalzen Quest NPC ID Fix Added official Malangdo Guide Corrected Dual Monster Race wager check OTHERS: Fixed small mistake in VS filters Updated EditorConfig Ignore files generated by CMake in CMakeFiles directory November Digest 2019 The following digest covers the month of November 2019 Staff Changes: None Development Highlights: CORE: Added bonus bVariableCast and bonus2 bSkillVariableCast for Pre-renewal Added progress for loading yaml databases Fixed code for Star Gladiator day calculation DATABASE: Fixed missing modes of Malangdo Culvert mobs Corrected Bacsojin Pet SCRIPT: Fixed quest_16_1 typo Corrected Succession of the Prince quest OTHERS: Added support for constants in csv2yaml Added unsigned rate support for yaml Fixed appveyor building Updated the CSV2YAML tool to utilize YAML Emitter Show your support to rAthena by submitting your Issue or Pull Requests! 
    4 points
  2. https://raw.githubusercontent.com/rathena/rathena/master/db/re/item_flag.txt
    1 point
  3. https://github.com/rathena/rathena/blob/9124d5600f2b4a99bbfa6e5b54131d18dfe8ac48/doc/item_group.txt#L41 make clean server
    1 point
  4. I don't have Ophelia's recolours, only the original. Spellring.rar
    1 point
  5. storage skill i think ? Investigating in the discord of rAthena I found the answer. FIXED. diff --git a/src/custom/defines_post.hpp b/src/custom/defines_post.hpp index 253b8cdbf..4c10c0623 100644 --- a/src/custom/defines_post.hpp +++ b/src/custom/defines_post.hpp @@ -9,6 +9,8 @@ * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ - +#ifdef OFFICIAL_GUILD_STORAGE +#undef OFFICIAL_GUILD_STORAGE +#endif #endif /* CONFIG_CUSTOM_DEFINES_POST_HPP */ thanks to @Secrets another solution is... "for pre-re" db/pre-re/guild_skill_tree.yml - Id: GD_GUILD_STORAGE MaxLevel: 5 db/pre-re/skill_db.yml - Id: 10016 Name: GD_GUILD_STORAGE Description: Guild Storage Expansion MaxLevel: 5 Flags: IsGuild: true thanks to Aglao for the complementary information.
    1 point
  6. Link to GM Sprite Downloads. Just so you know, neither of these are Gravity official and I was unable to find the name of the original creators, but all credit to them. This file has both the male and female sprite. Hope this helps, ~Azura Skyy
    1 point
×
×
  • Create New...