Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-22 | Implemented SU_SPRITEMABLE Skill. | Dastgir Pojee | 1 | -0/+3 | |
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 | -0/+4 | |
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 | Added Summoner Skills(in DB) | Dastgir Pojee | 5 | -36/+1768 | |
Added Summoner SC ID's in status.h | |||||
2016-10-22 | Added Summoner Class. | Dastgir Pojee | 6 | -4/+105 | |
(Only Placeholder, other things related to summoner will follow-up soon) Added SQL-Upgrade: Added `class` column in charlog | |||||
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 #1472 from Asheraf/getcharid | Ibrahem Hossam | 3 | -11/+18 | |
Change *getcharid to use constants | |||||
2016-10-16 | Change *getcharid to use constants | Asheraf | 3 | -11/+18 | |
2016-10-09 | King's Grace CD | Ridley | 1 | -0/+7 | |
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-07 | Fix wrong items bonus | Asheraf | 1 | -75/+46 | |
-add white space after comma | |||||
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-04 | Added support to Para_Team_Mark_ item in Eden Group. | AtlantisRO | 1 | -0/+18 | |
2016-10-03 | Merge pull request #1437 from Asheraf/items | Dastgir | 1 | -16/+26 | |
Fix some item bonus using wrong SkillNames | |||||
2016-10-02 | Updated MapCache | Dastgir Pojee | 1 | -0/+0 | |
2016-10-02 | Update Intro (Renewal) (#1427) | Ridley | 4 | -3/+22 | |
* Update Intro (Renewal) - Conversion while Playing from kRO - New starting Map: iz_int 18 27 (Requires New kRO MAP) - iz_int01 - iz_int04 and int_land01 - int_land04 are added, but not used - the rest of the script was updated to latest script standards - x/y span for duplicates with OnTouch - Fixed wrong getarg - removed +"" in warp | |||||
2016-10-01 | bSkillAtk not increasing damage for some skills | Asheraf | 1 | -16/+26 | |
bSkillAtk not increasing damage for some skills | |||||
2016-09-17 | Just fixed small typo in Abracadabra. | Flipp | 1 | -1/+1 | |
Changed Abrakadabra to its proper name: Abracadabra. | |||||
2016-09-02 | change *strcharinfo to use constants | Asheraf | 2 | -28/+28 | |
2016-08-29 | *strnpcinfo now uses constants | Asheraf | 1 | -0/+7 | |
- NPC_NAME for the whole npc name including hidden part - NPC_NAME_VISIBLE for the visible part of the npc name - NPC_NAME_HIDDEN for the hidden part of the npc name - NPC_NAME_UNIQUE for the npc unique name - NPC_MAP for npc map | |||||
2016-08-26 | Implementation of Ghost palace instance based on iRO | Asheraf | 4 | -13/+666 | |
* Added ghost palace instance script * Add needed monster, item and quest database entries * Added mapflags for instance map (1@spa) | |||||
2016-08-17 | Nightmare Clock Tower Dungeon | Ridley8819 | 4 | -76/+482 | |
- added mobs and (updated) skills - added quests_aldebaran.txt - iro dialogues - all items are already in available in item_db.conf - maps are already available in mapcache, index and .conf - Updated item effect for Pocket_Watch_ and Pocket_Watch__, and their combo with Memorize_Book and Pocket_Watch__ Closes #1389 as merged Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-08-02 | Sara's Memory Instance implementation | Ridley8819 | 2 | -14/+268 | |
* implementation of Sara's memory instance * Update and add missing Sara's memory monster database * Update and add missing Sara's memory quest database | |||||
2016-08-01 | Update Old Glastheim announces to use C_color | Asheraf | 1 | -20/+21 | |
* now announce commands use constant colors instead of hexadecimal. * added new color C_SPRINGGREEN | |||||
2016-07-20 | Old Glast Heim and Nightmare Glast Heim implementation | Ridley8819 | 4 | -247/+1030 | |
-- adding glast heim Monsters/Items/Quests full entries -- corrected already existed glast heim items/quest/monsters entries -- added Old Glast Heim Enchanter -- Changed .MyMobs to 'MyMobs -- Added H.U.L.D suppot | |||||
2016-07-19 | Merge pull request #1372 from 4144/freemove | Haru | 2 | -0/+8 | |
Add skill attributes for allow moving while casting this skill | |||||
2016-07-19 | Add new skill attributes into skill_db and skill db converter. | Andrei Karas | 2 | -0/+8 | |
2016-07-18 | Fix a typo in some items bonus | Asheraf | 1 | -4/+4 | |
2016-07-12 | Fix converted skilldb | Andrei Karas | 2 | -2536/+11159 | |
2016-07-12 | Add missing items into item_db.conf | Andrei Karas | 2 | -14/+224 | |
2016-07-10 | Add sc_config.txt flag for always visible effects. | Andrei Karas | 1 | -34/+37 | |
Remove hardcoded visible effects from status.c and add visible flag into sc_config.txt | |||||
2016-07-09 | Some indentation fixes in the skill db converter | Haru | 2 | -1109/+1108 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-09 | Added skill_db.conf. | Smokexyz | 12 | -8917/+65265 | |
Removed deprecated files - skill_require_db.txt, skill_unit_db.txt, skill_cast_db.txt, skill_castnodex_db.txt, skill_db.txt. | |||||
2016-04-04 | Corrected the Zenkai unit interval | Haru | 2 | -2/+2 | |
Fixes #607 Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-03-30 | Fixed typo on item_db documentation | Dastgir | 2 | -2/+2 | |
2016-03-21 | Fix NC_DISJOINT skill where in the item 'Wrench (6186)' is not consumed ↵ | Jedzkie | 2 | -2/+2 | |
after the usage of the skill. | |||||
2016-03-14 | Fix wrong item effect for 'Magnolia Hat' | Jedzkie | 2 | -4/+7 | |
Update it's renewal trade restriction. | |||||
2016-03-11 | Hardcore Parameters from constant database to avoid synchronize issues with ↵ | hemagx | 1 | -118/+0 | |
source now defining new parameters in the constants.conf database is deprecated and should be defined in source instead | |||||
2016-03-06 | Added missing item slot on Zaha Doll Hat (Pre-Renewal). Thanks to kyeme. | Jedzkie | 1 | -0/+1 | |
2016-03-06 | Fix Strong Shield can be equipped by all classes (Pre-Renewal). Thanks to Kyeme. | Jedzkie | 1 | -2/+9 | |
2016-03-01 | Fix item names of itemID 14108 and 14109. Thanks to Kyeme. | Jedzkie | 2 | -4/+4 | |
2016-02-29 | Dummy Monsters cannot be knockback in kRO. | Jedzkie | 1 | -5/+20 | |
Fixed their Official names. | |||||
2016-02-29 | Added gender-related constants SEX_MALE/SEX_FEMALE | Emistry | 1 | -0/+4 | |
2016-02-28 | Added monsters with NoKnockback | Dastgir | 2 | -0/+2 | |
2016-02-28 | Added NoKnockback Mode for monsters | Dastgir | 3 | -0/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-27 | Update NPC ID's | Jedzkie | 1 | -0/+25 | |
2016-02-21 | Changed item_db to new format | Dastgir | 3 | -3358/+21704 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-21 | Updated Documentation | Dastgir | 3 | -5/+101 | |
2016-02-05 | Merge pull request #1140 from SamuelHercules/renewalcards | Dastgir | 1 | -0/+28 | |
Mob DB Update - Added card drops | |||||
2016-02-05 | Mob DB Update - Added card drops | SamuelHercules | 1 | -0/+28 | |
- Lighthalzen Biolab F4 - Hall of Abyss - Old Glast Heim Merged rAthena @ f987f1bcbe22ccd4f75fa15e21193b7419aa7f5c Credit: secretdataz | |||||
2016-02-05 | Fixes #543 | Dastgir | 2 | -4/+32 | |
Added missing items from Gift Box |