How to change quest icon? (Image)

03/24/2018 13:06 login_2020#1
How to change to icon style for quest?
Anyone know?

[Only registered and activated users can see links. Click Here To Register...]

change to

[Only registered and activated users can see links. Click Here To Register...]

Thanks
03/24/2018 15:45 Dracula Untold#2
hmm
03/24/2018 17:17 multiuses#3
also i want to do this :(
03/27/2018 02:07 multiuses#4
still nobody knows ?
03/27/2018 06:48 devdash#5
with skilleffects.txt and u need the effect file in data.pk2 take it from isro i guess
best wishes
03/28/2018 22:20 login_2020#6
Code:
퀘스트 느낌표 시작	SYSTEM_EXCLAMATION_START	ACT_L	0	FALSE	none	none	0	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	res\etc\	ex_mark_start.bsr	*	0,5,0	none	0,0,0	none	0	none	none	none	
퀘스트 느낌표 끝	SYSTEM_EXCLAMATION_END	ACT_L	0	FALSE	none	none	0	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	res\etc\	ex_mark_end.bsr	*	0,5,0	none	0,0,0	none	0	none	none	none	
퀘스트 느낌표 진행 중	SYSTEM_EXCLAMATION_GOING	ACT_L	0	FALSE	none	none	0	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	res\etc\	ex_mark_going.bsr	*	0,5,0	none	0,0,0	none	0	none	none	none	
퀘스트 (쉬움)	SYSTEM_EXCLAMATION_EASY	ACT_L	0	FALSE	none	none	0	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	res\etc\	ex_mark_going.bsr	*	0,5,0	none	0,0,0	none	0	none	none	none	
퀘스트 몬스터 표시	SYSTEM_QUEST_MARK	ACT_L	0	FALSE	none	MOB_BASE	0	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	res\etc\	system_questmonster_mark.bsr	*	0,5,0	none	0,0,0	none	0	none	none	none	
빨간색두루마리	SYSTEM_QUEST_MARK2	ACT_L	0	FALSE	none	MOB_BASE	0	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	res\etc\	ex_mark_start_r.bsr	*	0,5,0	none	0,0,0	none	0	none	none	none
You must edit, not sure work if copy this >

Code:
Ф¸ \ ‘	SYSTEM_EXCLAMATION_START	ACT_L	0	FALSE	none	none	0	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	res\etc\	quest_mark_y.bsr	*	0,5,0	none	0,0,0	none	0	none	none	none
Ф¸ \ ]	SYSTEM_EXCLAMATION_END	ACT_L	0	FALSE	none	none	0	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	res\etc\	ex_mark_y.bsr	*	0,5,0	none	0,0,0	none	0	none	none	none
Ф¸ \ ɉ 	SYSTEM_EXCLAMATION_GOING	ACT_L	0	FALSE	none	none	0	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	res\etc\	quest_mark_g.bsr	*	0,5,0	none	0,0,0	none	0	none	none	none
Ф¸ (l)	SYSTEM_EXCLAMATION_EASY	ACT_L	0	FALSE	none	none	0	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	res\etc\	quest_mark_b.bsr	*	0,5,0	none	0,0,0	none	0	none	none	none
Ф¸ 0 \	SYSTEM_QUEST_MARK	ACT_L	0	FALSE	none	MOB_BASE	0	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	res\etc\	system_questmonster_mark.bsr	*	0,5,0	none	0,0,0	none	0	none	none	none
hPȹ	SYSTEM_QUEST_MARK2	ACT_L	0	FALSE	none	MOB_BASE	0	0	0	0	1	0,0	AT_LOOP	MOV_NONE,0,0,0	0,0,0	false,0,0,0,0,false	res\etc\	quest_mark_r.bsr	*	0,5,0	none	0,0,0	none	0	none	none	none
Is work fine for me
Thanks alydandy
03/29/2018 10:29 Spidy.#7
^

#Closed