summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-25*Show the katar critical bonus in player status windowAnnieRuru4-2/+10
- this is unofficial behavior, so it has to be in battle config Related to #579 Closes #882 as merged Signed-off-by: Haru <haru@dotalux.com>
2015-12-25Merge pull request #975 from dastgir/8-RefineDefhemagx4-4/+26
Added Costume/Shadow Atk/Def refine bonus setting
2015-12-25ItemDB SQL SyncHercules.ws2-277/+286
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-25Merge pull request #1009 from Jedzkie/ItemDB_UpdatesDastgir15-862/+1112
ItemDB Updates
2015-12-26Follow up ↵Jedzkie1-4/+2
https://github.com/Jedzkie/Hercules/commit/3f13598714f2d6cecb1c1e5c382592a904798624, thanks to dastgir.
2015-12-25Fix various ShowWarning that doesn't tell the source of the errorAnnieRuru1-7/+7
Closes #868 as merged
2015-12-25Added Costume/Shadow Atk/Def refine bonus settingDastgir4-4/+26
2015-12-25Implemented NoViewIDDastgir10-30/+44
(http://herc.ws/board/topic/10020-official-mapflag-to-disable-viewid/) Closes #926 as merged Signed-off-by: Haru <haru@dotalux.com>
2015-12-25Follow up ↵Jedzkie1-57/+57
https://github.com/HerculesWS/Hercules/commit/eb0d0dc677e1d3e584de9202d3140fe6fb6db722, thanks to Haru! Minor white space edits.
2015-12-25HPM Hooks UpdateHercules.ws3-0/+31
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-25Merge pull request #977 from dastgir/5-DressRoomhemagx3-2/+18
Dressroom Packet implemented
2015-12-25Merge pull request #978 from dastgir/6-EntityPacketshemagx3-21/+105
New Entity Packets Implemented (Thanks to Rytech)
2015-12-25Merge pull request #976 from dastgir/4-EffectIDFrost1-6/+52
Update EffectID, 3CeAM merge(r765)
2015-12-25Added New ViewEquip packetDastgir1-1/+3
2015-12-25New Entity Packets Implemented (Thanks to Rytech)Dastgir3-20/+102
2015-12-24Change packet 0x82d to not send billing slots.hemagx1-1/+1
currently billing slots is not supported and sending the premium slots twice cause client to bug. Fixes #1017
2015-12-24Item Update:Jedzkie8-54/+88
- Fix items that uses SPVanishRate bonus are not working properly. - Fix Velum Katzbalger item effect. - Added HPVanishRate bonus.
2015-12-23Re-added Brasilis pets to the pre-renewal DBHaru2-1/+5
- According to various sources, In some official servers (such as bRO), Brasilis arrived before Renewal. - Keeping the db entries where they are, doesn't hurt (and removing them, may hurt if a server is using those pets and has them in the saved data) Signed-off-by: Haru <haru@dotalux.com>
2015-12-24Item Update:Jedzkie2-3/+17
- Added Cup of Mintlemon item effect - Added Job_Manual25 item effect
2015-12-23ItemDB SQL SyncHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
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-23PetDB Update:Jedzkie3-186/+207
- Change PetID's to Constants - On Official Servers, if you don't have Pet Eggs in your inventory, if you use Pet Incubator item, the Pet Entry list will not show.
2015-12-23Item Update:Jedzkie5-94/+151
- Added official item effect for Mystic Powder. - Added Mystic Powder Box30 - Added effect for WOB_Amatsu - Added Songpyun_Box50 - White space adjustments
2015-12-23Update:Jedzkie7-64/+64
- Rename BLUE_CRYST and PINK_CRYST to BLUE_CRYSTAL and PINK_CRYSTAL - Rename FOOD_STOR to FOOD_STORAGE - Rename TREAS01, TREAS40, TREAS41, TREAS49 to TREASURE_01, TREASURE_40, TREASURE_41, TREASURE_49
2015-12-23Item Update:Jedzkie7-54/+128
- 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)
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-23Follow Up c69a756f. Removed redundnat conditions, added XmasLunatic to pre-reDastgir3-6/+43
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-23Merge pull request #1003 from HerculesWS/865-var_lengthAndrei Karas8-31/+61
Merge of #866 and #867
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-22Throw error when variable name length too longAnnieRuru2-1/+16
2015-12-22Not allow send too big variable names to char server from map server (Closes ↵Andrei Karas1-0/+4
#865) Closes #866 as merged
2015-12-22Ensured 32+1 bytes for all buffers that hold variable namesHaru5-30/+39
Related: #865, #866, #867 Signed-off-by: Haru <haru@dotalux.com>
2015-12-22Add a source constant SCRIPT_VARNAME_LENGTHAnnieRuru1-0/+2
since we can freely adjust the length of the variable name just edit this value and edit in main.sql
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