skotlex
|
a14314da55
- Altered a bit how status_set_viewdata behaves in regards to Wedding/Xmas options.
|
19 lat temu |
skotlex
|
553c87f39e
- Fixed clif_send not sending packets to SELF when specifying AREA if the source is not on the map yet.
|
19 lat temu |
skotlex
|
63c259b4c8
- Fixed and cleaned up script command 'equip'
|
19 lat temu |
skotlex
|
f9c36c217e
- Modified how luk reduces status changes by reducing the gap. Eg: resist = vit; resist += (max - resist)*luk/300;
|
19 lat temu |
skotlex
|
c811ab0d88
- blocked again skill usage during marionette.
|
19 lat temu |
skotlex
|
c5909b0e34
- Marionette and Devotion will now check raw distance and ignore obstacles and the like.
|
19 lat temu |
skotlex
|
89a6b23a92
- Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of Homunculus.
|
19 lat temu |
skotlex
|
9c860c13a4
- Oppositions can't be made during WoE now.
|
19 lat temu |
skotlex
|
4597fbab18
- @heal no longer displays a healing animation. Fixes the client believing you couldn't be healed more than 32K.
|
19 lat temu |
skotlex
|
3b13b070e1
- Made guild member exp an unsigned int.
|
19 lat temu |
skotlex
|
397c8f5c0e
- Adjusted Don't Forget Me, Defender, Longing to use all val entries, and to hold the speed adjustment value rather than speed penalty (eg: 125 instead of 25).
|
19 lat temu |
skotlex
|
d7a3b4d7e4
- Added pc_calcexp to calculate individual exp bonuses acquired from exp's source (race bonus cards, SG Exp skills, pk-mode higher level exp)
|
19 lat temu |
skotlex
|
17d6fd86cc
- Adjusted status resistances and durations taking as base Viccious's info from the kro guidebook.
|
19 lat temu |
skotlex
|
d9e0f46dc7
- Adjusted several sc rate/time reductions as pointed out by Playtester.
|
19 lat temu |
skotlex
|
11ecdf7283
- Cleaned status_get_sc_tick/status_get_sc_def to use the status_data function.
|
19 lat temu |
skotlex
|
8cd413cc34
- Hopefully fixed for sure mobs getting extra stats when changing-class due to the mobs level up setting.
|
19 lat temu |
skotlex
|
38aacdd553
- The monsters can level up setting will not take effect when the mob's level is LESS than their db counter-part (should prevent under-leveling causing underflows and semi-immortal mobs)
|
19 lat temu |
skotlex
|
4f89660d1a
- cleaned up status_check_skilluse some to use status_data variables.
|
19 lat temu |
skotlex
|
7847189eae
- Fixed a crash when using SL_SMA and the "combo" ain't ready.
|
19 lat temu |
skotlex
|
5ec0f300c2
- Cleaned up code for SC_MINDBREAKER.
|
19 lat temu |
skotlex
|
166265be07
- Fixed skill_unitsetting using layout->count for the for instead of group->count
|
19 lat temu |
skotlex
|
87f9a3668b
- Corrected cloaking not ending on attack if you are near a wall.
|
19 lat temu |
skotlex
|
cb8cc2d8a7
- Moved setting a mob's level from mob_spawn to status_calc_mob, resetting their level on death has also been removed (as it is handled now on spawn)
|
19 lat temu |
skotlex
|
683b150179
- Corrected Brandish Spear to work on levels above 10.
|
19 lat temu |
skotlex
|
67e11cd25c
- Fixed Freeze/Stone/Benedictio not changing your elemental LEVEL to 1.
|
19 lat temu |
skotlex
|
a13c1e1179
- Uncommented the npc_debug_warps code.. oops.
|
19 lat temu |
skotlex
|
e06f6f83cd
- Corrected some signed/unsigned comparisons corrections which were incorrect.
|
19 lat temu |
skotlex
|
86514f550b
- Altered status_calc_pc so that equipment scripts are ran before card-scripts.
|
19 lat temu |
skotlex
|
da2ca423f9
- NPC_TRANSFORMATION/NPC_METAMORPHOSIS will now preserve the original mob without removing it when the skill level is greater than one.
|
19 lat temu |
skotlex
|
03f8683f8c
- Fixed pc_damage setting your canlog_tick even if the damage has no source (eg: poison, berserk)
|
19 lat temu |