SphereCommunity

Full Version: Ships from High Seas
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Do anyone have built this Britain Galleon ? I am interested in a Deed Script.

Greetings

Kurita
Code:
[ITEMDEF i_deed_britannian_galleon]
NAME=Deed to a Britannian galleon
ID=i_deed_ship
RESOURCES=i_deed,i_multi_ship_britannian_n
CATEGORY=Provisions - Deeds
SUBSECTION=Ship Plans
DESCRIPTION=Britannain Galleon

ON=@Create
    MORE=i_multi_ship_britannian_n

[ITEMDEF i_deed_gargish_galleon]
NAME=Deed to a Gargish galleon
ID=i_deed_ship
RESOURCES=i_deed,i_multi_ship_gargish_n
CATEGORY=Provisions - Deeds
SUBSECTION=Ship Plans
DESCRIPTION=Gargish Galleon

ON=@Create
    MORE=i_multi_ship_garish_n

[ITEMDEF i_deed_orcish_galleon]
NAME=Deed to an Orcish galleon
ID=i_deed_ship
RESOURCES=i_deed,i_multi_ship_orc_n
CATEGORY=Provisions - Deeds
SUBSECTION=Ship Plans
DESCRIPTION=Orcish Galleon

ON=@Create
    MORE=i_multi_ship_orc_n

[ITEMDEF i_deed_rowboat]
NAME=Deed to a rowbot
ID=i_deed_ship
RESOURCES=i_deed,i_multi_ship_rowboat_n
CATEGORY=Provisions - Deeds
SUBSECTION=Ship Plans
DESCRIPTION=Rowboat

ON=@Create
    MORE=i_multi_ship_rowboat_n

[ITEMDEF i_deed_tokuno_galleon]
NAME=Deed to a Tokuno galleon
ID=i_deed_ship
RESOURCES=i_deed,i_multi_ship_tokuno_n
CATEGORY=Provisions - Deeds
SUBSECTION=Ship Plans
DESCRIPTION=Tokuno Galleon

ON=@Create
    MORE=i_multi_ship_tokuno_n
Thank you
be sure to include those in that new 56b update YOU ARE coming out with soon...
where to find i_multi_ship_garish_n?
sphere_items_multis_houses_ships.scp
(05-15-2013 10:08 AM)Rizz Wrote: [ -> ]where to find i_multi_ship_garish_n?

It´s i_multi_ship_gargish_n
oops typo nice catch
Reference URL's