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
/
doc
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-16
Fixed an issue in r12575 where 'not setting char offline when going from maps...
ultramage
1
-8
/
+12
2008-04-07
* Made script command 'flagemblem' and guild_emblem_change send an update of ...
FlavioJS
1
-2
/
+9
2008-04-03
Updated Valkirye, Global_Functions, Turtle Island Quest vars
Lupus
1
-0
/
+5
2008-04-02
First round of minor updates for WoE SE.
L0ne_W0lf
1
-0
/
+10
2008-03-27
Added proper script constants and documentation for the 'checkcell' command. ...
ultramage
1
-1
/
+40
2008-03-25
Added proper checks to adoption processing (followup to r12428).
ultramage
1
-2
/
+2
2008-03-14
* extended the "npc_event: event queue is full" error message to also print t...
ultramage
1
-2
/
+4
2008-03-12
Corrected cashshop description. (#FREEPOINTS->#KAFRAPOINTS)
L0ne_W0lf
1
-2
/
+4
2008-03-04
- Updated firepillar so it cannot be placed on top of others.
skotlex
1
-2
/
+2
2008-02-29
Woopth. Fixed spelling. ;P Should be a bit clearer now.
L0ne_W0lf
1
-4
/
+5
2008-02-29
Added some information and documentation for cash shop.
L0ne_W0lf
1
-1
/
+10
2008-02-28
* Removed "F_CheckMaxCount" as it seems "checkweight". preforms the aforement...
L0ne_W0lf
1
-0
/
+6
2008-02-11
* Expanded the script command 'input': (bugreport:811)
FlavioJS
1
-6
/
+15
2008-01-10
- Fixed getmonsterinfo to return "null" when returning the name of a non-exis...
skotlex
1
-2
/
+2
2008-01-04
Modified the map_setcell() code to to use a boolean flag instead of needing S...
ultramage
1
-11
/
+42
2007-12-29
Implemented THE official Steal skill equation and game mechanics (basically v...
ultramage
1
-0
/
+2
2007-12-27
* Corrected description of scope and npc variables in script_commands.txt.
FlavioJS
1
-14
/
+20
2007-12-19
Corrected mistakes in script_commands.txt (bugreport:373)
ultramage
1
-108
/
+66
2007-12-14
Guardian hp handling code removal (see bugreport:342)
ultramage
1
-7
/
+11
2007-12-11
- Added query_logsql script command to perform sql commands using the log db ...
skotlex
1
-0
/
+6
2007-12-06
- The default event script behaviour is to trigger on labels rather than NPCs...
skotlex
1
-7
/
+19
2007-11-22
* Renamed fakenpcname to setnpcdisplay, fixed and extended it.
FlavioJS
1
-1
/
+14
2007-11-03
Added script function 'strnpcinfo', for increased npc awareness (originally f...
ultramage
1
-1
/
+15
2007-10-22
- Removed some mail config settings and atcommands not required anymore.
zephyrus
1
-0
/
+18
2007-10-19
Fixed some typos and updated Atroce Card
Playtester
1
-1
/
+1
2007-10-19
- Added bonusautoscript and bonusautoscript2. These are used to attach a scri...
skotlex
1
-0
/
+39
2007-10-18
* Clarified how npc names work in script_commands.txt.
FlavioJS
1
-22
/
+25
2007-10-12
Fixed some badly merged code in the #include part of map.c.
ultramage
1
-2
/
+12
2007-09-27
* Loot code using charid's instead of id's in pick priority.
FlavioJS
1
-1
/
+1
2007-09-22
* Added a sanity check for MAX_ZENY (doesn't compile if too big).
FlavioJS
1
-2
/
+2
2007-09-17
- Applied various crash-protections to script commands that deal with the equ...
skotlex
1
-38
/
+41
2007-09-15
Fixed missing 'name' parameter in 'duplicate' script command documentation.
ultramage
1
-6
/
+7
2007-09-13
Latest update to the effects list, by Au{R}oN
ultramage
1
-145
/
+153
2007-09-10
Added config option 'quest_exp_rate' to adjust exp gained by the 'getexp' scr...
ultramage
1
-3
/
+7
2007-09-10
- Removed bonus bAddEffWhenHitShort as it is unneeded and unused.
skotlex
2
-3
/
+16
2007-09-09
- Modified bonus3 bAddEff/bAddEffWhenHit so that the last parameter is now pa...
skotlex
1
-1
/
+8
2007-09-07
* Moved quest_variables.txt to /doc
ultramage
1
-0
/
+106
2007-09-04
- bonus3 autospell (and autospell when hit) will now select for spell target ...
skotlex
1
-2
/
+2
2007-09-03
Fixed Staff of Piercing, General Ygnigem Card and Vesper Card
Playtester
1
-1
/
+1
2007-09-03
- Added bonuses bSPRegenRate, bHPRegenRate. They behave like the opposite of ...
skotlex
1
-3
/
+9
2007-09-03
- Merged @whereis from my server (displays normal spawn maps for given mobs)....
skotlex
1
-4
/
+3
2007-09-01
Fixed certain typos in src/npc/doc files
ultramage
3
-10
/
+10
2007-08-29
- Added bonus bSkillHeal to distinguish offensive skill damage increases from...
skotlex
1
-0
/
+1
2007-08-24
Fixed a documentation mistake in 'areamonster' (missing argument).
ultramage
1
-2
/
+4
2007-08-21
Improved item_bonus.txt
Playtester
1
-72
/
+73
2007-08-19
Set proper limits to drop rates to prevent integer overflow.
ultramage
1
-10
/
+3
2007-08-13
Fixed a small error in the script_commands documentation about getpartyleader.
Paradox924X
1
-1
/
+1
2007-08-08
- Fixed some missing max levels for npc skills
skotlex
1
-3
/
+12
2007-07-24
Venom Splasher and Gloria Domini fixes and updates
DracoRPG
1
-1
/
+1
2007-07-18
- Small update to the effects list (new exe's effects by Au{R}oN)
ultramage
1
-9
/
+13
[next]