Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to Fix Shield Effect

Junior Spellweaver
Joined
Feb 14, 2013
Messages
172
Reaction score
19
I try to use the effect of the existing one, but if it is used to shield Lv57+,these effects are not appropriate, like this

How - How to Fix Shield Effect - RaGEZONE Forums

How to fix that? or how to create own "people fantasy" like for a new item and effect? t
here any website that I can learn?

Thanks before
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Nov 22, 2013
Messages
104
Reaction score
11
Agony posted something in the release section years ago that might be of interest to you. Also check the .eff file of the shield and 00 the effect values if you want to get rid of that thing completely so that only the texture based glow is seen.
 
Upvote 0
Junior Spellweaver
Joined
Feb 14, 2013
Messages
172
Reaction score
19
Agony posted something in the release section years ago that might be of interest to you. Also check the .eff file of the shield and 00 the effect values if you want to get rid of that thing completely so that only the texture based glow is seen.

thanks for info, i will search it

I unpack ChefEntity9.rpk and fix aura but how to change potition in top


Code:
[Particle]


entity_file .\Chef\70LV_SHIELD\BELCOR\shield_P\shield_P.R3E
num 3
pos box 0 0 0.5


live_time 1.5
time_speed 0.5
gravity 0 0.5 0


	start_power 0 0.1 -0.5
	start_scale 1
	start_color 0 255 0
	start_alpha 0
	;start_zrot 90
	start_yrot 90


alpha_type 3
z_front -0.01
no_billboard


time 0.5
	alpha 150
	scale 1.05
	color 30 180 30


time 1
	alpha 70
	scale 1.2
	color 50 255 50


time 1.5
	alpha 0
	scale 1.35
	color 100 200 100
end


HaterAids, Agony not have started thread, bro
https://forum.ragezone.com/members/2000174588.html



Join Date08-02-15Last Activity08-02-15
:*:



Fix : i change
Code:
pos box 0 0 0.5 
to 
pos box 0 1.5 0.5
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top