SphereCommunity

Full Version: Hues not working?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! I'm a new (and very inexperienced) scripter.
Very new. Like, trying-to-create-items-new.

I tried to get my item to be blue? But it just doesn't want to go my way....
So I tried and tried a lot of thing, I replace the hues.mul file by the one used by CentrED (you know, just in case).
I tried changing the color directly in Sharpy and Axis (still just in case).

But still, my flower is desesperatly.... normal colored.

Do you have any idea what I am doing wrong?

Here's my script!


[ITEMDEF 03C3F]
DEFNAME=i_Feuille_bleue
NAME=Feuille bleue
VALUE=5
WEIGHT=.1
COLOR= 0894
DESCRIPTION = Feuille bleue

Yup, I'm from Quebec.

Thanks a lot for your help!
PHP Code:
[ITEMDEF i_Feuille_bleue]
DEFNAME=i_Feuille_bleue
ID
=03C3F
NAME
=Feuille bleue
VALUE
=5
WEIGHT
=.1
DESCRIPTION 
Feuille bleue

ON
=@CREATE
    COLOR
= 0894 

Try that ^^

Incidently a nice default blue is 95

ON=@CREATE
COLOR= 95
Omg! Omg! Omg!!!!
It works!
Thank you so much!
Reference URL's