You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you running the latest bot and plugin version?
I have confirmed i'm running the latest bot version
Can anyone else reproduce the issue?
I have confirmed with someone else that they can reproduce the issue too.
Describe the bug
CustomEvents module, condition string is not triggered as it should.
equal(name(target()), string(\ Mindfire Behemoth //)) - should trigger (Ship Ability) if Target is only this NPC.
But it spam Ability non stop.
even all(has-relation(npc, target()), equal(name(target()), string(\\ Mindfire Behemoth //))) isn't changing it behaviour.
Ability is Citadel Plus Travel
Expected Behavior
It should trigger ability when condition is meet.
Steps To Reproduce
Set custom event in module.
Start the bot
Watch as it spam
Screenshots, Video, or other media
Bot Version
1.131.2
Plugin version
2.3.5
Anything else?
No response
The text was updated successfully, but these errors were encountered:
As these functions are very generic the behaviour bot detects that this ability is available and every time it checks it and the condition is valid it uses it.
You can avoid the problem by setting a more concrete and limited condition.
Is there an existing issue for this?
Are you running the latest bot and plugin version?
Can anyone else reproduce the issue?
Describe the bug
CustomEvents module, condition string is not triggered as it should.
equal(name(target()), string(\ Mindfire Behemoth //)) - should trigger (Ship Ability) if Target is only this NPC.
But it spam Ability non stop.
even
all(has-relation(npc, target()), equal(name(target()), string(\\ Mindfire Behemoth //)))
isn't changing it behaviour.Ability is Citadel Plus Travel
Expected Behavior
It should trigger ability when condition is meet.
Steps To Reproduce
Set custom event in module.
Start the bot
Watch as it spam
Screenshots, Video, or other media
Bot Version
1.131.2
Plugin version
2.3.5
Anything else?
No response
The text was updated successfully, but these errors were encountered: