Adding a glowing efect
Heloo again.
So this is a part of an ultimate form uwc3,wath i want to do is to make the one ho uses this to glow as long as the ultimate is active. The glowing should be yelow or gold. Y tried some methods but not glowing.Y would realy apreciate if someone should show me how to make this. PHP Code:
|
Re: Adding a glowing efect
post full plugin sourcecode
|
Re: Adding a glowing efect
There are more files.
It uwc3 1.7.55 wich ones do you want? |
Re: Adding a glowing efect
What did you try?
|
Re: Adding a glowing efect
This is a part of the Shadow Hunter from war3ft(has the voodoo ultimate) and in this version it glous.
PHP Code:
PHP Code:
|
Re: Adding a glowing efect
1)this is to set glow:
set_user_rendering( id, kRenderFxGlowShell, 255, 245, 50, kRenderNormal, 16 ); 2)this to remove it: set_user_rendering( id, kRenderFxGlowShell, 0, 0, 0, kRenderNormal, 16 ); Set the glow in the ultimate function after emit_sound, and find a function like Task_Reset_Godmode or whatever, this is the line how to recognize where the ultimate is removed set_task ( fTime,"Task_Reset_Godmode", TASK_RESET_GODMODE + id, parm, 2 ); and in that function remove the glow. |
Re: Adding a glowing efect
Here is how y did it?
PHP Code:
|
Re: Adding a glowing efect
you dont have to set the glow 2 times in a function
in this case remove PHP Code:
PHP Code:
in this funtion remove the glow, to remove it add this line set_user_rendering( id, kRenderFxGlowShell, 0, 0, 0, kRenderNormal, 16 ); and search for lines like: remove_task(TASK_RESET_GODMODE + id) TASK_RESET_GODMODE( id ) , before those remove the glow |
Re: Adding a glowing efect
So here it how y did it.
This is the code from ultimates.inl (the file where the ultimates functions are stored) PHP Code:
PHP Code:
Why? |
Re: Adding a glowing efect
Some help plese.It almost done but how do y fix that?
|
| All times are GMT -4. The time now is 22:39. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.