summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2017-03-23Merge pull request #1638 from Asheraf/hamiHaru1-12/+1
Correct Castling skill to use cooldown
2017-03-20Add missing quest db entriesAsheraf1-0/+8
credit rathena/rathena@17a273864ad81ac82036a3ae646d11c384fe85e7
2017-03-16Correct Castling skill to use cooldownAsheraf1-12/+1
2017-03-16Official status change base durations for Stun (#1234) (#1632)Flipp2-52/+32
- NPC_LICK now has a base chance of 20%*level and a base duration of 5s - Excruciating Palm now has a base duration 5s - Shield Press now has a base duration of 5s+0.5s*level - Earth Shaker now has a base duration of 2s (level 2-3) and 3s (level 4-5) - Sightless Mind now has a base duration of 30s in pre-re and 20s in renewal - Credit rathena/rathena@80e026433
2017-03-14Merge pull request #1620 from AtlantisRO/item_db_fixesRidley1-1/+2
Correct Peuz's Greaves Bonus
2017-03-13Fixes #1533 - Fixes Peuz_Greave effectAtlantisRO1-1/+2
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-03-13Merge pull request #1623 from AtlantisRO/documentationRidley2-4/+4
Fixes #569. Adds mob_db.txt documentation.
2017-03-13Fixes #1626. Adds missed mapflags on instances.AtlantisRO2-0/+52
- Mapflags are moved into map_zone_db, this will make easier and more intuitive in the future to add mapflags to new instances and avoid miss any mapflag. - Zone mapflags for renewal instances are moved into renewal folder. Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-03-12Fixes #569. Adds mob_db.txt documentation.AtlantisRO2-4/+4
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-03-12Merge pull request #1617 from AtlantisRO/siege_items_restrictionDastgir1-99/+63
Fixes #686. Blocks Vellum and Siege equips/potions usage on non WOE/PVP maps.
2017-03-11Solves #1204. Adds a commented value to pre-re Priest Knuckles BaseASPD. (#1619)Ragno1-0/+1
Users can decide to remove comment to normalize Priest aspd with knuckles. Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-03-08Fixes #686. Blocks Vellum and Siege equips/potions usage on non WOE/PVP maps.AtlantisRO1-99/+63
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-03-07Add missing quest db entries (#1613)Asheraf1-0/+12
thanks to rathena/rathena#1997
2017-03-04Fixed some spelling (#1599)Flipp2-2/+2
* Change spelling in map_zone_db
2017-03-04Fixing Beast StrafeShizuke1-2/+1
Beast Strafe has no target and it should have.
2017-01-22Correct Para_Team_Mark_ effect.Asheraf1-1/+1
in kRO Para_Team_Mark_ warp the player to eden group.
2016-11-20Replaced some unsupported symbols in AegisNames (step 2)Haru17-799/+799
This removes the remaining unsupported symbols (despite they being official names) in AegisNames: The apostrophe (`'`) sign is suppressed. The full replacement rules (cumulative with the step 1 commit) are thus: - Any apostrophe is suppressed. - Any non-`[A-Za-z0-9_]` character is replaced with an underscore (`_`). - If the replaced symbol is at a word boundary (beginning or end of the string, or next to another underscore), it is suppressed instead. - If the replacement causes an AegisName conflict, underscores are appended appropriately. Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Replaced some unsupported symbols in AegisNames (step 1)Haru4-20/+20
This removes some unsupported symbols (despite they being official names) in AegisNames. The replacement rules used are: - Any non-`[A-Za-z0-9_']` character is replaced with an underscore (`_`). - If the replaced symbol is at a word boundary (beginning or end of the string, or next to another underscore), it is suppressed instead. - If the replacement causes an AegisName conflict, underscores are appended appropriately. Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Fixed various broken AegisNamesHaru1-8/+8
This removes special symbols (spaces, dashes, parentheses) from various custom AegisNames for which we don't have the official value available. Where possible, the appropriate name was guessed (based on similar existing items). Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Corrected item type for Gymnastics_Ribbon and Floral_Mic_Of_IguHaru1-2/+2
They are whips, not musical instruments. Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Synchronized the AegisNames to the in-source ITEMID_ constantsHaru1-0/+90
Some missing items were copied to the pre-renewal database. In general, when an item ID is hardcoded in source, it's preferable that the item exists in both databases. Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Synchronized the AegisName between re and pre-re item databasesHaru4-24/+24
Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Fixed various minor issues in the item DBHaru2-9/+8
- Mostly whitespace, with the exception of the 'Wurst' item rename (was previously incorrectly named Brusti) Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Propageted the AegisName fix to scripts and pre-re databaseHaru8-202/+202
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 Pojee2-0/+1009
2016-10-22Implemented SC_BITESCAR:Dastgir Pojee1-0/+1
Cannot be reset by dispell. Cannot be healed by item/NPC once in BITESCAR. Heal Skill would end the BiteScar Effect.
2016-10-22Implemented SU_SPRITEMABLE Skill.Dastgir Pojee1-0/+3
MaxHP + 1000, MaxSP + 100. Show's Spirit of Sea, Land and Life around the sprite when skill is learned.
2016-10-22Implemented SU_LOPE Skill.Dastgir Pojee2-0/+4
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 Pojee5-36/+1768
Added Summoner SC ID's in status.h
2016-10-22Added Summoner Class.Dastgir Pojee6-4/+105
(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-16Merge pull request #1472 from Asheraf/getcharidIbrahem Hossam3-11/+18
Change *getcharid to use constants
2016-10-16Change *getcharid to use constantsAsheraf3-11/+18
2016-10-09King's Grace CDRidley1-0/+7
2016-10-08Merge pull request #1463 from Ridley8819/gxquestDastgir1-0/+9
Add official quest condition for Guillotine Cross job change quest
2016-10-07Fix wrong items bonusAsheraf1-75/+46
-add white space after comma
2016-10-07Add official quest condition for Guillotine Cross job change questRidley1-0/+9
original commit https://github.com/rathena/rathena/commit/25c4334e8406b21a74ecbc313205ea42e9b2df50 by secretdataz
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)Ridley4-3/+22
* 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-17Just fixed small typo in Abracadabra.Flipp1-1/+1
Changed Abrakadabra to its proper name: Abracadabra.
2016-09-02change *strcharinfo to use constantsAsheraf2-28/+28
2016-08-29*strnpcinfo now uses constantsAsheraf1-0/+7
- NPC_NAME for the whole npc name including hidden part - NPC_NAME_VISIBLE for the visible part of the npc name - NPC_NAME_HIDDEN for the hidden part of the npc name - NPC_NAME_UNIQUE for the npc unique name - NPC_MAP for npc map
2016-08-26Implementation of Ghost palace instance based on iROAsheraf4-13/+666
* 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>