summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-03HPM Hooks UpdateHercules.ws14-14/+14
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-01-03Change the prices of some items according to kRO's item database.Jedzkie1-701/+701
(some of the items aren't changed yet due to lack of information.)
2015-12-31Merge branch 'AnnieRuru-request_29' into herculesHaru214-3670/+3670
Closes #1000 as merged
2015-12-31Extended the numeric view ID deprecation to '-1' (FAKE_NPC)Haru1-2/+1
Signed-off-by: Haru <haru@dotalux.com>
2015-12-31Replaced leftover -1 view IDs with FAKE_NPCHaru95-2938/+2938
Signed-off-by: Haru <haru@dotalux.com>
2015-12-31Replace -1,{ with FAKE_NPC,{AnnieRuru155-710/+710
replace using Notepad++
2015-12-31define FAKE_NPC as -1 in const.txtAnnieRuru1-0/+1
2015-12-29ItemDB SQL SyncHercules.ws2-2/+2
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-12-29Fixes ↵Jedzkie2-2/+2
http://herc.ws/board/tracker/issue-8401-venom-knife/?gopid=23896#entry23896
2015-12-29Merge pull request #1038 from Jedzkie/ItemDB_UpdatesDastgir2-2883/+0
ItemDB: Removed "Buy: 0" field
2015-12-29Removal of 'Buy: 0' in re/pre-re item database.Jedzkie2-2883/+0
2015-12-28Merge pull request #955 from HerculesWS/src-id-constantsAndrei Karas17-171/+440
Replaced several numeric constants with enums
2015-12-28Added some missing item IDs to their enumHaru2-1/+3
2015-12-28Added elemental_id enum, replaced numeric elemental IDs with enum membersHaru4-34/+61
Signed-off-by: Haru <haru@dotalux.com>
2015-12-28Added merc_id, replaced numeric mercenary IDs with enum membersHaru3-16/+50
Signed-off-by: Haru <haru@dotalux.com>
2015-12-28Added homun_id enum, replaced numeric constants with enum membersHaru4-18/+53
Signed-off-by: Haru <haru@dotalux.com>
2015-12-28Added Poring to the mob_id enumHaru4-5/+7
Signed-off-by: Haru <haru@dotalux.com>
2015-12-28Added Zanzou mob ID to the mob_id enumHaru2-2/+4
Signed-off-by: Haru <haru@dotalux.com>
2015-12-28Added Summon Legion-related monsters to the mob_id enumHaru2-8/+21
Signed-off-by: Haru <haru@dotalux.com>
2015-12-28Added Alchemist-related monsters to the enum mob_idHaru2-8/+48
Signed-off-by: Haru <haru@dotalux.com>
2015-12-28Replaced some numeric mob IDs with the proper constants (Magc Decoy / Silver ↵Haru1-14/+22
Sniper) Signed-off-by: Haru <haru@dotalux.com>
2015-12-28Replaced some numeric mob IDs with the proper constants (MOBID_TREASURE_BOX*)Haru2-5/+7
Signed-off-by: Haru <haru@dotalux.com>
2015-12-28Added Splendide, Manuk and Mora mobs to the mob_id enumHaru2-3/+51
Signed-off-by: Haru <haru@dotalux.com>
2015-12-28Standardized (source) mob_id enumHaru8-57/+113
- MOBID_ constant names now follow the Mob DB spritenames. - The following names were changed: * MOBID_EMPERIUM => MOBID_EMPELIUM * MOBID_TREAS01 => MOBID_TREASURE_BOX1 * MOBID_TREAS40 => MOBID_TREASURE_BOX40 * MOBID_BARRICADE1 => MOBID_BARRICADE * MOBID_BARRICADE2 => MOBID_BARRICADE_ * MOBID_GUARIDAN_STONE1 => MOBID_S_EMPEL_1 * MOBID_GUARIDAN_STONE2 => MOBID_S_EMPEL_2 * MOBID_FOOD_STOR => MOBID_OBJ_A * MOBID_BLUE_CRYST => MOBID_OBJ_A2 * MOBID_PINK_CRYST => MOBID_OBJ_B2 * MOBID_TREAS41 => MOBID_TREASURE_BOX41 * MOBID_TREAS49 => MOBID_TREASURE_BOX49 - Added several missing items Signed-off-by: Haru <haru@dotalux.com>
2015-12-26Merge pull request #1023 from Emistry/scriptcommand_setgroupidhemagx2-0/+33
Add *setgroupid script commands.
2015-12-26Add *setgroupid script commands.Emistry2-0/+33
Useful for scripts that temporary adjust the group id of players.
2015-12-25Corrected a missing newline in the item dbHaru1-1/+2
Follow-up to b0326af Signed-off-by: Haru <haru@dotalux.com>
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