summaryrefslogtreecommitdiff
path: root/db/re
AgeCommit message (Collapse)AuthorFilesLines
2016-11-20Propageted the AegisName fix to scripts and pre-re databaseHaru5-117/+117
This commit just propagates the AegisName changes to the pre-re database and to the (re) scripts. Two issues are fixed as a side-effect: - The ghost_palace script was referring the non-existing constant(s): Thanatos_Two-Handed_Staff == (Thanatos_Two) - (Handed_Staff) == 0. Paired with the script engine's inability to differentiate between constants and player variables, that produced a very subtle issue. - The item RAG203 is sold by a NPC (Rebellion Weapon Vending). Due to a pair of swapped AegisName constants (RAG203 and RAG203_), the slotted version was sold by the NPC instead of hte non-slotted one (the issue was actually fixed in the previous commit, although the description of the fix is here - these two commits are only split for legibility purposes but they're to be considered indivisible). Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Fixed several broken or incorrect AegisName valuesHaru1-932/+932
The values are based on Divine-Pride. This also fixes several unusable AegisName constants containing spaces or special characters. Signed-off-by: Haru <haru@dotalux.com>
2016-11-02fix incorrect item typeAngelmelody1-40/+40
https://github.com/HerculesWS/Hercules/issues/1484 Signed-off-by: Angelmelody <cutepeipei@hotmail.com.tw>
2016-10-23Fix wrong skill name used to increase damageAsheraf1-19/+20
2016-10-22Added Summoner ItemsDastgir Pojee1-0/+997
2016-10-22Implemented SU_LOPE Skill.Dastgir Pojee1-0/+2
Skill Cannot be Used on GvG/Battlegrounds. Cast time of Emergency Call doubles. Moves to Another Position by performing High Jump: Lv 1: Move 6 cells Lv 2: Move 10 cells Lv 3: Move 14 cells
2016-10-22Added Summoner Skills(in DB)Dastgir Pojee2-18/+878
Added Summoner SC ID's in status.h
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.