Lawful Sword Doesn't Stick

Any Issues or Bugs Should Be Posted in Their Respective Categories

Moderators: Moderator, Developer, Quality Control, DM

Post Reply
RedLancer
Posts: 245
Joined: Mon Mar 28, 2016 4:58 pm

Lawful Sword Doesn't Stick

Unread post by RedLancer »

Per the subject, you cast, and shortly after casting, it goes away.
User avatar
Afendaria
Posts: 93
Joined: Fri Jul 19, 2024 4:43 am
Contact:

Re: Lawful Sword Doesn't Stick

Unread post by Afendaria »

Related, perhaps - But I've noticed Bless Weapon seems.. pathetically short lately too. Did something happen to Paladin based spells?
" An addict for plaudit? You'll get your crucifix. "
User avatar
Goat
Global Admin
Posts: 608
Joined: Fri Nov 03, 2023 1:51 pm
Contact:

Re: Lawful Sword Doesn't Stick

Unread post by Goat »

Nothing was changed with spell duration on all paladins spells - no. Each spell would have to be modified manually for the duration but nothing was changed of the sort.

If it's removing on unequip or something there is probably something strange happening. I believe there are some cases that trigger the removal, I don't know what's been going on about it. I think it was brought up before and AoS was going to investigate it. Unequip is defo one of them and there is probably a reason why it exists there.

Code: Select all

// Removes all weapon buffs.  Called on unequip of weapon and when trying to apply a weapon buff while currently ranged.
void RemoveAllWeaponBuffs(object oPC)
{
	RemoveBfix(oPC, BLESS_WEAPON);
	RemoveBfix(oPC, HOLY_SWORD);
	RemoveBfix(oPC, LAWFUL_SWORD);
	RemoveBfix(oPC, UNHOLY_SWORD);
	RemoveBfix(oPC, FLAME_OF_FAITH);
	RemoveBfix(oPC, DEAFENING_CLANG);
	RemoveBfix(oPC, DISRUPTING_WEAPON);
	RemoveBfix(oPC, FROST_WEAPON);
	RemoveBfix(oPC, ORC_BLOODSPEAR);
	RemoveBfix(oPC, WATERY_DEATH);
	RemoveBfix(oPC, WEAPON_OF_DESTRUCTION);
	RemoveBfix(oPC, FLAME_WEAPON);
}
Mostly these. The problem is the information is so vague, I can assume that something happens where the buff stays 'stuck' for some reason.
RedLancer
Posts: 245
Joined: Mon Mar 28, 2016 4:58 pm

Re: Lawful Sword Doesn't Stick

Unread post by RedLancer »

There was an issue called out in September-ish re: weapon buffs not playing nice with each other, something like Bless Weapon had to go on last, and a fix was attempted.

Just did some testing: the weapon buff is being stripped on the equip/unequip of any item, not just the buffed weapon. Put on a shield? Buff gone. Change a ring? Buff gone. And so on. This is also stripping Holy Sword; I just never noticed because I'm usually done swapping items by the time Holy Sword goes up.
User avatar
Mork
Posts: 389
Joined: Sun Mar 26, 2017 1:51 pm

Re: Lawful Sword Doesn't Stick

Unread post by Mork »

I can confirm about holy sword and some others. Reported it earlier here:
viewtopic.php?p=978192

Super annoying when combined with disarming mimics
Post Reply

Return to “Bug Reports and Mechanical Issues”