NourSoliman Posted July 8 Posted July 8 Hi everyone, I am working with client version 6609 and running into a couple of visual animation/effect issues: Archer Fly: The flying state/status applies correctly (the character floats and moves) but the glide visual effect does not show up. Mining: The mining action functions perfectly (ores are gathered) but the character's pickaxe swinging animation does not trigger. I've verified that the .c3 motion files exist in the client, but the triggers seem to be missing. Could anyone point me in the right direction on where these animations and visual effect triggers are handled in client 6609? Are these mapped in 3dmotion.dbc / weaponmotion.dbc or is there a specific configuration in 3DEffect.ini / 3DObjProp.ini that I need to look at for 6609? Thanks in advance! Quote
Konichu Posted July 8 Posted July 8 Your debug logs does not display anything? Maybe if you're injecting stuff you're just messing with memory addresses that are breaking stuff Quote
NourSoliman Posted July 8 Author Posted July 8 I unhooked all DLLs/hooks and tested but the issue is still the same someone told me it might be related to the C3 files in the 6609 client Quote
Mrbedo Posted July 9 Posted July 9 (edited) mining effect on c3 try get them in c3.wdb get them frome any old client line 5517 or less 001/562/290.c3 002/562/290.c3 003/562/290.c3 004/562/290.c3 Edited July 9 by Mrbedo Quote
kennylovecode Posted July 16 Posted July 16 Find a low-version client with normal flight, decompress its c3.wdb, then analyze the configuration of the flight model and merge it into your 6609 client c3.wdb, and it will be solved.This is my experience and I will share it with you. I used to think that there was something wrong with the client main program. Quote
NourSoliman Posted July 16 Author Posted July 16 yea guys I fixed this a few days ago the solution is in c3.wdb decrypt it then replace the 3Dmotion file inside with old client file or add the missing fly/mining info there then encrypt again that solved my issue alhamdulillah Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.