summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
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:Jedzkie5-17/+25
- 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-20Add color constants for announcement and mesAnnieRuru1-0/+21
Added F_MesColor helper function Closes #897 as merged Signed-off-by: Haru <haru@dotalux.com>
2015-12-20Update Mercenary Skills.Jedzkie1-12/+65
Special thanks to Rytech and mrdiablo.
2015-12-20ItemDB Update:Jedzkie4-27/+37
- 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:Jedzkie2-10/+4
- 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:Jedzkie2-1/+14
- Added official effect of Combat Pill and Advanced Combat Pill.
2015-12-20Item & Skill Update:Jedzkie2-14/+15
- 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-18Add *getunittype and update *getmapxyAnnieRuru1-0/+8
- unlike rathena, hercules' getunittype use the value from getmapxy - getmapxy now can search object position using GID Closes #871 as merged Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Added 8 Official kRO & jRO Costumes supported up to 2015-05-13aRagexe.Jedzkie3-2/+39
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-17Update EffectID, 3CeAM merge(r765)Dastgir1-6/+52
2015-12-17Removal of SC_ITEMSCRIPT.Jedzkie1-1/+0
2015-12-17Implement official effect of MVP ScrollsJedzkie4-14/+146
- 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 ↵Jedzkie2-0/+8
ehavior. Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Reordered trade restrictions for certain itemsJedzkie2-48/+48
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Change ID to Constants in the item dbJedzkie2-18/+18
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17ItemDB Updates:Jedzkie2-97/+141
- 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-17Change ID to Constants of remaining special effects in PRE-RE item db.Jedzkie1-5/+5
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Added special effects on GX Poison Items in PRE-RE item db.Jedzkie1-8/+32
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Update the Gold Pill item to it's Official effect.Jedzkie2-8/+2
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Added Guillotine Cross Job in PRE-RE Poison Bottle.Jedzkie2-8/+10
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Standardized comments in the item_dbJedzkie2-217/+187
Signed-off-by: Haru <haru@dotalux.com>
2015-12-17Add bAddMaxWeight bonus for increasing player's max weightAnnieRuru1-0/+1
2015-12-15Updated header for libconfig-based databasesHaru24-365/+865
It now includes a GPL-compliant license/copyright mention Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Follow up ↵Jedzkie2-2/+0
https://github.com/HerculesWS/Hercules/commit/718fc08805d6d91eb732b6a51472e8ae78aa1892, thanks zack and hemangx!
2015-12-14Added official effect of Mora Berry.Jedzkie3-1/+7
Signed-off-by: Haru <haru@dotalux.com>
2015-12-14Update the Mercenary item database.Jedzkie3-135/+207
Change Item ID and Mercenary ID to Constants.
2015-12-15Follow up ↵Jedzkie1-0/+1
https://github.com/HerculesWS/Hercules/commit/718fc08805d6d91eb732b6a51472e8ae78aa1892, added combo in pre-re.
2015-12-14Typo fix in item_comb_dbDastgir1-1/+1
2015-12-14Added 'Well-Chewed Pencil' and 'Model Training Hat' combo.Jedzkie3-7/+9
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.Jedzkie2-4/+4
2015-12-13ItemDB Updates:Jedzkie4-108/+276
- 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_AllHaru5-468/+218
- Item Databases
2015-11-23ItemDB Update:Jedzkie4-21/+33
- 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:Jedzkie2-7/+174
- 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:Jedzkie2-18/+33
- 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:Jedzkie4-25/+31
- 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:Jedzkie2-38/+76
- 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:Jedzkie2-4/+9
- Fixed 'Black Thing' not decreasing Stats and Movement Speed. - Fixed 'Enriched White Potion Z' no HP regeneration.
2015-11-22ItemDB Update:Jedzkie4-34/+23
- 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.