[DiscordArchive] Do you really need client changes?
[DiscordArchive] Do you really need client changes?
Archived author: Kitzunu • Posted: 2025-02-22T08:30:25.292000+00:00
Original source
Do you really need client changes?
Archived author: Kitzunu • Posted: 2025-02-22T08:30:55.157000+00:00
Original source
Iirc checks are serverside
Archived author: metallinos • Posted: 2025-02-22T08:31:49.291000+00:00
Original source
Oo let me give it a quick spin then
Archived author: metallinos • Posted: 2025-02-22T08:41:52.579000+00:00
Original source
I've removed the server's DBC-side shapeshift limitations on Starfire here and the client puts me out of bear form while .cast doesn't
World_of_Warcraft_2025-02-22_09-40-41.mp4
Archived author: Doot • Posted: 2025-02-22T08:45:32.926000+00:00
Original source
im guessing the only to use it this way is if every player has access to the .cast command
Archived author: metallinos • Posted: 2025-02-22T08:46:56.756000+00:00
Original source
Maybe you can pass out an addon (either through AIO or the normal way) that does a hooksecurefunc on attempted spell cast of the spells you want to be cast regardless of stance/shapeshift, then have that either send a .cast or send a command/addon message to the server prompting the server to initiate the cast instead of the client
Archived author: metallinos • Posted: 2025-02-22T08:47:30.627000+00:00
Original source
Maybe I'm overcomplicating it haha. But since it only sends a chat message on clicking a spell it should work in combat at least
Archived author: metallinos • Posted: 2025-02-22T08:52:29.672000+00:00
Original source
Not sure if that can prevent subsequent server action though, stopping spell cast or returning false may not be available through addons
Archived author: JacatinRawr • Posted: 2025-02-22T08:55:41.782000+00:00
Original source
Hi, anyone know where to change restriction when shapeshifting into certain model id to be allowed mounting/ignore the "You are still shapeshifting"? Thanks.
Archived author: metallinos • Posted: 2025-02-22T09:07:51.657000+00:00
Original source
You need both client-side DBC changes and server-side DBC changes (or to remove the eligibility checks from the cpp code)