skilleffect.txt causing client/after chosing character crash

05/24/2015 17:41 gofik123#1
What i am trying to do is change the custom buffs back to original isro looking buffs i hate those custom ones (my client vsro188). What i've done is took all the .epf's from my 120 cap client (vsro 188) put it in my 130 cap client. I've edited all the skilleffect lines like the 120 cap one and changed the custom skill buff (new skills or whatever) to look like the skill before that but i reckon thats causing the crash any ideas?

Edited
Code:
1	102__극 관통섬공	SKILL_CH_LIGHTNING_GWANTONG_F	0	FALSE	1	DEFAULT	ANI_READY04	ANI_WAIT04	ANI_SKILL_4	none	none	none	none	none	0	0,0,0,0	ONE	none	none	none	none	none	none	none	0	1
Code:
102__극 관통섬공1	SKILL_CH_LIGHTNING_GWANTONG_F	READY	0	FALSE	none	none	1	0	0	0	1	30,30	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	skill\china\	lightning_motion_keep.efp	bip01 R	Hand 	0,0,0	none	0,0,0	none	0	none	none	none	
102__극 관통섬공2	SKILL_CH_LIGHTNING_GWANTONG_F	READY	0	FALSE	none	none	1	0	0	0	1	30,30	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	skill\china\	lightning_motion_keep.efp	Bip01 L Hand	0,0,0	none	0,0,0	none	0	none	skill2\usk_wizard_light_ball_a.wav	none	
102__극 관통섬공3	SKILL_CH_LIGHTNING_GWANTONG_F	READY	0	FALSE	none	none	0	0	0	0	1	10,500	AT_ONE_FOLLOW	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	skill\china\	lightning_assist_motion_wait.efp	none	0,0,4	none	0,0,0	none	0	none	skill\csk_light_ready.wav	none	
102__극 관통섬공4	SKILL_CH_LIGHTNING_GWANTONG_F	SHOT	1	FALSE	none	none	0	0	0	1	1	0,0	AT_ONE_FOLLOW	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	skill\china	lightning_gwantong_effect_c.efp	none	0,0,4	none	0,0,0	none	0	none	skill\csk_light_Gwantong_Swing.wav	none
Original
Code:
1	102__극 관통섬공	SKILL_CH_LIGHTNING_GWANTONG_F	0	FALSE	1	DEFAULT	ANI_READY10	none	ANI_SKILL_15	none	none	none	none	none	0	0,0,0,0	ONE	none	none	none	none	none	none	none	0	1
Code:
102__극 관통섬공1	SKILL_CH_LIGHTNING_GWANTONG_F	READY	0	FALSE	none	none	1	0	0	0	1	500,500	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	skill\china\	fire_assist_motion_wait.efp	none	0,0,4	none	0,0,0	none	0	none	skill\csk_fire_ready.wav	none	
102__극 관통섬공2	SKILL_CH_LIGHTNING_GWANTONG_F	READY	0	FALSE	none	none	1	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	skill\china\	fire_motion_keep.efp	Bip01 R Hand	0,0,0	none	0,0,0	none	0	none	none	none	
102__극 관통섬공3	SKILL_CH_LIGHTNING_GWANTONG_F	READY	0	FALSE	none	none	1	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	skill\china\	fire_motion_keep.efp	Bip01 L Hand	0,0,0	none	0,0,0	none	0	none	none	none	
102__극 관통섬공4	SKILL_CH_LIGHTNING_GWANTONG_F	SHOT	0	FALSE	none	none	0	0	0	1	1	0,0	AT_ONE_FOLLOW	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	none	none	none	0,0,0	none	0,0,0	none	0	none	none	none	
102__극 관통섬공5	SKILL_CH_LIGHTNING_GWANTONG_F	SHOT	1	FALSE	none	none	0	0	0	0	1	0,0	AT_ONE_FOLLOW	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	skill\china\	fire_gongup_effect_c.efp	none	0,0,0	none	0,0,0	none	0	none	skill\csk_fire_fiecraze_Swing.wav	none
Solved who would of thought copy and pasting worked...