summaryrefslogtreecommitdiff
path: root/db/re
AgeCommit message (Collapse)AuthorFilesLines
2015-12-23Fixed Brysinggamen Heal Power effect accidentally removed in ↵Jedzkie1-7/+8
https://github.com/HerculesWS/Hercules/commit/3bcd2ce99a3eec1c43622d7ca78c619c1e2065a2 Thanks to Zack.
2015-12-23Follow Up c69a756f. Removed redundnat conditions, added XmasLunatic to pre-reDastgir1-3/+3
2015-12-23Fixes #1008 (Thanks again to jTynne.)Jedzkie1-8/+8
2015-12-22Organized pet db by episodes + ids. Added missing Pets. Removed RE specific ↵Taylor Locke2-28/+40
pet entries from pre-re pet db.
2015-12-22- Fixes #1005 (Thanks jTynne)Jedzkie1-2/+2
- Update NPC ID's
2015-12-22Merge pull request #992 from Jedzkie/ItemDB_UpdatesDastgir1-147/+173
Item & Skill Updates
2015-12-22Item Update:Jedzkie1-118/+130
- Added SC_MOVHASTE_POTION and SC_MOVESLOW_POTION. - Change some item effects based on Aegis's special.sc. - White space adjustments
2015-12-21Follow-up to fd78190a5ec4f19f10027f7a7ebe0e6ce023f672.Taylor Locke3-4/+19
2015-12-21Merge pull request #999 from HerculesWS/WoE-TE-ItemsKisuka3-70/+904
Added WoE:TE Items from EP 14.2
2015-12-21Added WoE:TE Items from EP 14.2Taylor Locke3-70/+904
2015-12-21ItemDB Update:Jedzkie1-10/+13
- Added official effect for Jumping Candy (Spark_Candy) (Ref: http://herc.ws/board/topic/1125-please-implement-the-magic-scroll-mental-potion-etc/) Follow up Mercenary Skill update, disable AL_HEAL skill due to mercenary_skill_db doesn't recognize the skill.
2015-12-20Fire Pillar now doesn't require blue gemstone in renewalhemagx1-1/+1
Fixes #970
2015-12-20ItemDB Update:Jedzkie1-4/+12
- Added effects for Inc_Str_Scroll and Inc_Int_Scroll - Update some Statuses in sc_config.txt, removed some duplicate entries.
2015-12-20ItemDB Update:Jedzkie1-10/+3
- Added official effect for RWC_Cele_Fire and RWC_Cele_Fire2. - Fix Battle Scroll not applying additional attack. - Fix Mystic Scroll not applying cast reduction - Fix Combat Pill and Advance Combat Pill giving ATK not ATKRATE. - Fix Combat Pill and Advance Combal Pill should not stack each other when used.
2015-12-20ItemDB Update:Jedzkie1-1/+11
- Added official effect of Combat Pill and Advanced Combat Pill.
2015-12-20Item & Skill Update:Jedzkie1-8/+8
- Speed Potion & Guyak Pudding effects are now official. • Movement Speed changed from 50% to 100% • Removed its hard coded data in src. • Cannot be Slowed by Quagmire, Decrease AGI, and Slow Grace. - Modified Rudo Card effect. - NPC_AGIUP movement speed is now official • Movement speed changed from 50% to 100% • Fixed 100% movement speed per level. - Fix Slow Down Potion's movement speed reduction.
2015-12-17Added 8 Official kRO & jRO Costumes supported up to 2015-05-13aRagexe.Jedzkie1-2/+20
Change the AegisName of Music Decoration to its official name. Update Status Change ID's. (Thanks to Rytech) Note: • Some of the costumes items are missing or not implemented on this commit, but this is their official SC's. • SC's that don't have costume items: - SC_FLOWERSMOKE - SC_HAPPINESS_STAR - SC_MAGICAL_FEATHER
2015-12-17Implement official effect of MVP ScrollsJedzkie1-8/+48
- Ghostring Scroll - Phreeoni Scroll - Tao Gunka Scroll - Mistress Scroll - Orc Hero Scroll - Orc Lord Scroll (thanks to Dastgir) Note: in Aegis, the reflect damage from Orc Lord Scroll is in the user not in the attacker, but in this commit, the attacker receives the reflect damage. - Added New Cash Boxes * Tao Gunka Scroll Box * Mistress Scroll Box Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Update the item script of the Osychic Armor Scroll item to match official ↵Jedzkie1-0/+4
ehavior. Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Reordered trade restrictions for certain itemsJedzkie1-34/+34
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Change ID to Constants in the item dbJedzkie1-10/+10
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17ItemDB Updates:Jedzkie1-54/+74
- Change ID to Constants of some items both pre-re and re. - Corrected some item names and scripts. - Added 'Mysterious_Can2', 'Mysterious_PET_Bottle2', '2009_Rice_Cake_Soup', 'Vulcan Bullet Magazine', 'Unripe_Yggdrasil', 'Iggdrasilberry_Box' effect. Closes #957 as merged Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Update the item script of DARK_INVITATION.Jedzkie1-5/+5
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Update the Effect of Special Defense Potion.Jedzkie1-0/+5
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Update the Effects of Cat's Ship Biscuit and Weevil Bug Worm.Jedzkie1-2/+44
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Update the Egir Equipments (Effect, Buying Price, Combo, Aegis Name).Jedzkie2-31/+46
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Update the Gold Pill item to it's Official effect.Jedzkie1-4/+1
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Added Guillotine Cross Job in PRE-RE Poison Bottle.Jedzkie1-4/+5
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Standardized comments in the item_dbJedzkie1-134/+75
Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Updated header for libconfig-based databasesHaru9-149/+335
It now includes a GPL-compliant license/copyright mention Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Follow up ↵Jedzkie1-1/+0
https://github.com/HerculesWS/Hercules/commit/718fc08805d6d91eb732b6a51472e8ae78aa1892, thanks zack and hemangx!
2015-12-14Added official effect of Mora Berry.Jedzkie1-1/+5
Signed-off-by: Haru <haru@dotalux.com>
2015-12-14Update the Mercenary item database.Jedzkie1-70/+142
Change Item ID and Mercenary ID to Constants.
2015-12-14Typo fix in item_comb_dbDastgir1-1/+1
2015-12-14Added 'Well-Chewed Pencil' and 'Model Training Hat' combo.Jedzkie2-4/+5
2015-12-13Corrected a FIXME in the Renewal Mob DBHaru1-1/+1
- Follow-up to 02546a4cb569acdbadd50dce48df1303d1decedc - Thanks to zackdreaver for pointing it out Signed-off-by: Haru <haru@dotalux.com>
2015-12-13Fix SC_STOMACHACHE to its official behavior.Jedzkie1-2/+2
2015-12-13ItemDB Updates:Jedzkie2-107/+273
- Added 'Malang Cat Can' item. - Added 'Ru Blue Spear' item. - Change the item id of 'RWC Silver Brooch' from 2998 to 2999. - Follow up https://github.com/HerculesWS/Hercules/commit/e511dcf5940cee7a6e43744543a5ca96bc23cf84, thanks to zackdreaver. - item_db.conf renewal minor clean-up xD
2015-12-08Removed a dozen duplicate entries from the Renewal Mob DBHaru1-565/+0
Signed-off-by: Haru <haru@dotalux.com>
2015-12-08Fixed various incorrect AegisNames in the Renewal Mob DBHaru1-7/+7
Signed-off-by: Haru <haru@dotalux.com>
2015-12-06Replaced RC_Boss/RC_NonBoss combinations with RC_AllHaru2-312/+146
- Item Databases
2015-11-23ItemDB Update:Jedzkie1-8/+19
- Added new official item status effect, 'SC_CUP_OF_BOZA'. - Follow up https://github.com/HerculesWS/Hercules/commit/f512a0b9cf93e2432f79b57fb05ccda4b6311b02. - Follow up https://github.com/HerculesWS/Hercules/commit/ce33936de2fcb9c565437cb80e6329ab76626500. - Follow up https://github.com/HerculesWS/Hercules/commit/d8909d9b2cf29f45c025fb93fc1df94ec1a40854. - Follow up https://github.com/HerculesWS/Hercules/commit/f65e0326ac7e6faf17451d4c6d275e4fd3133cc0. - Some white spaces adjustments.
2015-11-22ItemDB Updates:Jedzkie1-3/+162
- Added new official cash shop usable items and it's boxes: • STR Biscuit Stick - http://www.divine-pride.net/database/item/14616 • VIT Biscuit Stick - http://www.divine-pride.net/database/item/14617 • AGI Biscuit Stick - http://www.divine-pride.net/database/item/14618 • INT Biscuit Stick - http://www.divine-pride.net/database/item/14619 • DEX Biscuit Stick - http://www.divine-pride.net/database/item/14620 • LUK Biscuit Stick - http://www.divine-pride.net/database/item/14621 • STR Biscuit Stick Box - http://www.divine-pride.net/database/item/17270 • VIT Biscuit Stick Box - http://www.divine-pride.net/database/item/17271 • AGI Biscuit Stick Box - http://www.divine-pride.net/database/item/17272 • INT Biscuit Stick Box - http://www.divine-pride.net/database/item/17273 • DEX Biscuit Stick Box - http://www.divine-pride.net/database/item/17274 • LUK Biscuit Stick Box - http://www.divine-pride.net/database/item/17275
2015-11-22ItemDB Update:Jedzkie1-10/+17
- Fix some item behavior based on Official Servers. • Lucky Rice Cake • Charm Of Luck • Charm Of Happiness • Rune Kn Test Int • Takoyaki • Evasion Scroll • Concentration Scroll
2015-11-22ItemDB Update:Jedzkie1-12/+14
- Fix some item behaviors based on Official Servers. • Str_Dish10 (Healing percent) • Citron • Meat Skewer • Mre_B • Mre_C • Spray Of Flowers • Strawberry Cake • Pineapple Juice • Spicy Sandwich • Grilled Corn - Implemented the follow SC: • SC_FOOD_CRITICALSUCCESSVALUE (Based on Aegis VAR_CRITICALSUCCESSVALUE)
2015-11-22ItemDB Update:Jedzkie1-19/+38
- Fix some item behavior that should not stack w/ other stat foods. • Tyr's Blessing - http://www.divine-pride.net/database/item/14601 • Internet Cafe1 - • Internet Cafe2 - • Internet Cafe3 - • Internet Cafe4 - • Luxurious Western Food - http://www.divine-pride.net/database/item/14607 • Manchu-Han Imperial Feast - http://www.divine-pride.net/database/item/14608
2015-11-22ItemDB Update:Jedzkie1-2/+7
- Fixed 'Black Thing' not decreasing Stats and Movement Speed. - Fixed 'Enriched White Potion Z' no HP regeneration.
2015-11-22ItemDB Update:Jedzkie1-14/+8
- Added official item effect of 'Gold Pill 1' and 'Gold Pill 2'. - Update SC_ACARAJE flag in sc_config.txt. Ref: http://www.divine-pride.net/database/item/12274, http://www.divine-pride.net/database/item/12275
2015-11-22MobDB Update:Jedzkie1-19/+903
- Added 'Geffen Magic Tournament' monsters. • Ahri - http://www.divine-pride.net/database/monster/2549 • Dio Anemos - http://www.divine-pride.net/database/monster/2550 • Geffen Shoplifter - http://www.divine-pride.net/database/monster/2551 • Geffen Bully - http://www.divine-pride.net/database/monster/2552 • Geffen Gang Member - http://www.divine-pride.net/database/monster/2553 • Faymont - http://www.divine-pride.net/database/monster/2554 • Ordre - http://www.divine-pride.net/database/monster/2555 • Blut Hase - http://www.divine-pride.net/database/monster/2556 • Kuro Akuma - http://www.divine-pride.net/database/monster/2557 • Ifodes - http://www.divine-pride.net/database/monster/2558 • Licheniyes - http://www.divine-pride.net/database/monster/2559 • Orodic - http://www.divine-pride.net/database/monster/2560 • Ju - http://www.divine-pride.net/database/monster/2561 • Dwigh - http://www.divine-pride.net/database/monster/2562 • Fay Kanavian - http://www.divine-pride.net/database/monster/2563 • Fenrir - http://www.divine-pride.net/database/monster/2564 • Alphonse - http://www.divine-pride.net/database/monster/2565 • Alphonse Jr - http://www.divine-pride.net/database/monster/2566 • E_GEFFEN_MAGIC_3_2 - http://www.divine-pride.net/database/monster/2567 • E_GEFFEN_MAGIC_3_3 - http://www.divine-pride.net/database/monster/2568 More info: http://irowiki.org/wiki/Geffen_Magic_Tournament NOTE: This commit is not complete, we need more Information of their official behaviors as well as their drop, and etc.
2015-11-22ItemDB Update:Jedzkie1-36/+25
- Implemented the Geffen Scrolls and Mental Potion official effects. Thanks to Kyeme. (Ref: http://herc.ws/board/topic/1125-please-implement-the-magic-scroll-mental-potion-etc/)