/// The Advanced Sailboat Transport System V1.01 \\\ <---------------------------------------------------------------------------------------> \\\ Created by Snuk the Great /// <<< Updates in v1.01 >>> Sailmaster now looks at you when you say sail. When a player comes near the sailmaster it wil greet him and tell him how the sailmaster works (Thanks Yrenwick Dragon for the idea). <<< Information: >> This script is based on the SailMaster script of Fineous, but i changed and added a lot of stuff. This are the new functions, items and stuff it now contains: - A SailMaster that can sail you to different towns. - A System that calculates the time and cost of your journy. - Different sailboat addon's that can be placed anywhere. - A Sailboat Membershipcard for free sailboat travel. (buy at SailMaster) - A admin panel where you can automatic generate all boats and sailmasters. And you can also use the same panel to delete all boats and sailmasters again. <<< Instalation: >>> Just put the map SailMaster in the RunUO\Scripts map. <<< Use Admins or Gamemasters: >>> After the instal fire up the server and type [SailboatAdmin When you did this a menu will come up, looking like this: _______________________________________________________________________________________ | | | Sailboat Admin Panel. | | | | Make stuff. Delete stuff. | | | | < Generate Sailboats and Nujel'm Stairs < Delete all Sailboats and Nujel'm Stairs | | < Generate Sailmasters < Delete all Sailmasters | | < Only Generate Sailing Boat < Delete all Sailboat Membershipcards | |_______________________________________________________________________________________| Well looks simpel right. Here is an explenation about all the buttons. Generate Sailboats and Nujel'm Stairs. This generates all the sailboats at all the city's where you can travel to by boat. And it also generates the sailboat where you go to when you are traveling. The Nujel'm stairs are a extension for the docks in Nujel'm to reach the sailboat. It can be easely deleted by using the [remove or [delete command. Generate Sailmasters This creates the Vendors called SailMasters on every sailboat (exept on the traveling sailboat). Only Generate Sailing Boat. This only creates the sailing sailboat where you ap to when traveling. Delete all Sailboats and Nujel'm Stairs This deletes all the sailboats, including the sailing one and it also deletes the Nujel'm stairs. Delete all Sailmasters This deletes all the SailMasters. Delete all Sailboat Membershipcards This deletes all the Sailboat Membershipcards on the shard. This should only be used if you know what you are doing. THIS ALSO DELETES ALL THE CARDS THAT PEOPLE OWN. <<< Use Players: >>> Just say 'sail' near a SailMaster and get sailing. <<< Custom adding of sailboats and sailmasters: >>> You can also add boats and sailmasters anywhere you want to, but it will not change the 'sail' locations. To actualy change those locations change the SailGump.cs to your needs. Items that can be added: - SailboatEast1 - SailboatEast2 - SailboatNorth1 - SailboatNorth2 - SailboatSouth1 - SailboatSouth2 - SailboatWest1 - SailboatWest2 - SailboatSailing - SailMaster (There are alway's two boats of the same winddirection. This is because the first of the two got the plank at one side, and the second of the same winddirection got the plank at the other side). <<< The sailmaster >>> This sailmaster has a verry diferent code as the one Fineous submited. I completely recreated it to make the script way smaller and to add a buy and sell option. The SailMaster is the one that sails you arount the world. When you say sail near him you can choose the desired location you want to go to. It will tell you how much it costs. The further away you go the more you got to pay and how longer the trip takes. To save costs you can also buy a Sailboat Membershipcard at the SailMaster. When you have this you cab click the 'Show the Sailboat Membership Card' and you will travel for free. These cards can also be sold back again. The cards are not newbie, so when they get stolen, bad luck. <<< Special thanks and Notes. >>> First of all. It can be possile that you find a part of your script in this script.This is because when i get stuck with my script i search for solutions in other scripts. And here are some people that i want to thank for there scripts. Fineous: He made the original, I just added and changed some stuff. Arya: I used his AddonGenerator for the boats and stairs. The Pandora's Box crew: It makes building stuff so much easyer :D . For any sugestions or bugs, PM me at the forums of RunUO. /// The Advanced Sailboat Transport System V1.01 \\\ <---------------------------------------------------------------------------------------> \\\ Created by Snuk the Great ///