Pryaxis / TShock

☕️⚡️TShock provides Terraria servers with server-side characters, anti-cheat, and community management tools.
GNU General Public License v3.0
2.42k stars 378 forks source link

Build Permission for Old one army #2977

Closed D3RKDUDE closed 12 months ago

D3RKDUDE commented 1 year ago

I saw the list of Tshock commands and accesses, and it seems that there is no way to build or dig in the Old One Army event. Is it possible to add a feature in the future so that we can continue to build in this event?

Arthri commented 1 year ago

Build permissions in the event Old One's Army is regulated by the client rather than the server. So no, TShock can not change that

ghost commented 1 year ago

Yes, there is a command that can do that... it removes the effect but you have to do it every second... it WOULD be helpful if they added a new configuration option so @Arthi this IS monitored by the server by the server adding a "building barrier"... you would also have to turn this off by editing game code or server code...


From: Mohammad Reza Ghorbani @.> Sent: Wednesday, October 4, 2023 11:18 AM To: Pryaxis/TShock @.> Cc: Subscribed @.***> Subject: [Pryaxis/TShock] Build Permission for Old one army (Issue #2977)

I saw the list of Tshock commands and accesses, and it seems that there is no way to build or dig in the Old One Army event. Is it possible to add a feature in the future so that we can continue to build in this event?

— Reply to this email directly, view it on GitHubhttps://github.com/Pryaxis/TShock/issues/2977, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A3WOOIDCR2QU35ZDZ7PCCUTX5V43FAVCNFSM6AAAAAA5SZVHTGVHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZDMNBVGE4DMNI. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Arthri commented 1 year ago

The buff is purely aesthetic: anti-build is enforced by the Player.noBuilding field, which itself is enforced by DD2Event.Ongoing. The checks happen early on in Player.Update and before ItemCheck runs. So even if the buff were removed, it would be force applied before building code runs anyway

D3RKDUDE commented 1 year ago

So maybe we have

ghost commented 1 year ago

why was it reopened @ghorbani?


From: Mohammad Reza Ghorbani @.> Sent: Thursday, October 5, 2023 11:24 AM To: Pryaxis/TShock @.> Cc: Lucas Mutter @.>; Comment @.> Subject: Re: [Pryaxis/TShock] Build Permission for Old one army (Issue #2977)

Reopened #2977https://github.com/Pryaxis/TShock/issues/2977.

— Reply to this email directly, view it on GitHubhttps://github.com/Pryaxis/TShock/issues/2977#event-10565389013, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A3WOOIHIEE3IO4ILN2YXX7LX53GK5AVCNFSM6AAAAAA5SZVHTGVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJQGU3DKMZYHEYDCMY. You are receiving this because you commented.Message ID: @.***>

D3RKDUDE commented 1 year ago

Cause i cant see any solution or way for it. Do you know how can i do it?

On Thu, Oct 5, 2023, 20:29 Lucas Mutter @.***> wrote:

why was it reopened @ghorbani?


From: Mohammad Reza Ghorbani @.> Sent: Thursday, October 5, 2023 11:24 AM To: Pryaxis/TShock @.> Cc: Lucas Mutter @.>; Comment @.> Subject: Re: [Pryaxis/TShock] Build Permission for Old one army (Issue

2977)

Reopened #2977https://github.com/Pryaxis/TShock/issues/2977.

— Reply to this email directly, view it on GitHub< https://github.com/Pryaxis/TShock/issues/2977#event-10565389013>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/A3WOOIHIEE3IO4ILN2YXX7LX53GK5AVCNFSM6AAAAAA5SZVHTGVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJQGU3DKMZYHEYDCMY>.

You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/Pryaxis/TShock/issues/2977#issuecomment-1749314447, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCVLNJOMITYSVA5S6K7GHZTX53ROFAVCNFSM6AAAAAA5SZVHTGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBZGMYTINBUG4 . You are receiving this because you modified the open/close state.Message ID: @.***>

ghost commented 12 months ago

try modding the terraria server software THIS IS NOT SUGGESTED

Arthri commented 12 months ago

That's what TShock is: a server mod. I've said before that this is a client restriction, not a server restriction

D3RKDUDE commented 12 months ago

So my summary of what we know is: we can't have a permission to be able to build and dig in old one army event.

ghost commented 12 months ago

correct


From: Mohammad Reza Ghorbani @.> Sent: Monday, October 9, 2023 10:36 AM To: Pryaxis/TShock @.> Cc: Lucas Mutter @.>; Comment @.> Subject: Re: [Pryaxis/TShock] Build Permission for Old one army (Issue #2977)

So my summary of what we know is: we can't have a permission to be able to build and dig in old one army event.

— Reply to this email directly, view it on GitHubhttps://github.com/Pryaxis/TShock/issues/2977#issuecomment-1753134470, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A3WOOIA5UKOKKUTXGWB7PV3X6QDWTAVCNFSM6AAAAAA5SZVHTGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJTGEZTINBXGA. You are receiving this because you commented.Message ID: @.***>

drunderscore commented 12 months ago

Closing as this feature request is not possible to implement.