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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-27
- Now when you do @baselevel to reduce your level and you don't have enough s...
skotlex
1
-0
/
+2
2006-04-27
- Added at command @commands, displays the list of commands available to you.
skotlex
2
-1
/
+36
2006-04-27
- Added the missing clif_* calls to make changebase's view-class change updat...
skotlex
1
-1
/
+5
2006-04-27
- Corrected the hit value of the TK kicks (from single hit "6" to multi-hit "8")
skotlex
3
-5
/
+25
2006-04-27
- Fixed base-level up @ command giving stat points instead of taking them awa...
skotlex
2
-3
/
+3
2006-04-27
- Fixed unit_attack_timer mismatch warnings (this was solved yesterday, but I...
skotlex
3
-5
/
+5
2006-04-27
updated 'setmapflag' script command
Lupus
1
-2
/
+18
2006-04-26
- Updated item_db.sql to current.
skotlex
10
-49
/
+9
2006-04-26
- Modified mob_drop_adjust function to receive unsigned int as initial parame...
skotlex
2
-4
/
+6
2006-04-26
- Item use interval is set to a default of 100ms now.
skotlex
5
-49
/
+34
2006-04-26
- When Taekwons level up they get Bless and Agi Up level 10 instead of the S....
skotlex
1
-2
/
+7
2006-04-26
- Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip scr...
skotlex
4
-18
/
+2
2006-04-26
- Changed the skill_wall_check to use shoot-path seeking. May fix skill_wall_...
skotlex
1
-2
/
+1
2006-04-26
* Fixed typo in skill.c: skill_clear_group
Lance
2
-2
/
+2
2006-04-25
- Renamed skill_clear_element_field to skill_clear_group, it accepts a flag t...
skotlex
6
-11
/
+29
2006-04-25
- Cleaned up a bit the implementation of SC_MAXIMIZEPOWER, SC_CHASEWALK and S...
skotlex
1
-7
/
+4
2006-04-25
- When battle_damage's flag is &2, the flag 3 is passed to mob_damage so that...
skotlex
2
-2
/
+2
2006-04-25
- Moved the mapflag skill restrictions from skill_checkcondition to skillnoto...
skotlex
1
-33
/
+32
2006-04-25
updated the db to X.2/X.3's itemsummonlist.
Vicious
2
-0
/
+14
2006-04-25
- Added reporting when receiving an unknown packet in login-sql before ending...
skotlex
1
-1
/
+4
2006-04-25
- Modified and simplified the random item group format. It now is <GroupID>,<...
skotlex
6
-192
/
+134
2006-04-25
- Simplified npc_gettimerevent_tick so that it should return a tick value eve...
skotlex
2
-19
/
+3
2006-04-25
- All GMs will be sent to the char server through packet 0x2aff now.
skotlex
2
-9
/
+4
2006-04-24
- Added script command escape_sql. It will return an escaped string for use i...
skotlex
2
-1
/
+16
2006-04-24
- DNSBL. Refer to changelog.
Zido
2
-0
/
+66
2006-04-24
- Fixed a typo when parsing the mob spawn files.
skotlex
1
-4
/
+1
2006-04-24
- Cleaned up @grind2
skotlex
3
-9
/
+21
2006-04-24
- Added logging of deleted characters when the char_log is enabled.
skotlex
1
-0
/
+10
2006-04-24
- Fixed skill_delayfix not altering delay at all after you reached 150.
skotlex
5
-75
/
+96
2006-04-24
- Added new column to mob_db Sprite_Name to hold the mob's sprite name. Colum...
skotlex
4
-85
/
+98
2006-04-24
- Idle skills won't trigger while the mob is walking.
skotlex
3
-15
/
+53
2006-04-23
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6239 54...
shinomori
4
-4
/
+33
2006-04-23
- Added -fstack-protector to the Makefile, commented out by default.
skotlex
1
-0
/
+1
2006-04-22
- Fixed angelus
Zido
1
-1
/
+1
2006-04-22
- Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_end
skotlex
10
-213
/
+110
2006-04-21
- SC_CLOAKING's val4 now holds whether cloaking ends or not on attack.
skotlex
4
-24
/
+22
2006-04-21
- Updated the HP/SP leech structures to have race-data attached to them.
skotlex
6
-174
/
+242
2006-04-21
- Fixed items not really getting unequipped when they should.
skotlex
1
-1
/
+5
2006-04-21
- Fixed the equip/unequip scripts not triggering for compounded cards.
skotlex
1
-5
/
+40
2006-04-21
- Char server will now ignore packet 0x65 for already authentified accounts.
skotlex
2
-2
/
+13
2006-04-20
- Added two columns to item_db: equip_script and unequip_script are scripts t...
skotlex
5
-101
/
+156
2006-04-20
- Raised the buffer size in clif_MainChatMessage to 200, removed the message ...
skotlex
2
-4
/
+1
2006-04-20
- Fixed buffer overflow in clif_MainChatMessage. It now prints a Debug messag...
skotlex
1
-2
/
+5
2006-04-20
- Cleaned up a bunch of GS/NJ skills
skotlex
1
-31
/
+17
2006-04-20
- Added support for n to specify minutes to @charban.
skotlex
7
-12
/
+20
2006-04-20
- Added back the "you can't walk delay while attacking" to unit_attack_timer,...
skotlex
2
-7
/
+4
2006-04-19
- Removed the max cap of autoloot so you are now allowed to set autoloot valu...
skotlex
3
-6
/
+19
2006-04-19
- Fixed a typo in map_search_freecell which was returning incorrect cells acc...
skotlex
1
-2
/
+2
2006-04-18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6171 54...
Zido
1
-0
/
+1
2006-04-18
- IRC Bot can now auto-join when kicked from the channel
Zido
1
-0
/
+10
[next]