Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-22 | Implemented SU_LOPE Skill. | Dastgir Pojee | 4 | -1/+18 | |
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 | 4 | -9/+27 | |
Added Function for Basic Skills check. | |||||
2016-10-22 | Added Summoner Skills(in DB) | Dastgir Pojee | 7 | -46/+1835 | |
Added Summoner SC ID's in status.h | |||||
2016-10-22 | Added Summoner Class. | Dastgir Pojee | 17 | -14/+160 | |
(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-18 | close2 in eye_of_hellion.txt | Ridley | 1 | -1/+1 | |
followup 2f06704ee introduced in 6006bca05 when the script was rewritten. | |||||
2016-10-17 | Re-generated configure script | Haru | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-17 | Corrected an inverted superuser check causing unnecessarily slow GitLab builds | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-16 | Merge pull request #1466 from Ridley8819/skill | Haru | 1 | -0/+7 | |
Added RG King's Grace cooldown | |||||
2016-10-16 | Merge pull request #1461 from 4144/fixpackets | Haru | 2 | -11/+43 | |
Dont send packets for known unsupported client versions. | |||||
2016-10-16 | Merge pull request #1476 from Asheraf/documentation | Ridley | 1 | -0/+1 | |
missing type at setlook documentation | |||||
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-16 | Merge pull request #1473 from Ridley8819/0hp | Haru | 12 | -32/+38 | |
Fix cases were player were executed | |||||
2016-10-16 | Fixes cases where player were executed | Ridley | 12 | -36/+42 | |
On Aegis players set their HP to 0 by script are still alive. Since we don't want to copy this, scripts that set HP to 0 and expects the player to stay alive are changed. Additionally some scripts where changed where the HP were set to 1% instead to 1 HP and also the percentheal -100 with intended death set into close2. In megingard_seal.txt a end; was missing. | |||||
2016-10-16 | Constants Documentation Sync | Hercules.ws | 1 | -0/+8 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-16 | ItemDB SQL Sync | Hercules.ws | 2 | -11/+11 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-16 | Merge pull request #1472 from Asheraf/getcharid | Ibrahem Hossam | 79 | -361/+368 | |
Change *getcharid to use constants | |||||
2016-10-16 | Change *getcharid to use constants | Asheraf | 79 | -361/+368 | |
2016-10-14 | Merge pull request #1477 from HerculesWS/memmgr-hpm-fixes | Andrei Karas | 18 | -1378/+7 | |
Fixed a memory manager crash when a memory leak occurs in a plugin | |||||
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 | 4 | -4/+7 | |
- 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-13 | missing type at setlook documentation | Asheraf | 1 | -0/+1 | |
2016-10-09 | King's Grace CD | Ridley | 1 | -0/+7 | |
2016-10-08 | Merge pull request #1470 from 4144/fixpacket | Ridley | 1 | -1/+1 | |
Fix packet id for clif_heal for packet version >= 20150513. | |||||
2016-10-08 | Fix packet id for clif_heal for packet version >= 20150513. | Andrei Karas | 1 | -1/+1 | |
2016-10-08 | Merge pull request #1463 from Ridley8819/gxquest | Dastgir | 1 | -0/+9 | |
Add official quest condition for Guillotine Cross job change quest | |||||
2016-10-08 | Fixes wrong warp of izlude | Dastgir Pojee | 1 | -1/+6 | |
2016-10-07 | ItemDB SQL Sync | Hercules.ws | 1 | -18/+18 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-07 | Merge pull request #1465 from Asheraf/item | Ridley | 1 | -75/+46 | |
Fix wrong items bonus | |||||
2016-10-07 | Fix wrong items bonus | Asheraf | 1 | -75/+46 | |
-add white space after comma | |||||
2016-10-07 | Merge pull request #1464 from MishimaHaruna/variousfixes | Andrei Karas | 21 | -41/+39 | |
Build / CI improvements | |||||
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-07 | Updated Xcode project to Xcode 8 | Haru | 10 | -10/+22 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-07 | Suppressed the superuser check in CI builds | Haru | 2 | -2/+2 | |
- Speeds up GitLab builds by 1 minute Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-07 | Improved Makefile change detection | Haru | 1 | -1/+1 | |
- The build system's change detection is now more reliable when a new Makefile.in is added Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-07 | Add official quest condition for Guillotine Cross job change quest | Ridley | 1 | -0/+9 | |
original commit https://github.com/rathena/rathena/commit/25c4334e8406b21a74ecbc313205ea42e9b2df50 by secretdataz | |||||
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-05 | Constants Documentation Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-05 | ItemDB SQL Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-05 | Merge pull request #1460 from AtlantisRO/Para_Team_Mark_ | Ridley | 15 | -30/+68 | |
Added support to Para_Team_Mark_ item in Eden Group | |||||
2016-10-04 | Added support to Para_Team_Mark_ item in Eden Group. | AtlantisRO | 15 | -30/+68 | |
2016-10-04 | Merge pull request #1452 from 4144/commonchecks | Haru | 14 | -105/+307 | |
Add missing checks in common directory | |||||
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 | |