Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: [1.4.2] Conditions are not working for spells/weapons .lua files #4813

Open
4 of 6 tasks
Wirless opened this issue Oct 22, 2024 · 5 comments
Open
4 of 6 tasks
Labels
bug An issue describing unexpected behavior of code needs-confirmation not confirmed by a developer yet

Comments

@Wirless
Copy link

Wirless commented Oct 22, 2024

By submitting this bug issue, you agree to the following.

  • This is a bug in the software that resides in this repository, and not a support matter (use https://otland.net/forums/support.16/ for support)
  • This issue is reproducible without changes to the C++ code in this repository
  • This bug has not been resolved in master branch
  • There is no existing issue for this bug already

Does this bug crash tfs?

no

Server Version

1.4.x (Release)

Operation System

all (listed below)

OS Description

No response

Bug description

Damage is only dealt on players combat.

Possible Pull Requests which are to blame

  • #
  • #

Steps to reproduce

Code to reproduce the issue:

-- paste your script here

Actual Behavior

When player casts spell which should give condition the condition does apply but never ticks
the only time u get a tick if player (owner of condition) deals the damage to the monster.
e.g try using poison arrow itself it does not actually work dealing the poison ticks over time no matter what way you add condition
I tried 50 different ways to force condition create second combat object and everything
issue possibly comes from Updated lua libraries or some other stuff while it might have worked in 2018-2019 it does in fact not work nowadays.

Expected Behavior

Conditions should tick in their own respected time
use poison arrow for reference.
there is never a second tick ever unless player deals the damage to monster via weapon/spell/ or other combat only then it ticks and player has to finely TIME his hit with the tick otherwise it wont tick either.

Backtrace

No response

@Wirless Wirless added bug An issue describing unexpected behavior of code needs-confirmation not confirmed by a developer yet labels Oct 22, 2024
@github-project-automation github-project-automation bot moved this to Backlog in TFS 1.8 Oct 22, 2024
@Wirless Wirless changed the title [Bug]: [1.4.2] Conditions are not working [Bug]: [1.4.2] Conditions are not working for spells/weapons .lua files Oct 22, 2024
@Wirless Wirless changed the title [Bug]: [1.4.2] Conditions are not working for spells/weapons .lua files [Bug]: [1.4.2] Conditions are not working for spells/weapons .lua files Oct 22, 2024
@Wirless
Copy link
Author

Wirless commented Oct 22, 2024

in the mean time im probably gonna create "invisible" condition fields that I want :/

@Wirless
Copy link
Author

Wirless commented Oct 22, 2024

seems fine for the fluids however but thats on self which is odd

@Wirless
Copy link
Author

Wirless commented Oct 22, 2024

i could not find any reference to the poison arrow addConditionDamage or whatever htat function is anywhere in luascripts

@ArturKnopik
Copy link
Contributor

can you provided some example script?

probably this is source of problems:

target->addCombatCondition(conditionCopy);

@nok1111
Copy link

nok1111 commented Nov 5, 2024

seems like it happens when u apply a Condition to combat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue describing unexpected behavior of code needs-confirmation not confirmed by a developer yet
Projects
Status: Backlog
Development

No branches or pull requests

3 participants