summaryrefslogtreecommitdiff
path: root/db/re
AgeCommit message (Collapse)AuthorFilesLines
2017-04-21Update GX Poison itemsJedzkie1-8/+40
2017-04-21Update Rune Knight Runes & OresJedzkie1-25/+52
2017-04-21Removed hard coded checks for no use while sitting in Aloevera and Anodyne item.Jedzkie1-0/+6
2017-04-17Added missing Cart check for MC_CARTDECORATE skillJedzkie1-0/+1
2017-04-09Merge pull request #1598 from Smokexyz/IROHaru1-0/+1
Implementation of Item Options System.
2017-04-04Implementation of Item Options System.Smokexyz1-0/+1
Allows the infusing of equipments with bonus item options. This feature is constrained to clients of packet versions greater than or equal to `20150226`. Item Options and their effects are defined server-side in `db/item_options.conf` and client side in `data/luafiles514/lua files/datainfo/addrandomoptionnametable.lub` The ID of the option must tally with the correct index of the description provided in the client side lua file to avoid bugs. IT_OPT_* keys and MAX_ITEM_OPTIONS macro are also exported from the source as constants. An additional flag `disable_options` has been added to sql, and as `DisableOptions: true/false (boolean, defaults to false !!for equipments only!!)` to item_db.conf files. Script commands documentation is also included. SQL file updates are included. Credits: [Smokexyz](https://github.com/Smokexyz) Style and Script Fixes by [Asheraf](https://github.com/Asheraf) Initial design Idea by [secretdataz](https://github.com/secretdataz)
2017-03-16Correct Castling skill to use cooldownAsheraf1-12/+1
2017-03-16Official status change base durations for Stun (#1234) (#1632)Flipp1-26/+16
- 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/documentationRidley1-2/+2
Fixes #569. Adds mob_db.txt documentation.
2017-03-13Fixes #1626. Adds missed mapflags on instances.AtlantisRO1-0/+26
- 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.AtlantisRO1-2/+2
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-04Fixed some spelling (#1599)Flipp1-1/+1
* Change spelling in map_zone_db
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)Haru7-444/+444
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)Haru2-10/+10
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-20Fixed various minor issues in the item DBHaru1-6/+5
- 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 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>