SphereCommunity
Hues not working? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Hues not working? (/Thread-Hues-not-working)



Hues not working? - Stephka - 10-19-2012 03:41 PM

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!


RE: Hues not working? - Barnabus - 10-19-2012 09:43 PM

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


RE: Hues not working? - Stephka - 10-20-2012 02:36 PM

Omg! Omg! Omg!!!!
It works!
Thank you so much!