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
/
map
/
pc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-05
- Fixed a pair of missing map_freeblock_unlock
skotlex
1
-3
/
+3
2006-03-04
- Fixed missing baby-dancer job in exp2.txt
skotlex
1
-0
/
+3
2006-03-04
- The rate passed to status_change_start must now be in 0->10000 range.
skotlex
1
-15
/
+14
2006-03-02
- Fame list size is now defined by MAX_FAME_LIST constant (mmo.h)
skotlex
1
-6
/
+6
2006-03-02
- Gospel no longer blocks item usage of whoever is in the area of effect.
skotlex
1
-7
/
+9
2006-03-02
- Fixed item pickup not picking anything unless you were in a party with item...
skotlex
1
-10
/
+6
2006-03-02
* Made it so players that are at the max level do not receive EXP. This makes...
codemaster
1
-20
/
+34
2006-03-01
- Turn Undead and Offensive Resurrection should now work on undead players.
skotlex
1
-52
/
+6
2006-02-28
* Added autoequip flag check (added script command 'autoequip' to manipulate ...
Lance
1
-0
/
+3
2006-02-24
- Fixed Lady Tanee's spawns.
skotlex
1
-3
/
+0
2006-02-24
- Fixed the CL_WHITE define, thanks to FlavioJS
skotlex
1
-5
/
+5
2006-02-24
- Player-summoned mobs won't level up now.
skotlex
1
-1
/
+1
2006-02-23
- Modified the way autospells stack to mimic official servers. Cards of the s...
skotlex
1
-53
/
+31
2006-02-22
- Removed pc_break_equip, added function skill_break_equip which handles rate...
skotlex
1
-51
/
+0
2006-02-22
- Added map chk cells types CELL_CHKREACH and CELL_CHKNOREACH, they are the s...
skotlex
1
-1
/
+1
2006-02-21
- Vending is now cancelled on a pc_setpos
skotlex
1
-0
/
+2
2006-02-20
- Play-dead and Basilica now do block Gospel
skotlex
1
-26
/
+0
2006-02-20
- Added sd variables menuskill_id/menuskill_lv to store menu-based selections...
skotlex
1
-1
/
+0
2006-02-19
- Oops, fixed the compilation error.
skotlex
1
-3
/
+0
2006-02-19
- Added sd->canuseitem_tick = tick to the pc_authok initializer data. Fixes i...
skotlex
1
-14
/
+11
2006-02-18
- Removed the SP_<stat> cases from status_get_sc_def as they were colliding w...
skotlex
1
-5
/
+5
2006-02-18
* Implemented SG_MIRACLE (Miracle of the Sun, Moon and Stars)
Komurka
1
-0
/
+7
2006-02-18
- Added an alternate path searching method for non-stacking mode.
skotlex
1
-0
/
+4
2006-02-17
- Added NK value 3: No damage + area of effect skill (NK_SPLASH_NO_DAMAGE)
skotlex
1
-3
/
+2
2006-02-16
- Cleaned up function pc_useitem and pc_isUseitem
skotlex
1
-82
/
+94
2006-02-15
- Made the warm skills BF_WEAPON type so that they may trigger effect cards.
skotlex
1
-8
/
+32
2006-02-15
- Some cleaning of the slave moving code.
skotlex
1
-1
/
+1
2006-02-13
- Pet eggs won't be deleted upon selection for hatching, but on pet data retr...
skotlex
1
-0
/
+9
2006-02-13
- Made the NPC_BREAK* skills attack skills again, their chance of equipment b...
skotlex
1
-3
/
+4
2006-02-13
- Made Land Protector Block Hammerfall.
skotlex
1
-1
/
+1
2006-02-13
- Modified PA_GOSPEL so that the random damage attack becomes a BF_MISC attack.
skotlex
1
-12
/
+10
2006-02-13
- Fixed SG_FUSION costing SP to deactivate.
skotlex
1
-8
/
+12
2006-02-13
- NPC_POWERUP now gives +40% atk per level.
skotlex
1
-10
/
+11
2006-02-13
- Added handling of type BL_PET to skill_unitgrouptickset_search. I know pets...
skotlex
1
-7
/
+0
2006-02-12
- Fixed error display when the exp table reads a value which is capped to UIN...
skotlex
1
-1
/
+1
2006-02-10
- Added pc_issit check to pc_can_move
skotlex
1
-0
/
+3
2006-02-10
- Modified map_searchrandfreecell to always do a check on a 9x9 area around t...
skotlex
1
-1
/
+1
2006-02-10
- Fixed setting setting SP_BASELEVEL
skotlex
1
-16
/
+9
2006-02-10
- Added range checking to mob skill loading of permillage and delay.
skotlex
1
-3
/
+3
2006-02-09
- Added setting max_exp_gain_rate which caps how much exp you can get from a ...
skotlex
1
-3
/
+20
2006-02-09
- pc_readdb will now cap experience required per level to UINT_MAX, it will w...
skotlex
1
-1
/
+13
2006-02-09
- Code rewrites in mob_damage and party_exp_even_share for correctly handling...
skotlex
1
-49
/
+36
2006-02-08
- Added battle config options:
skotlex
1
-25
/
+39
2006-02-08
- Cleaned up and reorganized status_change_start. Now it also receives the su...
skotlex
1
-13
/
+13
2006-02-07
- Increased char buffer for reading the exp table to up to 24000 chars per line.
skotlex
1
-1
/
+1
2006-02-06
- Added define clif_deadsit to send the dead state into player packets if the...
skotlex
1
-24
/
+31
2006-02-02
- Improved the NPC timer system to enable to have multiple timers going on at...
skotlex
1
-0
/
+2
2006-02-01
- Fixed a typo bug in SC_STAR_COMFORT handling.
skotlex
1
-164
/
+181
2006-01-31
- Fixed being able to Encore skills you no longer have in your tree.
skotlex
1
-3
/
+3
2006-01-31
- Changed the exp tables format.
skotlex
1
-126
/
+107
[next]