Playtester
|
57a045b125
Fixed Boots not equipable by Gunslingers
|
19 年之前 |
skotlex
|
5752836839
- Fixed a compile warning.
|
19 年之前 |
skotlex
|
4b49756a40
- Updated @mobinfo to display slots in the drop information.
|
19 年之前 |
skotlex
|
f2acf50b24
- Fixed flag.elefix not being respected in battle_calc_misc_damage.
|
19 年之前 |
Playtester
|
a7b8adfa3e
* Added the remaining official item drop bonus rates
|
19 年之前 |
Playtester
|
448929e1dc
* Added some official item drop bonus rates
|
19 年之前 |
skotlex
|
04edacd3d9
- Changed function itemdb_group to itemdb_group_bonus, it now calculates the total group bonuses of a player for a given item.
|
19 年之前 |
skotlex
|
5ef4f71588
- Removed settings enemy_critical_rate, homun_critical_rate. Added settings enable_critical (defaults to specify only players), mob_critical_rate and critical_rate. The last applies to all non-mobs and non-players (battle/battle.conf)
|
19 年之前 |
skotlex
|
c79270a22f
- Some minor code cleanups.
|
19 年之前 |
Playtester
|
b99ac8b684
Changed Thorned Fruit to Prickly Fruit in produce_db.txt
|
19 年之前 |
Playtester
|
8876194dbb
Added some official spawn locations from Aegis
|
19 年之前 |
skotlex
|
8c98388bc5
- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out of the mastery function so that it may apply to all skills except Soul Breaker.
|
19 年之前 |
skotlex
|
f029f7bc6e
- Hide/Chasewalk will again stop screaming skill name (I guess displaying the skill animation wasn't such a good idea afterall)
|
19 年之前 |
Playtester
|
c7e40410d8
* Re-enabled Socket Enchanter, it's official thus enabled by default [Playtester]
|
19 年之前 |
toms
|
8c8609bece
Fixed warning:'type' might be used uninitialized in this function
|
19 年之前 |
Lupus
|
b7cc3a7b99
reverted shells to bullets 8(
|
19 年之前 |
Lupus
|
48c5d4a836
Fixed 13202,Shell_of_Blood type to 4 = SHELL for shotgun (not a bullet)
|
19 年之前 |
skotlex
|
da6ee09ccc
- Added a check to skip the experience share of characters who are dead or on another map.
|
19 年之前 |
musashiden
|
a483f94806
- Once again disabled the socket enchant NPC. unless your server's rates are 1/1/1, it will COMPLETELY ruin your server's economy. [Musashiden]
|
19 年之前 |
skotlex
|
b0d9f8bbd3
- Reverted the previous change, chasewalk has no icon, only the str-bonus has that fist icon now.
|
19 年之前 |
skotlex
|
2c6377dc33
- Readjusted the Chasewalk icon to be as it should be.
|
19 年之前 |
skotlex
|
1728ee1850
- Changed the Battle-Orders icon to be the Strength Up icon (for Chasewalk's str bonus).
|
19 年之前 |
skotlex
|
5d9e6b4a71
- GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the place. The idea is that the TBL* versions are supposed to be easier to use than the standard structure definition, but using TBL_HOMUNCULUS as an alias to struct homun_data kinda beats the purpose! Renamed them all to TBL_HOM/BL_HOM.
|
19 年之前 |
skotlex
|
5d9e8a7325
- Moved SI_CHASEWALK to 119 as concluded by LoneWolf
|
19 年之前 |
skotlex
|
b6b81e7051
- Corrected clif.c sending the raw mdef2 value to the client instead of first substracting the "secret vit/2" bonus from it.
|
19 年之前 |
Playtester
|
f9c12a7b6a
Hydro is no longer an MVP
|
19 年之前 |
skotlex
|
1296ac9375
- Added a damage cap to CR_ACIDDEMONSTRATION of INT_MAX/2 to prevent overflows. It is not capped to INT_MAX because damage increasing skills would cause it to still over flow afterwards.
|
19 年之前 |
skotlex
|
fb0b6dcabf
- Fixed NPC_CRITICALSLASH not being considered as a Critical hit by the code.
|
19 年之前 |
skotlex
|
187fb75379
- Added RUDE_ATTACKED_COUNT so you can easily adjust how many rude-attacks should happen before a mob uses the rude-attacked skill. Value has been set to 2 for now.
|
19 年之前 |
skotlex
|
5f6f6ff55e
- Some adjustments so that the last-skill-used will be correctly cleared when your combo-time ends.
|
19 年之前 |