Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-22 | Implemented SU_SV_ROOTTWIST Skill. | Dastgir Pojee | 5 | -4/+48 | |
Duration: (5+(2*SkillLv)) seconds. Cannot be used on Boss Monsters. Effect is cancelled when Heaven's Drive or Trample is used. Enemies trapped on roots receive poison property damage. | |||||
2016-10-22 | Implemented SU_POWEROFLIFE Skill. | Dastgir Pojee | 2 | -0/+14 | |
Increases Flee, Hit and CRI by 20. If >= 20 Skill points invested in animal-based skills, Ranged Physical Attack + 20%. | |||||
2016-10-22 | Implemented SU_CN_METEOR: | Dastgir Pojee | 3 | -4/+26 | |
Catnip Meteor: Increases Matk by 200+100*SkillLevel%. When 1 Catnip is consumed, Adds a Chance to curse target[Not Implemented]. | |||||
2016-10-22 | Implemented SU_CN_POWDERING Skill. | Dastgir Pojee | 2 | -1/+4 | |
Consumes 1 Catnip Fruit. Lv 1-2: 3x3 AoE Lv 3-4: 5x5 AoE Lv 5: 7x7 AoE Lasts for (2+SkillLevel) Seconds Increases Natural Recovery of HP/SP. Reduces Atk and MAtk by 50% Reduces Movement Speed. | |||||
2016-10-22 | Implemented SU_SV_STEMSPEAR Skill. | Dastgir Pojee | 3 | -0/+13 | |
Silvervine Steam Spear: 10% Bleeding Chance, 700% Matk at all levels. Lv 1: Earth Magic Lv 2: Fire Magic Lv 3: Water Magic Lv 4: Wind Magic Lv 5: Ghost Magic Base Level 30: Chance to activate skill again. Every 30 Base Level: Increases the chance to activate skill. | |||||
2016-10-22 | Implemented SU_POWEROFLAND Skill. | Dastgir Pojee | 1 | -0/+6 | |
Increases INT by 20, If More than 20 skill points invested in plant based Skills, MATK+20%. | |||||
2016-10-22 | Implemented SU_FRESHSHRIMP Skill. | Dastgir Pojee | 2 | -3/+23 | |
Consumes Fresh Shrimp to recover HP for 2 Minutes. Max Level 5: Recovers Every (11-SkillLevel) Seconds. | |||||
2016-10-22 | Implemented SU_SPRITEMABLE Skill. | Dastgir Pojee | 2 | -1/+22 | |
MaxHP + 1000, MaxSP + 100. Show's Spirit of Sea, Land and Life around the sprite when skill is learned. | |||||
2016-10-22 | Implemented SU_LOPE Skill. | Dastgir Pojee | 2 | -1/+14 | |
Skill Cannot be Used on GvG/Battlegrounds. Cast time of Emergency Call doubles. Moves to Another Position by performing High Jump: Lv 1: Move 6 cells Lv 2: Move 10 cells Lv 3: Move 14 cells | |||||
2016-10-22 | Implemented SU_STOOP Skill. | Dastgir Pojee | 4 | -0/+15 | |
Reduces Incoming Damange by 90% for 6 seconds. When Knock Back, the effect disappears. | |||||
2016-10-22 | Implemented SU_SCRATCH: | Dastgir Pojee | 3 | -2/+16 | |
Max Level: 3 Attack Increases by 50+(50+Level)% Base Level >= 30: Activates a Chance to cast skill again. Every 30 Base Level: Increases the chance to cast skill again. | |||||
2016-10-22 | Implemented SU_HIDE Skill. | Dastgir Pojee | 5 | -8/+32 | |
Transforms into Bush. | |||||
2016-10-22 | Implemented SU_BITE Skill: | Dastgir Pojee | 2 | -3/+15 | |
Lv.1: Atk+ 200% BaseLevel 30: Adds a Chance to Reactive the skill. Every 30 Base Levels: Increases the chance to reactive the skill. | |||||
2016-10-22 | Implemented SU_BASIC_SKILL Skill of Summoner | Dastgir Pojee | 3 | -7/+24 | |
Added Function for Basic Skills check. | |||||
2016-10-22 | Added Summoner Skills(in DB) | Dastgir Pojee | 2 | -10/+67 | |
Added Summoner SC ID's in status.h | |||||
2016-10-22 | Added Summoner Class. | Dastgir Pojee | 5 | -6/+22 | |
(Only Placeholder, other things related to summoner will follow-up soon) Added SQL-Upgrade: Added `class` column in charlog | |||||
2016-10-22 | Added Packets for Several Clients: 2015-10-01, 2015-10-29, 2015-11-04 and | Dastgir Pojee | 4 | -20/+189 | |
2015-12-16 Added New Char Creation Packet(0xa39). Added Placeholder of JOB_SUMMONER | |||||
2016-10-16 | Dont send packets for known unsupported client versions. | Andrei Karas | 2 | -11/+43 | |
Fixed packets between 20111005 to 20141022. As reference was used client packet logs from https://gitlab.com/4144/servergreps/tree/master/peek_all/packets | |||||
2016-10-14 | HPM Hooks Update | Haru | 14 | -1374/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-14 | Fixed a memory manager crash when a memory leak occurs in a plugin | Haru | 3 | -2/+6 | |
- Plugins were accidentally using the core's memory manager instead of the HPM-safe wrappers. - As a side-effect of this, plugins shall not be able to hook into the iMalloc interface. - The issue was introduced in e7c2f7d827ad286dc826e483391e64b8ffe2720b Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-08 | Fix packet id for clif_heal for packet version >= 20150513. | Andrei Karas | 1 | -1/+1 | |
2016-10-07 | Updated VECTOR_INIT() and VECTOR_ENSURE() to be more analyzer- (and ↵ | Haru | 1 | -7/+10 | |
human-reader-) friendly Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-07 | Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra) | Haru | 7 | -21/+4 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-05 | Merge pull request #1459 CRI should only be calculated if flag have SCB_CRI | Ridley | 1 | -4/+6 | |
CRI should only be calculated if flag have SCB_CRI. | |||||
2016-10-05 | CRI should only be calculated if flag have SCB_CRI. | Dastgir Pojee | 1 | -4/+6 | |
Fixes #1442 | |||||
2016-10-04 | Fix warning in strlib.c | Andrei Karas | 1 | -0/+1 | |
2016-10-04 | Add missing checks into utils.c | Andrei Karas | 1 | -6/+23 | |
2016-10-04 | Add missing checks into sysinfo.c | Andrei Karas | 1 | -26/+58 | |
2016-10-04 | Add missing checks into sql.c | Andrei Karas | 1 | -5/+15 | |
2016-10-04 | Add missing checks into socket.c | Andrei Karas | 1 | -9/+22 | |
2016-10-04 | Add missing checks into mutex.c | Andrei Karas | 1 | -0/+12 | |
2016-10-04 | Add missing checks into mapindex.c | Andrei Karas | 1 | -10/+25 | |
2016-10-04 | Add missing checks into grfio.c | Andrei Karas | 1 | -3/+21 | |
2016-10-04 | Add missing checks into ers.c | Andrei Karas | 1 | -5/+11 | |
2016-10-04 | Add missing checks into des.c | Andrei Karas | 1 | -0/+7 | |
2016-10-04 | Add missing checks into db.c | Andrei Karas | 1 | -10/+15 | |
2016-10-04 | Add missing checks into core.c | Andrei Karas | 1 | -9/+30 | |
2016-10-04 | Add missing checks into console.c | Andrei Karas | 1 | -11/+32 | |
2016-10-04 | Add missing checks into HPM.c | Andrei Karas | 1 | -11/+35 | |
2016-10-03 | Merge pull request #1451 from gdesatrigraha/fix_item_db | Dastgir | 1 | -1/+1 | |
use mediumint for equip_locations in db2sql | |||||
2016-10-03 | use mediumint for equip_locations | Gde Mahardhikha Satrigraha | 1 | -1/+1 | |
2016-10-02 | Changed _Pragma("GCC diagnostic ignored \"-Wcast-qual\"") to target GCC 4.6 ↵ | Haru | 2 | -9/+9 | |
instead of 4.5 - The support on GCC 4.5 is incomplete, and in order to build Hercules, GCC >= 4.6 is recommended Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-09-30 | Add different fixes for gcc 7 warnings. | Andrei Karas | 16 | -20/+128 | |
Some possible buffer overflows. Add attribute for mark fallthrough cases. Skipped libconfig warnings. | |||||
2016-09-27 | Save also quest time while updating quest in db. | Andrei Karas | 1 | -1/+1 | |
2016-09-27 | In clif_devotion dont read skill range if player not have this skill. | Andrei Karas | 1 | -2/+12 | |
2016-09-22 | Fixed a compile error when SEND_SHORTLIST is disabled | Haru | 1 | -5/+4 | |
- Since f8edb93a (likely caused by a find and replace macro gone horribly wrong) Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-09-21 | Fixed a wrong check in the SA_FREECAST handling code | Haru | 1 | -2/+2 | |
- Don't skip the check for Free Cast's absence unless the cast skill's INF2_FREE_CAST_* flags aren't unset. - Follow-up to 19a06cae9a03ae7c390db18ca95b74bd6033dc4e - Fixes #1439 Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-09-19 | Add missing checks into vending.c | Andrei Karas | 1 | -10/+25 | |
2016-09-19 | Add missing checks into unit.c | Andrei Karas | 1 | -31/+69 | |
2016-09-19 | Add missing checks into trade.c | Andrei Karas | 1 | -5/+19 | |