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 년 전 |
skotlex
|
04d969e781
- @produce now can make any kind of equipment
|
19 년 전 |
skotlex
|
02c448cc45
- Moved the deletion of timers from unit_remove_map to the homun vaporize/dead routines since unit_remove_map is also invoked whenever you warp or change maps.
|
19 년 전 |
toms
|
7110f02479
Homunc Timers should be disabled when the homunc is vaporized or dead an re-enabled on call/resu
|
19 년 전 |
skotlex
|
ee8298bb8a
- Cleaned up some of the pet related @/# commands, same for some script commands.
|
19 년 전 |
toms
|
92aca761ba
Fixed SIGSEGV with homunc save
|
19 년 전 |
skotlex
|
6e5a887656
- Sacrifice no longer shows damage to self.
|
19 년 전 |
toms
|
d7e51241f8
Code cleanup on homunc, they stay in memory until player disconnect or homunc destruction
|
19 년 전 |
skotlex
|
ee59874725
- Fixed yet again AS_SPLASHER doing full damage on all characters. Now you can use the NK split damage value in the skill_db if you want damage divided by the amount of targets rather than by 2.
|
19 년 전 |
skotlex
|
e9bee91ea7
- Cleaned up the Asura code so that when the skill fails your SP/Spheres/Fury are all taken away always, as well as moving you next to the target (as long as the target still exists within a reachable path from your position)
|
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
|
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
|
c02123e704
- Added a check in the walking code when triggering skills. NPC_SELFDESTRUCTION will no longer cancel walking, it will instead resend the walk packet, this effectively causes the mob to start walking (clientside) while the cast-bar is showing.
|
19 년 전 |
skotlex
|
ed76d50157
- Rewrote pc_payzeny to not use doubles, it may more accurately prevent charging a player more zeny than they can withhold.
|
19 년 전 |
skotlex
|
19a4f0b31a
- Recoded the GuildAura code to use val3 & val4, allowing much greater stat bonuses (in case someone wants to get Guild Skill level 20 or something crazy like that)
|
19 년 전 |
skotlex
|
7a082b02a8
- Updated battle_check_target so that all alchemist summoned mobs can be target by everyone.
|
19 년 전 |
skotlex
|
6ef71063cb
- Fixed NPC_SELFDESTRUCTION damaging yourself, causing the source to be knocked back, as well as making others in the splash damage not receive any damage if they are hurt after the caster.
|
19 년 전 |
skotlex
|
14b59636c7
- Made Deluge/volcano/v. gale be castable on top of each other again
|
19 년 전 |
skotlex
|
4550e45f33
- Modified Self Destruction, so that Marine Spheres in non-versus maps will hurt only enemies, while in all other situations this skill will hurt everyone around them.
|
19 년 전 |
toms
|
5e47973166
Merged mpeg's fix on ninja skills
|
19 년 전 |
skotlex
|
2239037185
- Some small bug fixes discovered while merging.
|
19 년 전 |
skotlex
|
8da82e0a0a
- Changed npc_click declaration to receive an npc structure rather than a generic block-list one.
|
19 년 전 |
skotlex
|
4289e1c98d
- Corrected the @follow timer not being deleted on logout.
|
19 년 전 |
skotlex
|
0f5a4717ef
- Now when the char-txt server does not finds a requested party, it will clear out said party id of all characters (will help prevent massive spamming/overhead when for some reason the party file needs to be deleted).
|
19 년 전 |
skotlex
|
de6883c0bb
- Corrected Cloaking level 1-2 not letting you move across walls.
|
19 년 전 |
skotlex
|
f7535ef5a9
- Fixed a compile warning. Some minor format cleanups.
|
19 년 전 |
skotlex
|
67f1befafc
- Corrected Venom splasher's splash damage
|
19 년 전 |
skotlex
|
97b00a11ad
- Added a proper check to make aggressive mobs never override homun targets regardless of distance.
|
19 년 전 |
DracoRPG
|
15dd140846
Orn's and Albator's Homunculus system, finally, YAY!!
|
19 년 전 |
skotlex
|
16ee0110a2
- Resurrection will now silently fail when used on non-undead + not-dead characters.
|
19 년 전 |