Advertisement
PsyOps

Shuttle.cfg

May 30th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5.87 KB | None | 0 0
  1. #                                         _______________                                           #
  2. #                                        / .-----..--..--\                                          #
  3. #                                       |)[_____][__][___\__                                        #
  4. #                                       |   _   |   -|-   _ `\                                      #
  5. #                                     _(   /.\  |    |   /.\ [)                                     #
  6. #                                     `'---\_/-----------\_/--'                                     #
  7. #                     ____  _  _  _  _  ____  ____  __    ____    ____   __  ____                   #
  8. #                    / ___)/ )( \/ )( \(_  _)(_  _)(  )  (  __)  (  _ \ /  \(_  _)  written by:     #
  9. #                    \___ \) __ () \/ (  )(    )(  / (_/\ ) _)    ) _ ((  O ) )(          PsyOps    #      
  10. #                    (____/\_)(_/\____/ (__)  (__) \____/(____)  (____/ \__/ (__)                   #
  11. #---------------------------------------------------------------------------------------------------#
  12. #                                Axe's Shuttle Services (c)                                         #
  13. # Don’t worry about getting home – we’ll take you to your house so you can take care of business.   #
  14. # We are a full license and  insured zone transportation service here to fulfill all your needs     #
  15. # through out the SSDZ Zone area.                                                                   #
  16. #---------------------------------------------------------------------------------------------------#
  17.  
  18. Max Bots=1
  19. Arena=0
  20.  
  21. Name1=
  22. Password1=
  23.  
  24. # use @name@ to input player's name
  25. WarpMessage=Thank you for calling Axe's Shuttle Services. You have been taken to your house. Don't forget to tip the driver. Have a nice day @name@!
  26.  
  27. # IF THESE SETTINGS ARE NOT SET RIGHT IT MAY CAUSE BOT NOT TO LOAD PROPERLY OR EVEN CRASH
  28.  
  29. #---------------------------------------------------------------------------------+
  30. #- List all your booths here - start at 0 and work your way up                    |
  31. #- All these booths will warp players to their houses                             |
  32. #- When plotting your coords use top left tile as x1,y1                           |
  33. #                                                                                 |
  34. #      +---+--------+                                                             |
  35. # ---> |   |        |                                                             |
  36. #      +---+        |                                                             |
  37. #      |            |                                                             |
  38. #      |            |                                                             |
  39. #      +------------+                                                             |
  40. #- And your bottom right block OUTSIDE your hot spot will be your x2,y2           |
  41. #      +------------+                                                             |
  42. #      |            |                                                             |
  43. #      |            |                                                             |
  44. #      |            |                                                             |
  45. #      |            |                                                             |
  46. #      +------------+---+                                                         |
  47. #                   |   |   <-----                                                |
  48. #                   +---+                                                         |
  49. #---------------------------------------------------------------------------------+
  50. # SYNTAX:                                                                         |
  51. #             Booth[count]=[Tile x1] [Tile y1] [Tile x2] [Tile y2]                |
  52. #                                                                                 |
  53. #---------------------------------------------------------------------------------+
  54. # EXAMPLE:                                                                        |
  55. #             Booth0=865 353 879 367                                              |
  56. #---------------------------------------------------------------------------------+
  57. Booth0=865 353 879 367
  58. Booth1=865 385 879 399
  59.  
  60. #--------------------------------------------------------------------------------------------------------+
  61. # Set name then coords. Coordinates should be tiles.                                                     |
  62. # If you want to add aliases just include another entry with the alias and point it to the same house.   |
  63. # Same condition as last setting: start with 0 and work your way up -                                    |
  64. # IF YOU MISS A NUMBER BOT WILL STOP LOADING AT THAT POINT                                   .  \.|./  . |
  65. #---------------------------------------------------------------+           ________           -(   )-   |
  66. # SYNTAX:                                                       |          /        \        .  / | \  . |
  67. #             HouseOwner[count]=[PlayerName]                    |         /          \           .  .    |
  68. #             HouseCoord[count]=[xTile] [yTile]                 |        /            \                  |
  69. #---------------------------------------------------------------+       /--------------\                 |
  70. # EXAMPLE                                                       |        |   +---+    |                  |
  71. #             HouseOwner0=PsyOps                                |        |   |   |    |         \O/      |
  72. #             HouseCoord0=916 407                               |        |   |  O|    |          ||      |
  73. #---------------------------------------------------------------+--------+---+---+----+----------/\------+
  74. HouseOwner0=PsyOps
  75. HouseCoord0=916 407
  76.  
  77. HouseOwner1=Kenshin
  78. HouseCoord1=951 390
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement