skotlex
|
4211b1533a
- Reduced the Success Chance of GS_FLING to 10+10*lv% (Playtester told me that Vicious told him the chance was much lower like that)
|
19 years ago |
toms
|
a2f9e1bd0a
- Fixed @homlvup bug
|
19 years ago |
skotlex
|
7a37455dbb
- Fixed GS_GROUNDDRIFT
|
19 years ago |
toms
|
07365afd80
Fixed HAMI_CASTLE
|
19 years ago |
toms
|
29d910ea6e
- Updated NJ_BAKUENRYU skill tree
|
19 years ago |
toms
|
e5b6eea02c
Some compilation warnings fixed
|
19 years ago |
toms
|
8c79b21151
- Added skill's required item check on homunc skills
|
19 years ago |
toms
|
656b72b31c
Little code cleanup on last fix
|
19 years ago |
toms
|
ae81bd6663
- Fixed HLIF_HEAL healing the homunc instead of the master
|
19 years ago |
skotlex
|
abdabdde14
- Fixed a sad crash in the login-txt server. Thanks to Flavio JS for pointing it out.
|
19 years ago |
skotlex
|
397c92b0df
- Figured out a better way to make TATAMIGAESHI attack only on the instant it is placed down.
|
19 years ago |
skotlex
|
91b9fed6e3
- Made HLIF_HEAL a self skill that auto-selects target to caster's master.
|
19 years ago |
toms
|
2b1435f36e
Applied Mpeg's work on ninja (http://gpegon.free.fr/ea/ninja_08-18-06_mpeg.txt)
|
19 years ago |
skotlex
|
c3baf09f47
- Reverted the battle_config regen settings from unsigned int to signed int. The battle config reading code can only handle two types of settings: signed ints and unsigned shorts, you'd have to mess up with it if you want to add more types.
|
19 years ago |
skotlex
|
64b38ba4b7
- Added guild_aura (skill.conf) setting so you can specify when it works and if it works on the guild-master itself. Defaults to working all the time on everyone except GM.
|
19 years ago |
toms
|
70f4570b81
- Little code cleanup
|
19 years ago |
skotlex
|
d91a956aee
- Applied use of structure regen_data for a unified regen module. Natural and skill-heal is handled by this structure, while sitting-skill-heal is still player dependant (mostly because the other object types can't sit)
|
19 years ago |
skotlex
|
b25cc06a43
- Cleaned up skill_get_range2 so that using range 0 for non-self skills uses the caster's attack range.
|
19 years ago |
skotlex
|
1079f53d4c
- Spirit of Wizard will now consume an item 7321 each time it blocks reflected magic.
|
19 years ago |
skotlex
|
04d969e781
- @produce now can make any kind of equipment
|
19 years ago |
skotlex
|
4e32d21c17
- Now arrow-consuming skills where your main weapon is a whip or musical instrument WILL count as arrow-type attacks, using the atk of the arrow and all related bonuses.
|
19 years ago |
skotlex
|
c16d90c8a3
- Some cleanup of int_homun.c
|
19 years ago |
skotlex
|
a18db9e79f
- Updated the char save structure for char-TXT servers so that the homun id will be saved, now also the map info (last point, save point, memo maps) are now saved using the mapindex rather than the string. BACKUP BEFORE UPDATING since this code isn't yet tested.
|
19 years ago |
skotlex
|
9c6d56be63
- Asura Strike now moves you to the target on fail always (unless the target does not exists or is in another map or there's a obstacle on the way)
|
19 years ago |
skotlex
|
6e5a887656
- Sacrifice no longer shows damage to self.
|
19 years ago |
skotlex
|
2705daec74
- Some cleaning of skillnotok
|
19 years ago |
skotlex
|
41f2f3ca40
- Increased Run's walk speed bonus to 25->50%
|
19 years ago |
skotlex
|
78475ffd1a
- Fixed script engine allowing scripts to set a player's zeny to negative values.
|
19 years ago |
skotlex
|
1d2c4f8950
- Removed @itemcheck as it was totally pointless.
|
19 years ago |
skotlex
|
155f9c12f5
- Fixed the item group bonus not working.
|
19 years ago |