Closed regizfilho closed 2 months ago
the error is not reproducible. NOT caused by AttachEffect commits I took the time to compile the clean distribution of nekiro 1.5 protocol 7.72.
https://github.com/user-attachments/assets/8755c764-f1d2-4dc3-975c-1ba06815cca8
dll+ exe 1.5release772.zip
Hahaha I swear I've been looking for 3 days!! I'll revisit the code, thanks!
in a CLEAN distribution of 1.5 | 7.72 by nekiro
the error is not reproducible. NOT caused by AttachEffect commits I took the time to compile the clean distribution of nekiro 1.5 protocol 7.72.
kokekanon/TFS-1.5-7.72-Attach-Effect@4841fbc
bandicam.2024-09-17.10-28-47-732.mp4 dll+ exe 1.5release772.zip
Did you use only these features? Only the ones below?
g_game.enableFeature(GameWingsAurasEffectsShader) g_game.enableFeature(GameFormatCreatureName) g_game.enableFeature(GameCreatureShader) g_game.enableFeature(GameCreatureAttachedEffect) g_game.enableFeature(GameItemShader)
Does it work on linux? that's the system I'm playing with!
I downloaded your repository, adjusted cmake to get the aura, shaders... and ran it cleanly without any modifications. I only activated the features indicated in the repository. Remember that I'm using Linux!
your problem is TFS in linux / cmaker .
i know nothing about linux and cmaker. i can't help you. windows compilation VS community 2022 works with this.
g_game.enableFeature(GameWingsAurasEffectsShader)
g_game.enableFeature(GameFormatCreatureName)
g_game.enableFeature(GameCreatureShader)
g_game.enableFeature(GameCreatureAttachedEffect)
g_game.enableFeature(GameItemShader)
the problem is NOT in otc, next time talk on the discord group or otland . don't create issue for OTC , when the problem is in tfs.
the only otc issue i see is
ERROR: invalid thing type client id 0 in category 4
to fix that we need to delete this
https://github.com/mehah/otclient/blob/main/modules/game_outfit/outfit.lua#L99-L101
https://github.com/mehah/otclient/blob/main/modules/game_outfit/outfit.lua#L1059-L1061
to fix that we need to delete this https://github.com/mehah/otclient/blob/main/modules/game_outfit/outfit.lua#L849
your problem is TFS in linux / cmaker .
i know nothing about linux and cmaker. i can't help you. windows compilation VS community 2022 works with this.
g_game.enableFeature(GameWingsAurasEffectsShader) g_game.enableFeature(GameFormatCreatureName) g_game.enableFeature(GameCreatureShader) g_game.enableFeature(GameCreatureAttachedEffect) g_game.enableFeature(GameItemShader)
the problem is NOT in otc, next time talk on the discord group or otland . don't create issue for OTC , when the problem is in tfs.
the only otc issue i see is
1)
ERROR: invalid thing type client id 0 in category 4
to fix that we need to delete this
https://github.com/mehah/otclient/blob/main/modules/game_outfit/outfit.lua#L99-L101
https://github.com/mehah/otclient/blob/main/modules/game_outfit/outfit.lua#L1059-L1061
2) size UICreature:
to fix that we need to delete this https://github.com/mehah/otclient/blob/main/modules/game_outfit/outfit.lua#L849
To activate the attached resources, a specific customization is made for the otc, clearly this is the best place to ask, I see no problem coming here. The point is that you don't have an answer to this, I investigated through other means, thank you for your support.
Priority
Low
Area
What happened?
Hey guys, I deployed wings, auras, shaders in TFS 1.5 clean on version 7.72, and every time I log in as a regular player in GM, it goes into Ghost mode. I've revisited the deployment several times to see if I forgot something, but it seems to be ok. But I can't figure out why this ghost bug is happening.
Here's the example video.
https://youtu.be/QjlWFJLcAOU
I used this commit -> feat: GameWingsAurasEffects connection server by kokekanon · Pull Request #1 · kokekanon/TFS-1.4.2-Compatible-Aura-Effect-Wings-Shader-MEHAH (https://github.com/kokekanon/TFS-1.4.2-Compatible-Aura-Effect-Wings-Shader-MEHAH/pull/1/files)
What OS are you seeing the problem on?
Linux, Windows
Code of Conduct