index
:
evolved/hercules
jesusalva/prerenewal
Messworld Server Code (Hercules v2020.07.26 with minor edits; Please avoid breaking changes so it can be rebased)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
status.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-10
- Fixed a memory overwrite crash on pc_readdb, thanks to foobar.
skotlex
1
-2
/
+1
2006-03-09
fixing max_weapon_size
Vicious
1
-11
/
+11
2006-03-09
MAX_WEAPON_TYPE was used with less-than during loading, thus causing the weap...
blackhole89
1
-5
/
+5
2006-03-09
only the first 22 CSVs were read in, but MAX_WEAPON_TYPE+5 was 27 -> uninitia...
blackhole89
1
-2
/
+2
2006-03-09
more ninja/gs update
Vicious
1
-5
/
+10
2006-03-09
There go the status icons.
blackhole89
1
-5
/
+5
2006-03-09
- Fixed stun's duration not getting reduced by vit + luk/3
skotlex
1
-2
/
+2
2006-03-09
partial SC work. it doesn't break, but it doesn't work either.
Vicious
1
-3
/
+56
2006-03-09
* included MAX_WEAPON_SIZE for flexible weapon types
Vicious
1
-21
/
+29
2006-03-09
- Fixed a bug that was making the no_spawn_on_player setting useless.
skotlex
1
-2
/
+3
2006-03-08
Some more skill fix.
Vicious
1
-0
/
+13
2006-03-07
- Some overflow protections on calculation of max hp. Now when max hp becomes...
skotlex
1
-4
/
+13
2006-03-07
- Some corrections due to the guild skill position change.
skotlex
1
-2
/
+1
2006-03-04
- The rate passed to status_change_start must now be in 0->10000 range.
skotlex
1
-22
/
+11
2006-03-03
- Trick dead now ends on logout
skotlex
1
-11
/
+12
2006-03-02
- status_check_skilluse cleanup. Some status will only block skills when they...
skotlex
1
-8
/
+18
2006-03-01
- Silence will only block skills when they have begun casting, not when the c...
skotlex
1
-3
/
+4
2006-03-01
- Turn Undead and Offensive Resurrection should now work on undead players.
skotlex
1
-2
/
+3
2006-02-24
- Player-summoned mobs won't level up now.
skotlex
1
-0
/
+7
2006-02-23
- Added mob skill conditions myhpinrate and friendhpinrate for using HP range...
skotlex
1
-2
/
+4
2006-02-23
- Modified the way autospells stack to mimic official servers. Cards of the s...
skotlex
1
-98
/
+64
2006-02-22
- Windwalk's bonus is now +5 miserable flee.
skotlex
1
-1
/
+1
2006-02-21
- Vending is now cancelled on a pc_setpos
skotlex
1
-14
/
+12
2006-02-20
- Play-dead and Basilica now do block Gospel
skotlex
1
-9
/
+13
2006-02-20
- SC_NOCHAT won't be cancelled on death.
skotlex
1
-1
/
+2
2006-02-20
- Corrected implementation of Gangster Paradise to just prevent mobs from tar...
skotlex
1
-3
/
+1
2006-02-19
- Fixed parsing of @kamic/@kamib to check for case.
skotlex
1
-16
/
+17
2006-02-18
- Removed the SP_<stat> cases from status_get_sc_def as they were colliding w...
skotlex
1
-9
/
+4
2006-02-18
* Implemented SG_MIRACLE (Miracle of the Sun, Moon and Stars)
Komurka
1
-0
/
+2
2006-02-17
- Added NK value 3: No damage + area of effect skill (NK_SPLASH_NO_DAMAGE)
skotlex
1
-6
/
+10
2006-02-17
- Now you can't close-confine and already confined mob.
skotlex
1
-23
/
+26
2006-02-16
- In CELL_NOSTACK mode, mob_canreach will now ignore other players when check...
skotlex
1
-5
/
+9
2006-02-15
- Made the warm skills BF_WEAPON type so that they may trigger effect cards.
skotlex
1
-62
/
+90
2006-02-15
- Some cleaning of the slave moving code.
skotlex
1
-1
/
+1
2006-02-14
- Hiding cancels Close Confine.
skotlex
1
-569
/
+324
2006-02-13
- Added battle config sc_def_rate which adjusts natural defense of characters...
skotlex
1
-3
/
+7
2006-02-13
- Fixed SG_FUSION costing SP to deactivate.
skotlex
1
-2
/
+2
2006-02-13
- NPC_POWERUP now gives +40% atk per level.
skotlex
1
-12
/
+6
2006-02-13
- Added handling of type BL_PET to skill_unitgrouptickset_search. I know pets...
skotlex
1
-5
/
+7
2006-02-11
- The status window now shows the addition of the damage of your both weapons...
skotlex
1
-4
/
+4
2006-02-10
- Added pc_issit check to pc_can_move
skotlex
1
-1
/
+4
2006-02-09
- Added function mob_respawn which makes a mob respawn on spot 3 seconds afte...
skotlex
1
-1
/
+2
2006-02-09
- Code rewrites in mob_damage and party_exp_even_share for correctly handling...
skotlex
1
-2
/
+4
2006-02-08
- Added battle config options:
skotlex
1
-1
/
+1
2006-02-08
- Cleaned up and reorganized status_change_start. Now it also receives the su...
skotlex
1
-371
/
+424
2006-02-08
- Removed the max level configs from battle/exp.txt
skotlex
1
-4
/
+6
2006-02-06
- Added define clif_deadsit to send the dead state into player packets if the...
skotlex
1
-3
/
+4
2006-02-03
- Fixed the reported map when there is an error in report_src (script.c)
skotlex
1
-8
/
+7
2006-02-03
- Grand Cross/Grand Darkness can no longer get the ignore defense -armor pier...
skotlex
1
-1
/
+1
2006-02-03
- Meh, the status change start switch was supposed to be minimized, not altog...
skotlex
1
-0
/
+2
[next]