Jump to content

Recommended Posts

Posted
3 hours ago, big man bill said:

ok but if you want to change party icons it doesnt have anything to do with interface xdat

look in partyWnd of interface u

about line 410


	//직업 아이콘
	Debug("GetClassIconName(ClassID) = " $ GetClassIconName(ClassID));
	m_ClassIcon[idx].SetTexture(GetClassIconName(ClassID));

i added



		if (ClassID==20 || ClassID==33) // Ripper and Berserker
			m_ClassIcon[idx].SetTexture("L2UI_Ch3.party_styleicon1");
			
		if (ClassID==108 || ClassID==93 || ClassID==101) // Ghost Hunter - Adventurer - Wind Rider
			m_ClassIcon[idx].SetTexture("L2UI_Ch3.assasin_small");

 

Thank you friend.. but i think it is very complicated for me.. i'll try

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...