diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 22:21:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 22:21:58 -0300 |
commit | 5e9f32165d2f308c76f98deafdff4516a39c95c3 (patch) | |
tree | 40bf854741a174bfcb607c1a2e2011d7209c06e4 | |
parent | 2f74c7f4aabf7103040c5b38ecf72fca58df9d66 (diff) | |
download | clientdata-5e9f32165d2f308c76f98deafdff4516a39c95c3.tar.gz clientdata-5e9f32165d2f308c76f98deafdff4516a39c95c3.tar.bz2 clientdata-5e9f32165d2f308c76f98deafdff4516a39c95c3.tar.xz clientdata-5e9f32165d2f308c76f98deafdff4516a39c95c3.zip |
Ok, this *should*, in theory, fix dyes
-rw-r--r-- | itemcolors.xml | 3 | ||||
-rw-r--r-- | items.xml | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/itemcolors.xml b/itemcolors.xml index 6bf41ee1..e988de7b 100644 --- a/itemcolors.xml +++ b/itemcolors.xml @@ -50,6 +50,9 @@ Copyright (C) 2010-2015 Evol Online --> <color id="18" name="Forest Green" value="#273a2e,2f4a37,2c5235,3a6935,4b802c,8bb449,d2e489"/> <color id="19" name="Silver Grey" value="#1c261a,3e3e31,514f42,92887f,9b9890,cfcdbf,fffff6"/> <color id="20" name="Esperia Blue" value="#37273b,422c48,615282,6f78ab,90abcd,96cdd9,d1e9eb"/> + <color id="21" name="Crimson" value="#512325,c14759,e7bfad"/> + <color id="22" name="Chocolate" value="#4a3430,69453a,bf8d67,e6c19c"/> + <color id="23" name="Mint" value="#2e4c4b,59a886,bbe4bb"/> </list> <!-- Hair Colors With S Dye --> @@ -4858,7 +4858,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="Color dye that can be used on clothing." type="card" weight="1" - cardColor="2" + cardColor="21" maxFloorOffset="15"/> <item id="5001" image="usable/dye.png|S:#3c3c3c,302525,4d4d4d,4a3430,686868,69453a,919191,96664c,b6b6b6,bf8d67,dfdfdf,e6c19c" @@ -4867,7 +4867,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="Color dye that can be used on clothing." type="card" weight="1" - cardColor="3" + cardColor="22" maxFloorOffset="15"/> <item id="5002" image="usable/dye.png|S:#3c3c3c,35313d,4d4d4d,443f4f,686868,485c6b,919191,50918f,b6b6b6,75c7a8,dfdfdf,c3e8c4" @@ -4876,7 +4876,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="Color dye that can be used on clothing." type="card" weight="1" - cardColor="4" + cardColor="23" maxFloorOffset="15"/> <item id="5003" image="usable/dye.png|W:#111111,222222,333333,444444,555555,aaaaaa" |