Register for your free account! | Forgot your password?

You last visited: Today at 10:38

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Glow Questions

Discussion on Glow Questions within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
BountyFinder's Avatar
 
elite*gold: 9
Join Date: Aug 2017
Posts: 77
Received Thanks: 2
Glow Questions

Good day, i need your help with my glow it seems that even if the set is just +3 the glow of the item is the same as +10 i just want to ask whats wrong with this? and where should i fix this? ^_^

and another question how to change glow to the old one? ^^
thanks in advance.
BountyFinder is offline  
Old 04/29/2018, 02:14   #2
 
Cloud''s Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 245
Received Thanks: 28
Same question. Bump!
Cloud' is offline  
Old 04/29/2018, 04:53   #3
 
elite*gold: 0
Join Date: Jun 2016
Posts: 35
Received Thanks: 7
Mover.cpp
CMover::CreateAbilityOption_SetItemSFX
Might be an okay place to start depending on how your glow system is setup,
if not perhaps look into the versioncommon and see what glowchange system you have and search through the source looking to see how it pulls the level but from what i recall that function handles it.
Timelimits is offline  
Thanks
1 User
Old 04/29/2018, 05:31   #4
 
Cloud''s Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 245
Received Thanks: 28
Quote:
Originally Posted by Timelimits View Post
Mover.cpp
CMover::CreateAbilityOption_SetItemSFX
Might be an okay place to start depending on how your glow system is setup,
if not perhaps look into the versioncommon and see what glowchange system you have and search through the source looking to see how it pulls the level but from what i recall that function handles it.
@
Cloud' is offline  
Old 04/29/2018, 06:20   #5
 
elite*gold: 0
Join Date: Jun 2016
Posts: 35
Received Thanks: 7
switch( nAbilityOption )
is the original, however it's been altered a bit in your source, now it pulls a different switch case per part and gives a new case with different "XI_SETIEM_EFFECT?????" normally it would call each level in a single case displaying a effect for the whole body, in your it's pulling a fully upgraded +10 set effect per animation

normally it pulls just one DWORD value stored as "dwSfx = 0;"

example

DWORD dwSfx = 0;

// nAbilityOption = 4;

switch( nAbilityOption )
{
case 3: dwSfx = XI_GEN_ITEM_SETITEM03; break;
case 4: dwSfx = XI_GEN_ITEM_SETITEM04; break;
case 5: dwSfx = XI_GEN_ITEM_SETITEM05; break;
case 6: dwSfx = XI_GEN_ITEM_SETITEM06; break;
case 7: dwSfx = XI_GEN_ITEM_SETITEM07; break;
case 8: dwSfx = XI_GEN_ITEM_SETITEM08; break;
case 9: dwSfx = XI_GEN_ITEM_SETITEM09; break;
case 10: dwSfx = XI_GEN_ITEM_SETITEM10; break;
}
either add new XI_?????? and fully define them inside the resource and client or remove your current glow system to fix the problem?

I'm no dev nor do I claim to be... I'm sure you'd have better luck asking someone else.
Timelimits is offline  
Thanks
2 Users
Old 04/29/2018, 06:54   #6
 
Cloud''s Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 245
Received Thanks: 28
Quote:
Originally Posted by Timelimits View Post
switch( nAbilityOption )
is the original, however it's been altered a bit in your source, now it pulls a different switch case per part and gives a new case with different "XI_SETIEM_EFFECT?????" normally it would call each level in a single case displaying a effect for the whole body, in your it's pulling a fully upgraded +10 set effect per animation

normally it pulls just one DWORD value stored as "dwSfx = 0;"

example

DWORD dwSfx = 0;

// nAbilityOption = 4;

switch( nAbilityOption )
{
case 3: dwSfx = XI_GEN_ITEM_SETITEM03; break;
case 4: dwSfx = XI_GEN_ITEM_SETITEM04; break;
case 5: dwSfx = XI_GEN_ITEM_SETITEM05; break;
case 6: dwSfx = XI_GEN_ITEM_SETITEM06; break;
case 7: dwSfx = XI_GEN_ITEM_SETITEM07; break;
case 8: dwSfx = XI_GEN_ITEM_SETITEM08; break;
case 9: dwSfx = XI_GEN_ITEM_SETITEM09; break;
case 10: dwSfx = XI_GEN_ITEM_SETITEM10; break;
}
either add new XI_?????? and fully define them inside the resource and client or remove your current glow system to fix the problem?

I'm no dev nor do I claim to be... I'm sure you'd have better luck asking someone else.
Thank you. Problem solved.
Cloud' is offline  
Reply


Similar Threads Similar Threads
Adding glow and sun glow to weapons need help
06/15/2015 - SRO Private Server - 4 Replies
I got the 14D blade which has no glow or sox glow to it i've tried looking at guides and its painful now. Weapon without sox glow http://i61.tinypic.com/2qxq2jq.png I have tried countless times in guides and still no luck does anyone know please?



All times are GMT +1. The time now is 10:39.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.