Alchemist - UPDATED to 0.9.2


Author: Dark513
Created: 2013-02-04T02:43:27-0500
Edited: 2013-09-12T17:35:17-0400
Denizen Version: 0.9.2
Views: 96
Downloads: 1078
Likes: 0


WGET
Description: A script to make an NPC tell you the recipe of any potion you ask about and says random tips for brewing when right clicked.

Just put the script in Denizen\Scripts then start the server or /denizen reload -a if already started then select your NPC and /npc assign --set Alchemist

--------------------------------

Updated to 0.9.2 and updated the messages.

"Alchemist":
    Type: Assignment

    Interact Scripts:
    - 10 Alchemist1
    Actions:
        on assignment:
        - trigger name:click state:true
        - trigger name:chat state:true
        - trigger name:proximity state:true
"Alchemist1":
  Type: Interact
  Requirements:
    Mode: None
  Steps:
    1:
      Proximity Trigger:
        entry:
          script:
            - CHAT "I can tell you how to make any potion you would want to make. Just ask!"
            - wait 2
            - CHAT "Note that all recipes I say are to be added to water bottles in brewing stands."
        exit:
          script:
            - CHAT "See you around, <player.name>."
      Click Trigger:
          script:
          - RANDOM 4
          - CHAT "Redstone extends a Potion's duration, while Glowstone makes its effect stronger."
          - CHAT "Gunpowder turns the potion to splash potion, which means it makes it throwable."
          - CHAT "Use 3 water bottles when making potions so you make more potions with the same number of ingredients."
          - CHAT "To get a water bottle craft a glass bottle and right click a water block or a filled cauldron."
      Chat Trigger:
          'Fire':
              trigger: How can I make a /fire/ resistance potion?
              script:
              - CHAT "Nether wart > Magma Cream > Fire resistance Potion"
          'Speed':
              trigger: How can I make a /speed/ potion?
              script:
              - CHAT "Nether wart > Sugar > Swiftness Potion"
          'Swift':
              trigger: How can I make a potion of /swift/ness?
              script:
              - CHAT "Nether wart > Sugar > Swiftness Potion"
          'Regeneration':
              trigger: How can I make a /regen/eration potion?
              script:
              - CHAT "Nether wart > Ghast Tear > Regeneration Potion"
          'Health':
              trigger: How can I make a potion /heal/th?
              script:
              - CHAT "Nether wart > Glistering Melon > Healing Potion"
          'Night':
              trigger: How can I make a /night/ vision potion?
              script:
              - CHAT "Nether wart > Golden Carrot > Night Vision Potion"
          'Invisible':
              trigger: How can I make an /invisib/ility potion?
              script:
              - CHAT "Nether wart > Golden Carrot > Fermented Spider Eye > Invisibility Potion"
          'Poison':
              trigger: How can I make a /poison/?
              script:
              - CHAT "Nether wart > Spider Eye > Poison"
          'Strength':
              trigger: How can I make a /str/ength potion?
              script:
              - CHAT "Nether wart > Blaze Powder > Strength Potion"
          'Weak':
              trigger: How can I make a /weak/ness potion?
              script:
              - CHAT "Water Bottle > Fermented Spider Eye > Weakness Potion"
          'Harm':
              trigger: How can I make a potion of /harm/ing?
              script:
              - CHAT "Nether wart > Glistering Melon / Spider Eye > Fermented Spider Eye > Harming Potion"
          'Slow':
              trigger: How can I make a potion of /slow/ness?
              script:
              - CHAT "Nether wart > Magma Cream / Sugar > Fermented Spider Eye > Slowness Potion"




Comments
No one has posted a comment! Post one below: