SphereCommunity
More Ships or Boats? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Requests (/Forum-Script-Requests)
+--- Thread: More Ships or Boats? (/Thread-More-Ships-or-Boats)

Pages: 1 2


More Ships or Boats? - babazar - 08-22-2013 02:42 AM

Is there any new boats/ships other than the original from like t2a ?


RE: More Ships or Boats? - darksun84 - 08-22-2013 03:14 AM

the ones from Stygian Abyss. A part the Galleon, i think they work Shock


RE: More Ships or Boats? - babazar - 08-22-2013 04:00 AM

Are they scripted in 56b with deeds?


RE: More Ships or Boats? - darksun84 - 08-22-2013 04:24 AM

There are the Multidefs , but i don't remember the deeds .

But the important is that they are already built Tongue


RE: More Ships or Boats? - babazar - 08-22-2013 07:20 AM

found the multi scripts,
Added the multi to ingame but got this error for all the new boats. also it had only shwoing the rope and little gems
sphere_item_multis_ships.scp,1270)Error Pri=2, Code=0, Desc='CTileTerrainType.ReadInfo: TileData Read', in GetItemData


RE: More Ships or Boats? - darksun84 - 08-22-2013 07:33 AM

Do you have stygian abyss installed ?


RE: More Ships or Boats? - babazar - 08-22-2013 07:34 AM

i Have ML Installed, Client 6.0


RE: More Ships or Boats? - darksun84 - 08-22-2013 07:41 AM

you can't see the new boats without Stygian Abyss Tongue


RE: More Ships or Boats? - Mordaunt - 08-22-2013 10:23 AM

I know I posted this before but:

Code:
//Deeds for new ships
[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_garish_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

Does require Stygian Abyss


RE: More Ships or Boats? - babazar - 08-22-2013 06:07 PM

KL ty Guys, Maybe install SA, Shall see, Big Grin