index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-17
Corrected small error in St. Patrick's Day event.
L0ne_W0lf
2
-2
/
+5
2008-03-17
Whoops. Incorrect ID in item_avail. :D
L0ne_W0lf
2
-1
/
+2
2008-03-17
Whoops. Incorrect IDs in item_avail.
L0ne_W0lf
2
-2
/
+3
2008-03-17
Added another item entry to item_avail.
L0ne_W0lf
2
-0
/
+2
2008-03-17
Added item_avail entries for two items.
L0ne_W0lf
3
-0
/
+11
2008-03-17
- Clean up of calc_times function.
zephyrus
7
-26
/
+13
2008-03-16
Fixed two empty fields in the item_db
L0ne_W0lf
2
-2
/
+4
2008-03-16
Updated Divorce script.
L0ne_W0lf
2
-31
/
+30
2008-03-16
- Added support for offline divorce.
zephyrus
4
-30
/
+75
2008-03-16
- Fixed a compilation error. ops :3
zephyrus
1
-5
/
+4
2008-03-16
- Added De-adopt support when deleting a baby.
zephyrus
2
-8
/
+54
2008-03-16
Disabled some compilation warnings for VS7 and VS8 mapserver builds (bugrepor...
ultramage
4
-0
/
+10
2008-03-16
- Optimized a little bit char deletion process with partner info.
zephyrus
1
-28
/
+15
2008-03-16
Corrected Bloody Knight dropping Strong Shield twice.
L0ne_W0lf
2
-1
/
+2
2008-03-15
Corrected Aliot dropping thin blade twice.
L0ne_W0lf
2
-1
/
+2
2008-03-15
* Added skills for Moscovia area monsters.
L0ne_W0lf
2
-0
/
+50
2008-03-15
Fixed Bloody Knight's drops. Shield[1] -> Strong Shield[1]
L0ne_W0lf
2
-1
/
+2
2008-03-15
Updated mob database with 11.3 information. (bugreport:1191)
L0ne_W0lf
2
-106
/
+148
2008-03-15
- Added the SC_HPREGEN effect to battleground armors.
zephyrus
1
-2
/
+2
2008-03-15
Updated Poring Tower to not refinable. (bugreport: 1050)
Paradox924X
8
-11
/
+18
2008-03-15
- Changed the way SC_HPREGEN works.
zephyrus
2
-7
/
+7
2008-03-14
Fixed a bug allowing Ferlock#Lab to get disabled mid-speech. (bugreport: 1129)
Paradox924X
2
-0
/
+2
2008-03-14
Fixed the autotimer on an npc warp in Juperos Quest.
Paradox924X
2
-0
/
+3
2008-03-14
Fixed spawned mob count not being counted properly, causing yet more respawn ...
ultramage
2
-2
/
+1
2008-03-14
Commented out St. Patrick's Day mob_db2 entries.
L0ne_W0lf
2
-4
/
+6
2008-03-14
* extended the "npc_event: event queue is full" error message to also print t...
ultramage
7
-12
/
+23
2008-03-14
Fixed one condition incorrectly modified in r12358, which caused dynamically ...
ultramage
1
-5
/
+7
2008-03-13
Updated WoE Check in Shift Assassin Script. (bugreport: 1059)
Paradox924X
2
-2
/
+4
2008-03-13
Replaced some foreach-based functions by their inlined iterator equivalents.
ultramage
8
-126
/
+137
2008-03-13
Updated Drunkard#Payon to use a better Class check that won't freeze Novices.
Paradox924X
2
-3
/
+4
2008-03-13
Added Moscovia spawns (untested)
Playtester
2
-10
/
+33
2008-03-13
* Added St. Patrick's Day (2008) event based on iRO, by Kisuka, read the scri...
L0ne_W0lf
5
-2
/
+812
2008-03-13
Fixed one forgotten mob spawning function call causing mobs to duplicate when...
ultramage
1
-1
/
+1
2008-03-13
- Added a fix for Abracadabra, this skills allways should use minimum a Yello...
zephyrus
8
-3
/
+216
2008-03-12
- Fixed bug report 1170.
zephyrus
3
-3
/
+14
2008-03-12
Removed one mob data variable related to dynamic mobs that I found to be redu...
ultramage
6
-20
/
+15
2008-03-12
* Added a message to let know the client if the mail inbox is full.
zephyrus
3
-7
/
+15
2008-03-12
Corrected cashshop description. (#FREEPOINTS->#KAFRAPOINTS)
L0ne_W0lf
1
-2
/
+4
2008-03-12
Replaced one incorrect nullpo check in chat_deletenpcchat()
ultramage
1
-2
/
+4
2008-03-12
Another Small update to castle ownership announcement.
L0ne_W0lf
2
-2
/
+4
2008-03-12
Small update to castle ownership announcement.
L0ne_W0lf
2
-3
/
+12
2008-03-11
Replaced clif_countusers() with a more efficient alternative (thanks to the f...
ultramage
6
-31
/
+20
2008-03-10
- Bug ID #1152: Auction System Mail Message Typos
zephyrus
1
-3
/
+3
2008-03-10
Added missing check to only allow the leader of a party to modify its exp sha...
ultramage
2
-3
/
+16
2008-03-10
* Fixed Hunter Cap Bonus. (bugreport:892)
L0ne_W0lf
2
-2
/
+5
2008-03-10
- Fixed a bug allow GM with notrade to send zeny.
zephyrus
3
-7
/
+8
2008-03-09
Disabled Snap in Turbo track.
L0ne_W0lf
2
-0
/
+2
2008-03-09
- Modified attack_walk_delay so it behaves on a 'per-object' basis, and chang...
skotlex
9
-39
/
+57
2008-03-09
Cleaned up and corrected some more land skill code:
ultramage
6
-122
/
+112
2008-03-09
- Fixed some bugs in Assassin job quest.
zephyrus
1
-57
/
+56
[next]