summaryrefslogtreecommitdiff
path: root/db/re
AgeCommit message (Collapse)AuthorFilesLines
2016-10-22Added Summoner Class.Dastgir Pojee2-2/+50
(Only Placeholder, other things related to summoner will follow-up soon) Added SQL-Upgrade: Added `class` column in charlog
2016-10-16Merge pull request #1466 from Ridley8819/skillHaru1-0/+7
Added RG King's Grace cooldown
2016-10-16Change *getcharid to use constantsAsheraf1-6/+6
2016-10-09King's Grace CDRidley1-0/+7
2016-10-07Fix wrong items bonusAsheraf1-75/+46
-add white space after comma
2016-10-04Added support to Para_Team_Mark_ item in Eden Group.AtlantisRO1-0/+18
2016-10-03Merge pull request #1437 from Asheraf/itemsDastgir1-16/+26
Fix some item bonus using wrong SkillNames
2016-10-02Updated MapCacheDastgir Pojee1-0/+0
2016-10-02Update Intro (Renewal) (#1427)Ridley2-3/+2
* Update Intro (Renewal) - Conversion while Playing from kRO - New starting Map: iz_int 18 27 (Requires New kRO MAP) - iz_int01 - iz_int04 and int_land01 - int_land04 are added, but not used - the rest of the script was updated to latest script standards - x/y span for duplicates with OnTouch - Fixed wrong getarg - removed +"" in warp
2016-10-01bSkillAtk not increasing damage for some skillsAsheraf1-16/+26
bSkillAtk not increasing damage for some skills
2016-09-02change *strcharinfo to use constantsAsheraf1-15/+15
2016-08-26Implementation of Ghost palace instance based on iROAsheraf3-13/+648
* Added ghost palace instance script * Add needed monster, item and quest database entries * Added mapflags for instance map (1@spa)
2016-08-17Nightmare Clock Tower DungeonRidley88194-76/+482
- added mobs and (updated) skills - added quests_aldebaran.txt - iro dialogues - all items are already in available in item_db.conf - maps are already available in mapcache, index and .conf - Updated item effect for Pocket_Watch_ and Pocket_Watch__, and their combo with Memorize_Book and Pocket_Watch__ Closes #1389 as merged Signed-off-by: Haru <haru@dotalux.com>
2016-08-02Sara's Memory Instance implementationRidley88191-5/+249
* implementation of Sara's memory instance * Update and add missing Sara's memory monster database * Update and add missing Sara's memory quest database
2016-07-20Old Glast Heim and Nightmare Glast Heim implementationRidley88193-244/+1011
-- adding glast heim Monsters/Items/Quests full entries -- corrected already existed glast heim items/quest/monsters entries -- added Old Glast Heim Enchanter -- Changed .MyMobs to 'MyMobs -- Added H.U.L.D suppot
2016-07-19Merge pull request #1372 from 4144/freemoveHaru1-0/+4
Add skill attributes for allow moving while casting this skill
2016-07-19Add new skill attributes into skill_db and skill db converter.Andrei Karas1-0/+4
2016-07-18Fix a typo in some items bonusAsheraf1-4/+4
2016-07-12Fix converted skilldbAndrei Karas1-1273/+5495
2016-07-09Some indentation fixes in the skill db converterHaru1-556/+556
Signed-off-by: Haru <haru@dotalux.com>
2016-07-09Added skill_db.conf.Smokexyz6-4476/+33196
Removed deprecated files - skill_require_db.txt, skill_unit_db.txt, skill_cast_db.txt, skill_castnodex_db.txt, skill_db.txt.
2016-04-04Corrected the Zenkai unit intervalHaru1-1/+1
Fixes #607 Signed-off-by: Haru <haru@dotalux.com>
2016-03-30Fixed typo on item_db documentationDastgir1-1/+1
2016-03-21Fix NC_DISJOINT skill where in the item 'Wrench (6186)' is not consumed ↵Jedzkie1-1/+1
after the usage of the skill.
2016-03-14Fix wrong item effect for 'Magnolia Hat'Jedzkie1-2/+5
Update it's renewal trade restriction.
2016-03-01Fix item names of itemID 14108 and 14109. Thanks to Kyeme.Jedzkie1-2/+2
2016-02-29Dummy Monsters cannot be knockback in kRO.Jedzkie1-5/+20
Fixed their Official names.
2016-02-28Added monsters with NoKnockbackDastgir1-0/+1
2016-02-28Added NoKnockback Mode for monstersDastgir1-0/+1
Signed-off-by: Haru <haru@dotalux.com>
2016-02-21Changed item_db to new formatDastgir1-1995/+12882
Signed-off-by: Haru <haru@dotalux.com>
2016-02-21Updated DocumentationDastgir1-2/+34
2016-02-05Merge pull request #1140 from SamuelHercules/renewalcardsDastgir1-0/+28
Mob DB Update - Added card drops
2016-02-05Mob DB Update - Added card dropsSamuelHercules1-0/+28
- Lighthalzen Biolab F4 - Hall of Abyss - Old Glast Heim Merged rAthena @ f987f1bcbe22ccd4f75fa15e21193b7419aa7f5c Credit: secretdataz
2016-02-05Fixes #543Dastgir1-2/+16
Added missing items from Gift Box
2016-01-29Re-added JName for the monsters that require itHaru1-0/+299
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Re-added support for the JName field in the mob dbHaru1-0/+1
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric sizes with Size_* constants in the mob dbHaru1-1753/+1753
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric races with RC_* constants in the mob dbHaru1-1753/+1753
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric elements with Ele_* constants in the mob databaseHaru1-1753/+1753
Signed-off-by: Haru <haru@dotalux.com>
2016-01-10Fixes Renewal Sleipnir, SP Recovery Rate must be 25%.Jedzkie1-1/+1
Ref: http://www.divine-pride.net/database/item/2410/kRO
2016-01-09Added support for MC_CARTDECORATE skill.Jedzkie3-2/+3
*This skill is supported only by 2015-08-05aRagexeRE clients onwards.* Closes #1025 as merged Signed-off-by: Haru <haru@dotalux.com>
2016-01-07Skill Update:Jedzkie1-1/+1
- According to this kRO's Patch Note: https://rathena.org/board/topic/101392-4082015-maintenance/ • Mechanic's Pile Bunker added 3 new weapons.
2016-01-07ItemDB Update:Jedzkie1-0/+50
- Added 3 New Mechanic's Pile Bunkers.
2016-01-06Reverted the fixed cast delay of Arrow Shower, thanks to @MichiJedzkie1-1/+1
2016-01-06Renewal Arrow Shower UpdateJedzkie2-2/+2
Arrow Shower now has 3x3 AoE on level 1~5 and 5x5 AoE on level 6~10 Arrow Shower now has a fixed after cast delay of 500ms Thanks to @Playtester
2016-01-06Fix Necromancer Card effect, should now work w/ One-Hand and Two-Hand Staffs.Jedzkie1-1/+2
Thanks to @Playtester.
2016-01-05Revert the price of Shadow Orb.Jedzkie1-1/+1
2016-01-05Update NPC_SUMMONMONSTER mobID to official valuemichieru1-36/+36
https://github.com/HerculesWS/Hercules/issues/1050
2016-01-05Merge pull request #1053 from Jedzkie/Transformation_Scrolls_UpdateDastgir1-0/+15
Monster Transform Update:
2016-01-05Merge pull request #1044 from Jedzkie/ItemDB_UpdatesDastgir1-189/+1794
Enchantment Stones Update: