index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-09
Fixed Health Conversion skill formula bug
Lupus
1
-1
/
+1
2006-11-09
- Fixed Desperado's hit-rate.
skotlex
3
-22
/
+20
2006-11-08
- The GVG map-packet will now also be sent for guild dungeon maps.
skotlex
1
-1
/
+1
2006-11-08
- Did some cleaning in pc_authok and clif_parse_LoadEndAck
skotlex
2
-99
/
+105
2006-11-08
- Some cleaning of the Gospel code.
skotlex
3
-37
/
+72
2006-11-08
- Moved the duel functions to pc.c since they are so totally out of place in ...
skotlex
13
-216
/
+231
2006-11-07
- A few reorders and type-changes in the map_session_data structure for bette...
skotlex
1
-8
/
+7
2006-11-07
- Applied FlavioJs's patch which enables colored console output for Windows s...
skotlex
9
-130
/
+789
2006-11-07
- Fixed a fake nullpo when parsing the reply to a guild alliance request.
skotlex
1
-3
/
+7
2006-11-07
- Added a check to prevent casting ground skills on a target and vice-versa w...
skotlex
1
-7
/
+12
2006-11-07
- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia...
skotlex
9
-50
/
+58
2006-11-07
* Reapplied 'fix equipment scripts which are based on character variables not...
Lance
1
-4
/
+5
2006-11-06
- Corrected Ground Drift. Splash range of 3x3, stackable and placeable undern...
skotlex
3
-71
/
+91
2006-11-06
- Corrected Kaupe so it doesn't ends on the first part of Soul Destroyer.
skotlex
3
-12
/
+17
2006-11-06
- Ganbantein's delay is now 2 secs.
skotlex
8
-51
/
+61
2006-11-06
* Reverted changes, moved status_calc_pc(sd,1) back to pc_authok since it cau...
Lance
2
-5
/
+7
2006-11-06
modified src/map/clif.c
Lance
2
-3
/
+4
2006-11-06
* Temperory fixed stability issue caused by initial status_calc_pc being plac...
Lance
1
-2
/
+4
2006-11-05
Readded duel code in map_quit. Why it has been removed!?
LuzZza
1
-2
/
+10
2006-11-04
a couple new script commands [Reddozen]
reddozen
1
-20
/
+75
2006-10-31
- Fixed song/dance/encore cells not being placed down when casted on top of a...
skotlex
1
-1
/
+1
2006-10-31
Update homunc's speed when master's speed changes, should avoid homunc's spee...
toms
1
-0
/
+12
2006-10-31
- When Kaizel (or super novice rebirth skill) triggers, you get debuffed now.
skotlex
5
-15
/
+21
2006-10-31
- Added a check to prevent adding negative damage to the total accumulated da...
skotlex
1
-3
/
+12
2006-10-30
Fixed a little bug in event enqueue code
toms
1
-1
/
+1
2006-10-30
- Corrected GS skill ranges using Aegis data. All their targetted skills have...
skotlex
4
-17
/
+23
2006-10-30
- Set the inf2 to encore skills of Wand of Hermode
skotlex
6
-54
/
+59
2006-10-30
Fixed getcharid according to samples and docs
Lupus
1
-2
/
+2
2006-10-28
- Fixed mob-skill event "skillused" not triggering at all.
skotlex
4
-6
/
+5
2006-10-27
modified src/map/npc.c
Lance
1
-1
/
+1
2006-10-27
* Experimental tweak to npc_parse_function - Overwrite existing functions.
Lance
1
-4
/
+11
2006-10-25
- Cleaned up some more the event dequeue code, it will no longer clear out th...
skotlex
4
-44
/
+24
2006-10-25
- Some cleaning of the pc_eventtimer and pc enqueue code, it should fix some ...
skotlex
3
-27
/
+22
2006-10-25
- Fixed "skill_sp_override_grffile: yes" causing crashes when parsing Homuncu...
skotlex
1
-1
/
+7
2006-10-25
- Made the exp bonus settings be adjustable:
skotlex
6
-26
/
+54
2006-10-25
- MG_STONECURSE and NPC_PETRIFYATTACK now use time1 to specify the "petrifyin...
skotlex
3
-4
/
+11
2006-10-25
final clone maps -> original maps change. also fixed novice grounds map in ch...
Lupus
3
-4
/
+4
2006-10-24
- Removed again your mdef reducing "petrifying" time as apparently it can't b...
skotlex
2
-9
/
+1
2006-10-24
- Cleaned up the "show_steal_in_party" setting so it only takes effect when t...
skotlex
3
-64
/
+48
2006-10-23
- char_family now returns the char_id of the children when previously it woul...
skotlex
4
-29
/
+39
2006-10-23
- Double Casting will no longer fail when used.
skotlex
1
-10
/
+3
2006-10-23
- Modified SC_STONE so that the duration of the "petrifying" time is 5 secs r...
skotlex
1
-0
/
+9
2006-10-23
- Removed useless variable in char-txt from-str char loading.
skotlex
1
-13
/
+13
2006-10-23
- Modified the meaning of the third column in the skill_require_db. Instead o...
skotlex
1
-2
/
+6
2006-10-23
- Removed NJ_TOBIDOUGU adding damage to W_HUUMA weapons which somehow got rea...
skotlex
5
-8
/
+7
2006-10-21
clif_fixpos -> clif_slide in HAMI_CASTLE code
blackhole89
1
-2
/
+2
2006-10-21
- Some minor cleanups
skotlex
2
-25
/
+20
2006-10-20
- Fixed Charge Atk being able to go through chasm/pits.
skotlex
16
-490
/
+338
2006-10-20
- Added config setting "summon_flora_setting", which it you can decide now tw...
skotlex
5
-11
/
+26
2006-10-19
- Cleaned up the log.c file.
skotlex
11
-153
/
+190
[next]