Towny Help


Author: joeistek
Created: 2013-08-11T01:32:32-0400
Edited: 2014-03-01T02:15:20-0500
Denizen Version: 0.9.1
Views: 17
Downloads: 810
Likes: 1


WGET
Description: This Is A Old Script [STILL WORKS!] but we stopped using Towny, I hope this helps somebody out!

"towny":
    type: assignment

    actions:
      on assignment:
      - trigger name:chat toggle:true
      - trigger name:click toggle:true

    interact scripts:
    - 10 satt

"satt":
    type: interact
    steps:
        "1":
            click trigger:
                script:
                - chat "Hello <player.name>, you would like to learn to make a Town / nation"
                - chat "Say Towny To see Your Options"
                - flag player "Learning"
            chat trigger:
                "1":
                    trigger: "/Towny/"
                    script:
                    - chat 'Towy Options are..'
                    - chat 'Town'
                    - chat 'Nation'
                    - chat 'Map'
                    - chat 'Prices'
                    - zap 'step:3'
                "2":
                    trigger: /REGEX:\w+/
                    script:
                    - lookclose toggle:true
                    - chat "Sorry I Don't Know That."
                    - chat 'Tonwy Options are..'
                    - wait 3
                    - lookclose toggle:false
        "3":
            chat trigger:
                "1":
                    trigger: "/Town/"
                    script:
                    - lookclose toggle:true
                    - chat 'I am the creator of Cities. If They want to know'
                    - chat 'use the command / town new city name.'
                "2":
                    trigger: "/Nation/"
                    script:
                    - lookclose toggle:true
                    - chat 'Use the Command 1/nation new name of the Nation'
                    - chat "You must have the VET or VIP Rank for this."
                "3":
                    trigger: "/Map/"
                    script:
                    - lookclose toggle:true
                    - chat 'Use The Command /towny map..'
                    - chat 'Or use the Dynmap!'
                "4":
                    trigger: "/Prices/"
                    script:
                    - lookclose toggle:true
                    - chat 'Create a city 100.000 Dollars.'
                    - chat 'Create a A Nation 1.000.000 Dollars.'
                    - chat 'Buy one plot for the city 1.000 Dollars'
                    - chat 'Buy additional plots 25.000 Dollars.'
                    - chat 'Buy one plot as an outpost 75.000 Dollars'
                    - chat 'use /town spawn'
                    - chat 'use /town spawn city name To tp to a town spawn'




Comments
2013-11-17 04:58:41 - mcmonkey:

You had a few misplaced quotes... I fixed it for you! ^^
2014-03-01 07:13:14 - joeistek:

Thanks!