Cooldown issue #1

Closed
opened 2021-04-19 11:14:31 +00:00 by AggerTV · 6 comments
AggerTV commented 2021-04-19 11:14:31 +00:00 (Migrated from github.com)

Skooldown version: 1.2.0
Skript version: 2.5.3
Server version: Tuinity 1.16.5

Issue:
command /feed: trigger: send "test" if cooldown "test" isn't over: set {_cd} to cooldown "test" send "Expire in %{_cd}%" else: create cooldown "test" for 10 seconds send "Worked!"

{_cd} will always return as "Expire in 0 seconds" even though the cooldown is not 0 seconds until next usage

Skooldown version: 1.2.0 Skript version: 2.5.3 Server version: Tuinity 1.16.5 Issue: `command /feed: trigger: send "test" if cooldown "test" isn't over: set {_cd} to cooldown "test" send "Expire in %{_cd}%" else: create cooldown "test" for 10 seconds send "Worked!"` {_cd} will always return as "Expire in 0 seconds" even though the cooldown is not 0 seconds until next usage
GovindasOM commented 2021-04-19 12:51:06 +00:00 (Migrated from github.com)

the code is wrongly formatted

the code is wrongly formatted
GovindasOM commented 2021-04-19 12:51:31 +00:00 (Migrated from github.com)

also could you provide a list of skript addons? I think it could be a conflict, because I have my whole network based on Skooldown with no issue, one possible conflict is WolvSK

also could you provide a list of skript addons? I think it could be a conflict, because I have my whole network based on Skooldown with no issue, one possible conflict is WolvSK
AggerTV commented 2021-04-19 12:53:41 +00:00 (Migrated from github.com)

the code is wrongly formatted

it's the code you gave me on the spigot thread

also could you provide a list of skript addons? I think it could be a conflict, because I have my whole network based on Skooldown with no issue

`Installed Skript Addons:

> the code is wrongly formatted it's the code you gave me on the spigot thread > also could you provide a list of skript addons? I think it could be a conflict, because I have my whole network based on Skooldown with no issue `Installed Skript Addons: - skript-placeholders v1.5 (https://github.com/APickledWalrus/skript-placeholders) - DiSky v1.8 (https://disky.itsthesky.info/) - skript-yaml v1.3.2 - skUtilities v0.9.2 (https://tim740.github.io/) - skript-reflect v2.2.1 (https://github.com/TPGamesNL/skript-reflect) - skRayFall v1.9.23 (https://sk.rayfall.net/) - Skooldown v1.2.0 - TuSKe v1.8.2-Pikachu-Patch-3 (github.com/Tuke-Nuke/TuSKe) - SharpSK v1.6.3 - WolvSK v1.7.2`
GovindasOM commented 2021-04-19 13:04:30 +00:00 (Migrated from github.com)

delete WolvSK, it is incompatible with Skooldown due to providing cooldowns too

delete WolvSK, it is incompatible with Skooldown due to providing cooldowns too
GovindasOM commented 2021-04-19 13:06:32 +00:00 (Migrated from github.com)

or you could disable cooldowns in WolvSK config, if it has such option

or you could disable cooldowns in WolvSK config, if it has such option
AggerTV commented 2021-04-20 08:59:48 +00:00 (Migrated from github.com)

Yes, it works now without WolvSK

Yes, it works now without WolvSK
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Limework/Skooldown#1
No description provided.