-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[aura]The debuff aura skill issue of punishing deserters in dungeons or battlefields #21254
Comments
Maybe your client is the problem? Try clearing cache or re download client? |
I don't know if the cheating punishment provided by the anticheat function is the same as the punishment for escaping from a random dungeon. I am using the Simplified Chinese version of the client, version 13685, which seems to be slightly updated compared to version 12340. Considering that the execution of these skills in Aura seems to be achieved through client-side countdown and then written back to the server-side data table, I do have some doubts now that there may be a problem with the client-side. Thank you all, I will find different versions of the client to verify. |
Maybe I have found the reason.
|
This is a mod-anticheat issue and not a source issue. I believe this issue can be closed and opened in the module itself. |
There's no problem. If you escape from the battlefield or dungeon, there's a countdown. However, if you're caught by the anti-cheat module and sent to prison, it's permanent. I've used this feature to implement an anti-escape system in conjunction with the anti-cheat module. print(">>Script: Reprison system loading...OK") local function PrisonMapJudge(event,player) --PLAYER_EVENT_ON_ChangeMap |
Current Behaviour
The system assigns the punishment skill 'aura time' incorrectly.
The punishment aura 00:00 is displayed in the game client, but it never disappears and restarting is useless.
Upon checking the data table character_aura, it was found that maxDuration=1800000, which seems to be correct.
I don't know why the two skills 71041 and 26013 of the punishment character turn into a countdown without time.
Expected Blizzlike Behaviour
After being punished for desertion, the character is endowed with two aura debuff skills (71041&26013), which should display a 1800 second countdown on the aura icon and automatically disappear after the time.
Source
No response
Steps to reproduce the problem
Sorry, I may have overlooked something. Let's start over:
Extra Notes
No response
AC rev. hash/commit
commit
71644228836ebb5a88d0a975a5effb1e57869e24
Operating system
Ubuntu 22.04
Custom changes or Modules
mod-pocket-portal
mod-anticheat
The text was updated successfully, but these errors were encountered: