// Avatar's Realm - DRYDOCKING SYSTEM v1.0a // Created by: Admin Vaticus // Script Location: http://www.avatarsrealm.com/ // Supported Sphere versions: v.55/99/1.0 // FILE LAST UPDATED: Monday, June 25, 2001 // Drydocking System v1.0a created by Vaticus VERSION=0.55 // Be sure the replace your current Tiller Scripts with the ones below. // *** [FUNCTION TILLER] IF (==010d2) MESSAGE Be careful - you will have to teleport out of the ocean DIALOG d_ship_dock RETURN 1 ELSEIF (==) DIALOG d_ship_dock RETURN 1 ELSE RETURN 1 ENDIF [DIALOG d_ship_dock] 150,200 page 0 gumppic 100 10 2070 button 165 85 2071 2072 1 0 0 text 141 45 0 0 button 123 45 208 209 1 0 1 [DIALOG d_ship_dock TEXT] Drydock Ship? [DIALOG d_ship_dock BUTTON] ONBUTTON=0 ONBUTTON=1 IF (==) //I added the part below myself, to get hatch items to go into bankbox //LINK.MOREX.TYPE=t_container //Unlock the hold, in case of deleted keys/etc //LINK.MOREX.DISPID=i_backpack //LINK.MOREX.NAME=Ship hatch contents //LINK.MOREX.BOUNCE //EVAL(LINK.VAR.THEHATCH).CONT= //Put it in their bankbox //SRC.SYSMESSAGE The items in the hatch have been transferred to your bankbox //End of addition SRC.NEWITEM i_model_ship SRC.ACT.TYPE t_deed SRC.ACT.NAME SRC.ACT.MORE SRC.ACT.MORE2 SRC.ACT.BOUNCE LINK.REMOVE RETURN 1 ELSE RETURN 1 ENDIF //[ITEMDEF 03e4a] ////tiller man //DEFNAME=i_ship_tillerman //TYPE=t_sign_gump //ON=@DCLICK //TILLER //CATEGORY=Ship Parts //SUBSECTION=Tillerman //DESCRIPTION=Tiller man // //[ITEMDEF 03e4b] ////tiller man //TYPE=t_sign_gump ////DUPEITEM=03e4a // //ON=@DCLICK //TILLER // //[ITEMDEF 03e4c] ////tiller man //TYPE=t_sign_gump ////DUPEITEM=03e4a // //ON=@DCLICK //TILLER // //[ITEMDEF 03e4d] ////tiller man //TYPE=t_sign_gump ////DUPEITEM=03e4a // //ON=@DCLICK //TILLER // //[ITEMDEF 03e4e] ////tiller man //TYPE=t_sign_gump ////DUPEITEM=03e4a // //ON=@DCLICK //TILLER // //[ITEMDEF 03e4f] ////tiller man //TYPE=t_sign_gump ////DUPEITEM=03e4a // //ON=@DCLICK //TILLER // //[ITEMDEF 03e50] ////tiller man //TYPE=t_sign_gump ////DUPEITEM=03e4a // //ON=@DCLICK //TILLER // //[ITEMDEF 03e51] ////tiller man //TYPE=t_sign_gump ////DUPEITEM=03e4a // //ON=@DCLICK //TILLER // //[ITEMDEF 03e52] ////tiller man //TYPE=t_sign_gump ////DUPEITEM=03e4a // //ON=@DCLICK //TILLER // //[ITEMDEF 03e53] ////tiller man //TYPE=t_sign_gump ////DUPEITEM=03e4a // //ON=@DCLICK //TILLER // //[ITEMDEF 03e54] ////tiller man //TYPE=t_sign_gump ////DUPEITEM=03e4a // //ON=@DCLICK //TILLER // //[ITEMDEF 03e55] ////tiller man //TYPE=t_sign_gump ////DUPEITEM=03e4a // //ON=@DCLICK //TILLER [EOF]