Character icon

11/14/2012 17:31 NewKnight#1
Where to find to change the character icon next to the name and hp,mp etc.
Ty!
11/14/2012 17:41 HellSpider#2
Edit texture\ui\game\theme01\etc_01.dds and correct imagetable entries.
11/15/2012 12:21 NewKnight#3
whats the name of the skill transformation usually called? (in dds)
12/20/2012 21:19 gedimazs#4
need help guys cause I don't know where to look else. Here is the problem:
[Only registered and activated users can see links. Click Here To Register...]

I know that images are taken from one or another .dds which path to it is saying imagetable.txt. But what about indexes? what script file is telling to use that or another line from imagetable for class icons showing here near hp bar? I have no problems with party cause I know that partyinfo.txt is saying what indexes we need to use to show correct image.
Like for example to show azure knight class icon it is etc_01,34,UI\Game\... from the imagetable.txt .
For short so I want to know which file from scipt folder is saying that azure class icon will be index 34 ?
12/20/2012 21:54 conquer93#5
uhm at me the index at the party info txt is also the index at mainbar icon at imagetable.

Code:
		<classimage>
			key		swordman
			screen	etc_01
			index	34	
		</classimage>
		<classimage>
			key		archeress
			screen	etc_01
			index	35
		</classimage>
		<classimage>
			key		sorceress
			screen	etc_01
			index	36	
		</classimage>
		<classimage>
			key		summoner
			screen	etc_01
			index	37	
		</classimage>	
		<classimage>
			key		segnalle
			screen	etc_01
			index	38	
		</classimage>
		<classimage>
			key		warrior
			screen	etc_01
			index	39	
		</classimage>
		<classimage>
			key		alloken
			screen	etc_01
			index	40	
		</classimage>
		<classimage>
			key		concerra
			screen	etc_01
			index	44	
		</classimage>
		<classimage>
			key		segeuriper
			screen	etc_01
			index	45	
		</classimage>	
		<classimage>
			key		bwizzard
			screen	etc_01
			index	43
		</classimage>
		<classimage>
			key		halfbagi
			screen	etc_01
			index	46
		</classimage>
Code:
etc_01,34,UI\Game\mainbar\AK.dds,0,0,49,56,0,0,0,0,
etc_01,35,UI\Game\mainbar\HT.dds,0,0,49,56,0,0,0,0,
etc_01,36,UI\Game\mainbar\MG.dds,0,0,49,56,0,0,0,0,
etc_01,37,UI\Game\mainbar\VS.dds,0,0,49,56,0,0,0,0,
etc_01,38,UI\Game\mainbar\SN.dds,0,0,49,56,0,0,0,0,
etc_01,39,UI\Game\mainbar\BA.dds,0,0,49,56,0,0,0,0,
etc_01,40,UI\Game\mainbar\AL.dds,0,0,49,56,0,0,0,0,
etc_01,44,UI\Game\mainbar\CS.dds,0,0,49,56,0,0,0,0,
etc_01,45,UI\Game\mainbar\SR.dds,0,0,49,56,0,0,0,0,
etc_01,46,UI\Game\mainbar\HB.dds,0,0,49,56,0,0,0,0,
etc_01,43,UI\Game\mainbar\BW.dds,0,0,49,56,0,0,0,0,
12/21/2012 12:40 gedimazs#6
but etc_01,46,.... is:
[Only registered and activated users can see links. Click Here To Register...]
and there is no problem with class icons when created party, I see correct symbol.
so what script file determiners that etc_01,46,... must be halfbagi icon.
So it means there must be another file not only partyinfo.txt
12/21/2012 17:33 conquer93#7
yes my halfbagi showed that small button as icon before i fixed them. try to edit them. and seewat happends tyhey all work for me with new mainbar from illusion
12/22/2012 07:48 gedimazs#8
Quote:
Originally Posted by conquer93 View Post
yes my halfbagi showed that small button as icon before i fixed them. try to edit them. and seewat happends tyhey all work for me with new mainbar from illusion
That is ok, but then go to help page by pressing H on your keyboard and there you will notice something where you must press to switch pages :)