Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-03 | Update morroc trader npc's to match kRO's morroc trader npc's. | Jedzkie | 7 | -65/+294 | |
Update some coordinates of the npc's in morroc. Added Marrol Battle Recruiter and Mr. Smile npc in morroc town. | |||||
2016-01-03 | Update Prontera trader npc's to match kRO's trader npc's. | Jedzkie | 3 | -64/+193 | |
2016-01-03 | ItemDB SQL Sync | Hercules.ws | 2 | -19/+45 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-01-03 | Fix some missing effects of Gunslinger & Rebellion bullets in PRE-RE and RE. | Jedzkie | 2 | -12/+326 | |
Added new Rebellion bullets in RENEWAL. | |||||
2016-01-03 | ItemDB SQL Sync | Hercules.ws | 3 | -705/+705 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-01-03 | HPM Hooks Update | Hercules.ws | 14 | -14/+14 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-01-03 | Change the prices of some items according to kRO's item database. | Jedzkie | 1 | -701/+701 | |
(some of the items aren't changed yet due to lack of information.) | |||||
2015-12-31 | Merge branch 'AnnieRuru-request_29' into hercules | Haru | 214 | -3670/+3670 | |
Closes #1000 as merged | |||||
2015-12-31 | Extended the numeric view ID deprecation to '-1' (FAKE_NPC) | Haru | 1 | -2/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-31 | Replaced leftover -1 view IDs with FAKE_NPC | Haru | 95 | -2938/+2938 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-31 | Replace -1,{ with FAKE_NPC,{ | AnnieRuru | 155 | -710/+710 | |
replace using Notepad++ | |||||
2015-12-31 | define FAKE_NPC as -1 in const.txt | AnnieRuru | 1 | -0/+1 | |
2015-12-29 | ItemDB SQL Sync | Hercules.ws | 2 | -2/+2 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-29 | Fixes ↵ | Jedzkie | 2 | -2/+2 | |
http://herc.ws/board/tracker/issue-8401-venom-knife/?gopid=23896#entry23896 | |||||
2015-12-29 | Merge pull request #1038 from Jedzkie/ItemDB_Updates | Dastgir | 2 | -2883/+0 | |
ItemDB: Removed "Buy: 0" field | |||||
2015-12-29 | Removal of 'Buy: 0' in re/pre-re item database. | Jedzkie | 2 | -2883/+0 | |
2015-12-28 | Merge pull request #955 from HerculesWS/src-id-constants | Andrei Karas | 17 | -171/+440 | |
Replaced several numeric constants with enums | |||||
2015-12-28 | Added some missing item IDs to their enum | Haru | 2 | -1/+3 | |
2015-12-28 | Added elemental_id enum, replaced numeric elemental IDs with enum members | Haru | 4 | -34/+61 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-28 | Added merc_id, replaced numeric mercenary IDs with enum members | Haru | 3 | -16/+50 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-28 | Added homun_id enum, replaced numeric constants with enum members | Haru | 4 | -18/+53 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-28 | Added Poring to the mob_id enum | Haru | 4 | -5/+7 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-28 | Added Zanzou mob ID to the mob_id enum | Haru | 2 | -2/+4 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-28 | Added Summon Legion-related monsters to the mob_id enum | Haru | 2 | -8/+21 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-28 | Added Alchemist-related monsters to the enum mob_id | Haru | 2 | -8/+48 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-28 | Replaced some numeric mob IDs with the proper constants (Magc Decoy / Silver ↵ | Haru | 1 | -14/+22 | |
Sniper) Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-28 | Replaced some numeric mob IDs with the proper constants (MOBID_TREASURE_BOX*) | Haru | 2 | -5/+7 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-28 | Added Splendide, Manuk and Mora mobs to the mob_id enum | Haru | 2 | -3/+51 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-28 | Standardized (source) mob_id enum | Haru | 8 | -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-26 | Merge pull request #1023 from Emistry/scriptcommand_setgroupid | hemagx | 2 | -0/+33 | |
Add *setgroupid script commands. | |||||
2015-12-26 | Add *setgroupid script commands. | Emistry | 2 | -0/+33 | |
Useful for scripts that temporary adjust the group id of players. | |||||
2015-12-25 | Corrected a missing newline in the item db | Haru | 1 | -1/+2 | |
Follow-up to b0326af Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-25 | *Show the katar critical bonus in player status window | AnnieRuru | 4 | -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-25 | Merge pull request #975 from dastgir/8-RefineDef | hemagx | 4 | -4/+26 | |
Added Costume/Shadow Atk/Def refine bonus setting | |||||
2015-12-25 | ItemDB SQL Sync | Hercules.ws | 2 | -277/+286 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-25 | Merge pull request #1009 from Jedzkie/ItemDB_Updates | Dastgir | 15 | -862/+1112 | |
ItemDB Updates | |||||
2015-12-26 | Follow up ↵ | Jedzkie | 1 | -4/+2 | |
https://github.com/Jedzkie/Hercules/commit/3f13598714f2d6cecb1c1e5c382592a904798624, thanks to dastgir. | |||||
2015-12-25 | Fix various ShowWarning that doesn't tell the source of the error | AnnieRuru | 1 | -7/+7 | |
Closes #868 as merged | |||||
2015-12-25 | Added Costume/Shadow Atk/Def refine bonus setting | Dastgir | 4 | -4/+26 | |
2015-12-25 | Implemented NoViewID | Dastgir | 10 | -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-25 | Follow up ↵ | Jedzkie | 1 | -57/+57 | |
https://github.com/HerculesWS/Hercules/commit/eb0d0dc677e1d3e584de9202d3140fe6fb6db722, thanks to Haru! Minor white space edits. | |||||
2015-12-25 | HPM Hooks Update | Hercules.ws | 3 | -0/+31 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-25 | Merge pull request #977 from dastgir/5-DressRoom | hemagx | 3 | -2/+18 | |
Dressroom Packet implemented | |||||
2015-12-25 | Merge pull request #978 from dastgir/6-EntityPackets | hemagx | 3 | -21/+105 | |
New Entity Packets Implemented (Thanks to Rytech) | |||||
2015-12-25 | Merge pull request #976 from dastgir/4-EffectID | Frost | 1 | -6/+52 | |
Update EffectID, 3CeAM merge(r765) | |||||
2015-12-25 | Added New ViewEquip packet | Dastgir | 1 | -1/+3 | |
2015-12-25 | New Entity Packets Implemented (Thanks to Rytech) | Dastgir | 3 | -20/+102 | |
2015-12-24 | Change packet 0x82d to not send billing slots. | hemagx | 1 | -1/+1 | |
currently billing slots is not supported and sending the premium slots twice cause client to bug. Fixes #1017 | |||||
2015-12-24 | Item Update: | Jedzkie | 8 | -54/+88 | |
- Fix items that uses SPVanishRate bonus are not working properly. - Fix Velum Katzbalger item effect. - Added HPVanishRate bonus. | |||||
2015-12-23 | Re-added Brasilis pets to the pre-renewal DB | Haru | 2 | -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> |