Age | Commit message (Collapse) | Author | Files | Lines |
|
- Added official effect for Rapid Life Water.
- Added new items:
- Fruit Salad (http://www.divine-pride.net/database/item/11715)
- Shepherd Salad (http://www.divine-pride.net/database/item/11716)
- Yogurt (http://www.divine-pride.net/database/item/11717)
- Bisket Dessert (http://www.divine-pride.net/database/item/11718)
|
|
- Fix typo MOBID_GUARIDAN to MOBID_GUARDIAN
- Added official item effect for Magic Candy.
|
|
- Update the Genetic Sling / Food items
- AegisNames
- iRO Names
- Prices
- Weight
- Added official effect for HP Increase Potions and SP Increase Potions.
- Fix Banana Bomb sitting behavior.
|
|
- Added official item effect for Ancient Spirit Agimat.
|
|
- Added official Buche De Noel item effect.
- Minor white space adjustments.
|
|
- Added SC_MOVHASTE_POTION and SC_MOVESLOW_POTION.
- Change some item effects based on Aegis's special.sc.
- White space adjustments
|
|
- 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.
|
|
- Added effects for Inc_Str_Scroll and Inc_Int_Scroll
- Update some Statuses in sc_config.txt, removed some duplicate entries.
|
|
- 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.
|
|
- Added official effect of Combat Pill and Advanced Combat Pill.
|
|
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
|
|
|
|
- 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>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
- 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
|
|
|
|
- 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.
|
|
- 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)
|
|
- 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
|
|
- Added 'Eden Crystal Synthesis' statuses.
- Added 'Geffen Magic Tournament' statuses.
Note: their sc_config.txt are not yet implemented, needs more information on official servers.
|
|
- 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/)
|
|
- Fixes Issue #688.
- Update the item 'Acaraje' to its official effect. (Ref: http://herc.ws/board/tracker/issue-7773-acaraje-12375/)
- Fix 'Vitata500' not giving additional % in sp. (Thanks to Haru) (Ref: http://www.divine-pride.net/database/item/12436)
- Fix Ljosalfar and Mermaid Bubbles disappear its effect when died / dispell and etc.
|
|
This reverts commit 912578159c8ccca9545e3c7dce9f7ce2b92bee2e.
This will be re-committed in a more atomic form.
|
|
- Update Geffen Scrolls to its official behavior and effect.
- Added Official item effect of Mental Potion.
- Fixed Chinese Pestel item effect.
- Fixed Vitata500 not giving 5% sp.
- Added 'Costume: Time Accessory'.
|
|
- Update 2 new costume items:
• Ljosalfar (ID# 20099)
• Mermaid Bubbles (ID# 20209)
Signed-off-by: Jedzkie <jedzkie13@rocketmail.com>
|
|
Thanks for Haru and 4414 for pointing out inefficiency in code, edited
as suggested.
Rework - Changed refine_db.conf format to a more concise one, thanks to Haru for suggesting.
[2/10/15]
Updated with corrections pointed out by Haru.
Updated warning and error messages.
|
|
Improved compatibility, portability and standards conformance.
- Since it is not possible to portably and reliably re-use the core's
symbols in plugins, symbols are no longer exported unless explicitly
required, in the UNIX builds. This mimics the Windows behavior and
adds HPM compatibility to OSes such as FreeBSD. Credits to Andrei Karas
for making this possible.
- For convenience, it is no longer necessary to call GET_SYMBOL, since
the plugin will automatically import all the available symbols when
it's loaded, depending on the included headers.
- Plugins are now supposed to include the "common/hercules.h" header
before including anything else. Incluing common/HPMi.h,
common/cbasetypes.h or conf/core.h is no longer necessary, as those
are guaranteed to be automatically included by hercules.h.
- HPM API version bumped to 1.1.
Signed-off-by: Haru <haru@dotalux.com>
|
|
Additional Status Calculation for Plugins.
|
|
|
|
|
|
- Include directives are now directory-independent.
- This will allow building plugins from other directories in future.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Replaced several hardcoded values with the appropriate enums.
- Added documentation for some hardcoded values that haven't been
replaced by enums (yet)
- Minor code legibility improvements.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Automatically zeroed variables are now zeroed in the correct size,
regardless of padding.
- Special thanks to Ind.
Signed-off-by: Haru <haru@dotalux.com>
|
|
-http://hercules.ws/board/tracker/issue-8650-minstrel-poem-of-netherworld-or-despair-song-skillleffect/?gopid=25083#entry25083
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
|
|
-Initial and for review
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
Added a new way to know whether a status has a duration (as the aforementioned commit made the previous method unusable).
Special Thanks to Haruna!
Signed-off-by: shennetsind <ind@henn.et>
|
|
- Rather than failing at runtime, plugins that try to access
non-interfaced, unavailable functions or variables, will now show an
error at compile-time.
Signed-off-by: Haru <haru@dotalux.com>
|
|
-Homunculus Official Statuses
-Updated RE @mobinfo to show proper status data.(Follow up 28a8b0f7b06a6af86aff6ececf7d9541d457e297)
-Some official behaviors.
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
This includes, and is not limited to: mixed or wrong indentation, excess
whitespace (horizontal and vertical), misalignment, trailing spaces.
Signed-off-by: Haru <haru@dotalux.com>
|
|
For now MD_RANDOMTARGET is not use and create problem with clone
http://hercules.ws/board/tracker/issue-8424-taekwon-stanceskill-transfered/
|
|
montransform.
|
|
- Please use the values from enum scstart_flag when calling
status_change_start or related functions.
- This also applies to the sc_start script commands.
Signed-off-by: Haru <haru@dotalux.com>
|
|
-Fixes bug 8044: http://hercules.ws/board/tracker/issue-8044-sorcerer-warmer/ TODO: Fix skill_unit_onout to work for skill_unit_timer_sub_onplace too.
- Cleaned some skill_unit_onout cases never reached.
- Removed icon for SC_WARMER.
|
|
|
|
- Fix Peuz's Set item bonus (bug:8141)
- Add Missing Status Effects for Miming_Card and Sropho_Card (bug:7462)
|
|
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
|
|
- When under Mind Break Matk Effect and Mdef reduction should not show on ALT Q(bug:7915)
- Plagiarism should not copy New 3rd class skills. Thanks to OmegaRed (bug:8118)
- Update Runstone Lux Anima to official formula (bug:8285)
- Add official formula for Demonic Fire
- Update damage formula for Unlimit, apply Def and Mdef to 1 during the skill and adjust the cooldown to official. (bug:8227)
- Flash Combo should not consume hp-sp and the skill not ignore the distance.
- Fix a bug with Full Throttle that not consuming sp correctly and adjust the cooldown to official.
- All WoE items are inactive outside WoE or PVP
- Add bonus3 bSPVanishRate for Vellum Items.
- Script Vellum Items.
- Add 2 new bonus bSetDefRace and bSetMDefRace for the Vellum Items. (rAthena c046668034)
- Fixed Bowling Bash, Brandish Spear, Grand Darkness and Meteor Assault reducing def during cast; the only skill that does this officially is Grand Cross (rAthena 694719048e)
- Implemented official Bowling Bash with all its special behaviors including the gutter line
* As many servers probably want to remove the gutter line problem, it is configurable; just adjust the bowling_bash_area setting in skill.conf (Bug:4209)
- Sonic Blow now has a fixed range of 1, even for monsters; a monster can't use this skill if you tank it from farther away (rAthena a15cee063d)
|
|
- Added SC_FLASHCOMBO
Relocated some code related to SC_ALL_RIDING
Updated SI table and skill table according to 3CeAM, special thanks to Rytech
|