summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-23Item Update:Jedzkie7-23/+49
- Fix typo MOBID_GUARIDAN to MOBID_GUARDIAN - Added official item effect for Magic Candy.
2015-12-23Item Update:Jedzkie3-21/+21
- Remove the hard coded entry of Monster Transform Scrolls - Change mob names into mob constants.
2015-12-23Item Updates:Jedzkie2-9/+6
- Fix Speed Up Potion and Guyak Pudding effect, only movement speed reduction will not affect when in Quagmire, Decrease AGI and Slow Grace state. (thanks to kyeme) - Follow up https://github.com/Jedzkie/Hercules/commit/9dc44927ccf5ae88a40e92be5c7c2146cdb5eb06 - Remove Yggdrasilberry and Yggdrasil Seed item re-use delay.
2015-12-23Item Update:Jedzkie7-322/+332
- 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.
2015-12-23Item Update:Jedzkie4-0/+14
- Added official item effect for Ancient Spirit Agimat.
2015-12-23Item Update:Jedzkie6-44/+49
- Added official Buche De Noel item effect. - Minor white space adjustments.
2015-12-23ItemDB SQL SyncHercules.ws1-7/+7
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-23Fixes #1008 (Thanks again to jTynne.)Jedzkie1-8/+8
2015-12-22Merge pull request #1004 from HerculesWS/WoE-TE-ItemsKisuka4-16/+81
Split zone mapflag for pre/re.
2015-12-22Organized pet db by episodes + ids. Added missing Pets. Removed RE specific ↵Taylor Locke3-56/+69
pet entries from pre-re pet db.
2015-12-22ItemDB SQL SyncHercules.ws1-2/+2
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-22- Fixes #1005 (Thanks jTynne)Jedzkie3-3/+7
- Update NPC ID's
2015-12-22Follow up ↵Frost1-1/+1
https://github.com/HerculesWS/Hercules/commit/d79a996b1ecfe2dfdfe0069927f3aa0fbe584c8f Fix Spark Candy's Endure effect timer.
2015-12-21Split zone mapflag for pre/re. Follow-up to ↵Taylor Locke4-16/+81
fd78190a5ec4f19f10027f7a7ebe0e6ce023f672.
2015-12-22ItemDB SQL SyncHercules.ws2-118/+118
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-22Merge pull request #992 from Jedzkie/ItemDB_UpdatesDastgir8-362/+544
Item & Skill Updates
2015-12-22Merge branch 'AnnieRuru-request_12' into herculesHaru2-22/+41
2015-12-22Update *dispbottom script command to allow 0xRRGGBB colorAnnieRuru2-12/+25
Closes #858 as merged Signed-off-by: Haru <haru@dotalux.com>
2015-12-22Item Update:Jedzkie6-253/+279
- Added SC_MOVHASTE_POTION and SC_MOVESLOW_POTION. - Change some item effects based on Aegis's special.sc. - White space adjustments
2015-12-22Update *message script command to allow to use account IDAnnieRuru2-10/+16
Signed-off-by: Haru <haru@dotalux.com>
2015-12-22NPC Update:Jedzkie2-24/+30
- Add RENEWAL Checks for Material Seller. - in Renewal the selling prize of Medicine Bowl of Guild Dealer is 250z. Closes #982 as merged Signed-off-by: Haru <haru@dotalux.com>
2015-12-22ItemDB SQL SyncHercules.ws1-3/+3
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-21Follow-up to fd78190a5ec4f19f10027f7a7ebe0e6ce023f672.Taylor Locke4-4/+35
2015-12-21ItemDB SQL SyncHercules.ws1-34/+86
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
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:Jedzkie7-20/+48
- 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-21Fix Client stuck if npc secure time reached and no actual dialog presented ↵hemagx1-1/+6
to client. Fix dialog being cleared if npc secure time reached and dialog exist Fixes #916
2015-12-20Fire Pillar now doesn't require blue gemstone in renewalhemagx1-1/+1
Fixes #970
2015-12-20*explode return array size.Emistry2-2/+6
http://herc.ws/board/topic/7489-explode-to-push-arraysize/ Closes #700 as merged Signed-off-by: Haru <haru@dotalux.com>
2015-12-20Fixed a memory leak in the explode script commandHaru1-18/+16
Minor refactoring Signed-off-by: Haru <haru@dotalux.com>
2015-12-20Fix some issues with the @help command.Kpy!1-3/+3
Fix help messages being trimmed due to an incorrect length value. Fix help messages formatting: use clif_displaymessage2 to properly display newlines. Closes #491 as merged
2015-12-20Split eathena-upgrade in two filesmaqc12-19/+44
Split eathena-upgrade in two files, one for main and one for logs (as is it for rAthena-upgrade) Closes #946 as merged
2015-12-20Costume and Shadow items are not equip-able anymore on older clients that ↵hemagx2-0/+7
doesn't support it. Fixes #947 Closes #954 as merged Signed-off-by: Haru <haru@dotalux.com>
2015-12-20Added a missing parse on line 59 of eathena_upgrade.sqlmaqc11-1/+1
Closes #945 as merged Signed-off-by: Haru <haru@dotalux.com>
2015-12-20Add color constants for announcement and mesAnnieRuru3-6/+42
Added F_MesColor helper function Closes #897 as merged Signed-off-by: Haru <haru@dotalux.com>
2015-12-20Fixed showing HP bar for monsters even if disabled on 2015 clients and onward.hemagx1-3/+3
Fixes #744
2015-12-20HPM Hooks UpdateHercules.ws3-0/+96
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-20Merge branch 'AnnieRuru-request_27' into herculesHaru2-248/+275
Closes #950 as merged
2015-12-20Fix the *getcharipAnnieRuru1-6/+13
-> it uses the dirties method to search for player -> seriously ? why have to search account_id AND char_id ? -> if the char_id gone big enough, it can reach to account_id
2015-12-20Fix certain script command report source npc twice if player not attachedAnnieRuru1-146/+136
Signed-off-by: Haru <haru@dotalux.com>
2015-12-20Change map->nick2sd into script>nick2sdAnnieRuru1-47/+46
- *getcharid and *getmapxy is exempted to check the condition Signed-off-by: Haru <haru@dotalux.com>
2015-12-20Change map->charid2sd into script->charid2sdAnnieRuru1-12/+11
- *charid2rid is exempted to check the condition Signed-off-by: Haru <haru@dotalux.com>
2015-12-20Change map->id2sd into script->id2sdAnnieRuru1-37/+33
- these 4 commands are exempted, because they are meant to check the condition: *playerattached, *attachrid, *isloggedin, *sleep2 Signed-off-by: Haru <haru@dotalux.com>
2015-12-20Add script->id2sd function to throw error properly if player not foundAnnieRuru2-0/+36
- included script->charid2sd and script->nick2sd
2015-12-20Update Mercenary Skills.Jedzkie1-12/+65
Special thanks to Rytech and mrdiablo.
2015-12-20ItemDB Update:Jedzkie6-27/+47
- 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:Jedzkie4-16/+36
- 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:Jedzkie4-1/+39
- Added official effect of Combat Pill and Advanced Combat Pill.
2015-12-19Corrected a typo in the Renewal cardfix calculationHaru1-3/+3
- If you name your variabled cardfix_ and cardfix, don't complain if you get confused... - Since 210c963d Signed-off-by: Haru <haru@dotalux.com>