[Citizens] Denizens Npc Type Help

Discussion in 'Bukkit Help' started by Darkvoltage3, Oct 14, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Darkvoltage3

    Hello,

    Im trying to make just a basic chat script for a halloween quest on my server. So whats basicly happening is that when I try to assign the script (/denizen assign 7 Lord Tartious) it just says /help I tryed to go into /denizen debug and nothing comes up accept /denizen help I have been trying to

    figure out what I am doing wrong for 2 days now (I am new to denizens and just learned the basic chat triggers & click triggers yesterday morning) and im about to shoot myself. So I dont know if the tutorials are out of date or the wiki is idk (tbh ive seen the basic setup of denizens almost 3 different

    times with different configs assignments etc.) So is there anyone from the bukkit community that can lend a hand?

    Script.yml​
    Code:
    'Lord Tartious Script':
      Type: Interact
      Requirements:
        Mode: None
      Steps:
        1:
          Click Trigger:
            Script:
            - CHAT 'Oh, I love the horror of halloween, how about you?'
          Chat Trigger:
            1:
              Trigger: '/sure/ I do, but why are you here?'
              Script:
              - CHAT 'Wondering why I am here on your earth eh?'
          Chat Trigger:
            2:
              Trigger: '/yes/ shouldnt you be in like hell or something?'
              Script:
              - CHAT 'Well you see, my dragon crashed here a little over a day ago.'
          Chat Trigger:
            3:
              Trigger: '/go on/'
              Script:
              - CHAT 'And hes dead!'
    Assignments.yml​
    Code:
    Denizens:
      'Lord Tartious':
        Interact Scripts:
        - 7 Lord Tartious Script
        Texts:
          No Click Trigger: What is it mortal?
          Denizen Unavailable: I am busy mortal, now get out of my sight.
          No Chat Trigger: ...No Response
      Notch:
        Interact Scripts:
        - 10 Notch Script
        Texts:
          No Click Trigger: Stop poking me!
          Denizen Unavailable: Sorry! Busy eating cookies!
          No Chat Trigger: I only understand cookies.
     
  2. Offline

    dottedboy

    Go into the Denizens folder in your plugins and put him into the assignments.yml file. There are examples there so you can just copy/paste one of the others and edit it to your needs. It seems to me that the assign command isn't implemented yet...Or something.
     
  3. Offline

    Darkvoltage3

    Thank you so much for your support...I didnt think anyone would post back...anyways should I trash the scripts.yml or keep it and also can you link the example best suited for my problem?
     
Thread Status:
Not open for further replies.

Share This Page