Light Gem item scripts
4BOLTMAIN
Member Posts: 90
Would anyone know what the scripts are called for the light gems? Blue Light Gem, Red Light Gem etc.
0
Comments
copied from the script...
/*
This is a rather generic spellscript which
allows adding of any item property to an item
it is used on.
The possible target itemtypes are defined by
the SpellId which fired the spell
The property which is added to the item and
its parameters (i.e. temporary or permanent)
is read from a 2da. The row in the 2da is
taken from the last 3 letters of the items
tag.
The 2da used is defined in x2_inc_itemprop
X2_IP_ADDRPOP_2DA
Note that not all item properties work with
this system.
*/
Blue: x2_sp_is_blue.nss
Pale blue: x2_sp_is_pblue.nss
Scarlet and blue: x2_sp_is_sblue.nss
Deep red: x2_sp_is_dred.nss
Dusty rose: x2_sp_is_drose.nss
Pink: x2_sp_is_pink.nss
Pink and green: x2_sp_is_pgreen.nss