Change the colour of the item name

Results 1 to 3 of 3
  1. #1
    Valued Member takashi92000 is offline
    MemberRank
    Feb 2011 Join Date
    136Posts

    Change the colour of the item name

    Hi there,

    Is anyone have idea on how to modify the colour of an item name?

    For example - Slot item always come with blue name, I want it to be in Purple. Is it possible to do so?

    Thanks in advance.


  2. #2
    Account Upgraded | Title Enabled! wesley2811 is offline
    MemberRank
    Jul 2010 Join Date
    BelgiumLocation
    257Posts

    Re: Change the colour of the item name

    its posible all yuo have to do is in cabal.enc look for the colours i dont know them out of my head srry but it posible

  3. #3
    Enthusiast Ketchup is offline
    MemberRank
    Jan 2009 Join Date
    25Posts

    Re: Change the colour of the item name

    cabal.enc
    Code:
    	<item_color>
    		<color_set	type="1"	>
    			<grade	level="force"	>
    				<color	order="1"	color="B8AAFE"	/>
    				<color	order="2"	color="B8AAFE"	/>
    				<color	order="3"	color="7D5CFE"	/>
    				<color	order="4"	color="7D5CFE"	/>
    				<color	order="5"	color="2B00FE"	/>
    				<color	order="6"	color="2B00FE"	/>
    				<color	order="7"	color="9D00FE"	/>
    				<color	order="8"	color="9D00FE"	/>
    			</grade>
    			<grade	level="normal"	>
    				<color	order="1"	color="FEAAD4"	/>
    				<color	order="2"	color="FEAAD4"	/>
    				<color	order="3"	color="FE5CA7"	/>
    				<color	order="4"	color="FE5CA7"	/>
    				<color	order="5"	color="FE007E"	/>
    				<color	order="6"	color="FE007E"	/>
    				<color	order="7"	color="FE00C1"	/>
    				<color	order="8"	color="FE00C1"	/>
    			</grade>
    		</color_set>
    	</item_color>



Advertisement