SphereCommunity
Ships from High Seas - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Requests (/Forum-Script-Requests)
+--- Thread: Ships from High Seas (/Thread-Ships-from-High-Seas)



Ships from High Seas - Kurita - 05-10-2013 06:49 PM

Do anyone have built this Britain Galleon ? I am interested in a Deed Script.

Greetings

Kurita


RE: Ships from High Seas - Mordaunt - 05-10-2013 08:57 PM

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



RE: Ships from High Seas - Kurita - 05-11-2013 12:38 AM

Thank you


RE: Ships from High Seas - x77x - 05-14-2013 11:48 AM

be sure to include those in that new 56b update YOU ARE coming out with soon...


RE: Ships from High Seas - Rizz - 05-15-2013 10:08 AM

where to find i_multi_ship_garish_n?


RE: Ships from High Seas - Mordaunt - 05-15-2013 10:53 AM

sphere_items_multis_houses_ships.scp


RE: Ships from High Seas - Gil Amarth - 05-15-2013 08:18 PM

(05-15-2013 10:08 AM)Rizz Wrote:  where to find i_multi_ship_garish_n?

It´s i_multi_ship_gargish_n


RE: Ships from High Seas - Mordaunt - 05-15-2013 10:00 PM

oops typo nice catch