Charm nanos allow overwrite #590
Labels
No labels
area
blabot
area
client
area
encounters
area
launcher
area
missions
area
npc-behavior
area
performance
area
portal
area
quests
area
rdb
area
teams
area
trading
priority
1
priority
2
priority
3
priority
4
shadowlands
state
cant-reproduce
state
duplicate
state
fixed
state
new
state
unrefined
state
wontfix
type
bug
type
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: prk/issues#590
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
Charm nanos are allowed to overwrite existing charms already running on a target. Doing so causes the casting animation to get stuck, and the player can no longer cast nanos until zoning. A "successful" overwrite attempt cancels the running charm nano but does not apply the new one.
This may be related to #589 since on live one of the checks when casting a charm is whether a charmed pet already exists, and failures are met with a "You already have a psychosis pet" message. Since charmed targets do not yet become pets on PRK they do not become friendly and so an attempt to overwrite charms can be made.
Regardless, charms should not be allowed to overwrite each other, or should do so without locking casting.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Charm nanos should block attempts to overwrite, or should successfully overwrite completely.
Confirmed fixed. The charmed target correctly becomes friendly and attempts to overwrite the charm nano fail on that basis.