index
:
repo-recursive-tests/hercules
jesusalva/prerenewal
Messworld Server Code (Hercules v2020.07.26 with minor edits; Please avoid breaking changes so it can be rebased)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-21
- Added moscovia quest 'Koshei the Immortal'.
Kisuka
6
-37
/
+6292
2009-06-21
Fixed Backstap bypassing battle_check_target.
Inkfish
1
-8
/
+8
2009-06-20
- Instancing System (Thanks to Sirius White who did most of the code, with so...
zephyrus
19
-53
/
+1244
2009-06-20
* Changed Asura Strike/Jump Kick to target skill to get rid of the "target de...
Inkfish
7
-52
/
+43
2009-06-20
Fixed a typo in buildin_mobuseskill_sub
Inkfish
1
-1
/
+1
2009-06-19
- Fixed a Assassin Quest question having all correct answers. (bugreport:3260)
brianluau
6
-47
/
+23
2009-06-19
* Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and N...
Inkfish
15
-25
/
+141
2009-06-17
Fixed wings not working when used on top of Magnetic Earth.
Inkfish
1
-1
/
+2
2009-06-16
* Turn Undead shouldn't apply aftercast delay when casted on a "living" entit...
Inkfish
2
-2
/
+21
2009-06-16
Fixed an exploit that makes guild skill get higher level than the max defined...
Inkfish
8
-14
/
+18
2009-06-15
Removed the 'src' parameter from skill_delunitgroup() (see r5911) (bugreport:...
ultramage
4
-15
/
+16
2009-06-15
* Skill through items will not be blocked when 90% overweight. (bugreport:3246)
Inkfish
3
-16
/
+21
2009-06-15
Improving the r13888 crashfix to cover similar crash scenarios discovered:
ultramage
5
-66
/
+24
2009-06-15
- Changed some variables to scope instead of permanent char. (bugreport:3248)
brianluau
3
-32
/
+34
2009-06-14
* Updated mob_db
Playtester
3
-22
/
+26
2009-06-14
Fixed a crash due to group being redeleted when players are performing an ens...
Inkfish
2
-1
/
+6
2009-06-13
Changed a few sprintf's that had no format arguments to strcpy's.
Paradox924X
3
-6
/
+6
2009-06-13
* If both Double Attack and critical attack have chance to trigger within one...
Inkfish
3
-32
/
+29
2009-06-12
* Fixed the Memory Book combo using Eye Patch instead of Monocle (bugreport:3...
Playtester
2
-2
/
+4
2009-06-12
Fixed "arrow_atk" flag never being reset results in arrow consumption on item...
Inkfish
2
-0
/
+3
2009-06-12
* Fixed itemskill not bypassing Silence, SteelBody, Berserk and the like. (bu...
Inkfish
3
-5
/
+10
2009-06-11
- Updated emotes in const.txt
Kisuka
1
-4
/
+26
2009-06-11
* Fixed TaTaMiGaEShi(Improvised Defense) not working.
Inkfish
5
-31
/
+36
2009-06-11
Adjusted the code order in clif_parse_gmkick() to avoid invalid pointer acces...
ultramage
1
-6
/
+13
2009-06-10
* Implemented rewrite of the quest "The Sign".
L0ne_W0lf
4
-9026
/
+14545
2009-06-09
Fixed applying autocasts with negative rate before the positive one was appli...
Inkfish
2
-47
/
+21
2009-06-09
Added a check to prevent resetting a mob's hp to full when it levels up using...
ultramage
1
-1
/
+2
2009-06-08
* Fixed Radiant Wisdom giving double as much HP/SP than it should
Playtester
2
-4
/
+3
2009-06-08
Follow up to r13867, corrected the newly added MD_TARGETWEAK. Monsters with t...
L0ne_W0lf
3
-2
/
+5
2009-06-08
Added a little information about mob modes (random attack is not implemented ...
Playtester
1
-2
/
+9
2009-06-08
- Added mob mode 0x4000, MD_TARGETWEAK: It makes aggro monsters only chase ch...
skotlex
3
-17
/
+27
2009-06-08
* Fixed up the first set of Battle Ground armors
Playtester
2
-7
/
+11
2009-06-08
- Added 'font' config in atcommand_athena.conf (bugreport:3123)
brianluau
2
-14
/
+17
2009-06-08
- Fixed Swordsman Medallion to be usable by Star Gladiators.
skotlex
3
-5
/
+8
2009-06-08
Fixed bHPGainValue and bSPGainValue worked on all types of attacks and was on...
Inkfish
4
-34
/
+40
2009-06-08
- Fixed item ID of Pickaxe (should be 6010). (bugreport:3214)
brianluau
2
-20
/
+20
2009-06-08
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13861 5...
Inkfish
0
-0
/
+0
2009-06-08
* Added a configuration for whether damage of EarthQuake with single target c...
Inkfish
4
-30
/
+40
2009-06-07
* Fixed up the first set of Battle Ground weapons
Playtester
2
-17
/
+20
2009-06-07
Fixing the 'name requests work at any distance' exploit (bugreport:3206).
ultramage
1
-0
/
+3
2009-06-07
Magical damage reflection now works against boss monsters and only on target ...
Inkfish
2
-2
/
+4
2009-06-07
* Fixed Ring of Flame Lord casting LK_CONCENTRATION instead of CH_SOULCOLLECT...
Playtester
2
-1
/
+4
2009-06-07
Changed hardcoded "5" to MAX_ARROW_RESOURCE in skill_arrow_create preventing ...
Paradox924X
2
-1
/
+2
2009-06-07
Implemented "cooking exp" that increases the success chance of cooking by 0.0...
Inkfish
4
-1
/
+14
2009-06-07
Fixing the 'equipping already equipped items' exploit (bugreport:3195).
ultramage
1
-1
/
+1
2009-06-06
Rewrote Platinum Skill NPC to give all correct skills to all proper classes.
Paradox924X
2
-58
/
+62
2009-06-06
Fixed several issues introduced by Kisuka and/or Spre in r13214 with custom p...
Paradox924X
2
-40
/
+26
2009-06-06
Fixed a crash due to script's backup state not being stored/restored properly...
Inkfish
1
-6
/
+6
2009-06-05
- Fixed a crash on equip/unequip items with autoscripts.
zephyrus
1
-3
/
+3
2009-06-05
- Updated item_db.SQL to latest.
brianluau
1
-129
/
+142
[next]