#(podjazd) posion don't work

22 messages · Page 1 of 1 (latest)

wary ibex
#

posion don't work

hollow treeBOT
#

(podjazd) posion don't work

hollow treeBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

wary ibex
#
weapon_skill_zatrucia_script:
    type: world
    events:
        on player damages player with:miecz_zatrucia:
        - if <util.random_chance[10]>:
            - if !<player.has_flag[mieczcooldown]>:
                - define countdown_time 10
                - flag <player> mieczcooldown expire:<[countdown_time]>s
                - itemcooldown netherite_sword d:<[countdown_time]>s
                - run miecz_zatrucia_skill
                - repeat <[countdown_time]>:
                    - actionbar "<&color[#08FB71]><bold>MIECZ ZATRUCIA <dark_gray>» (<gray>Odnowi się za: <white><[countdown_time]>s<dark_gray>)" targets:<player>
                    - define countdown_time <[countdown_time].sub[1]>
                    - wait d:1s
                - actionbar "<&color[#08FB71]><bold>MIECZ ZATRUCIA <dark_gray>» (<gray>Odnowi się za: <white>TERAZ!<dark_gray>)" targets:<player>
miecz_zatrucia_skill:
    type: task
    script:
        - cast poison <context.damaged> amplifier:1 duration:5s
#

someone know why its not working?

#

the damaged player don't get poison

wheat lantern
#

!debug

slender forgeBOT
# wheat lantern !debug
Info: debug

If you need help with a script issue, one of the most powerful tools Denizen has to offer is full debug output. This is displaying in your console whenever scripts are running until you turn debug off. To share a debug log quickly and easily with helpers, simply run the command /denizen debug -r in-game to begin recording, then run through the part of the script you need help with, then run the command /denizen submit. This will give you a link to a paste of the debug log, which you can then copy/paste back to us!

wary ibex
wheat lantern
#

Try inject instead of run

wary ibex
#

okay

#

still don't get posion

wheat lantern
slender forgeBOT
# wheat lantern !logcheck https://paste.denizenscript.com/View/127922
Server Version

UniverseSpigot version git-UniverseSpigot-"84fb86a" (MC: 1.20.4)

Plugin Version(s)

Denizen: 1.3.0-SNAPSHOT (build 1803-REL) -- (Outdated build, behind by 1)

Checked For

@wheat lantern

Online/Offline

Offline, but proxied.

UUID Version

3 (:triangular_flag_on_post: Offline)

Java Version

21.0.3 :white_check_mark:

Other Noteworthy Plugin(s)

WorldGuard: 7.0.9+5934e49

Possibly Relevant Plugin(s)

TAB: 5.0.1 - This plugin adds Below_Name scoreboards to NPCs.
ViaVersion: 5.1.0 - Mixed client vs server versions can sometimes cause packet-related issues.
CMI: 9.7.7.5 - CMI tends to mess with a large variety of server features and often gets in the way of issue debugging.
FastAsyncWorldEdit: 2.12.1-SNAPSHOT-961;eb0f07a - This plugin has been known to break the plugin load order on many servers, due to usage of the 'loadbefore' directive in its 'plugin.yml'.

wheat lantern
#

I think I see the issue, but I’m not confident in the answer. Leaving this to a helper to resolve

wary ibex
#

okay

frail scaffoldBOT
#
Resolved

Thread closed as resolved.

warm mesa
#

@tawdry cargo cracked @wary ibex

frail scaffoldBOT
#
Thread Reopened

Thread was manually reopened by @warm mesa.

tawdry cargoBOT