[FUN] Citizens v2.0.11 - Human NPCs for Bukkit [1.7.2]

Discussion in 'Archived: Plugin Releases' started by Citizens, Mar 5, 2011.

  1. Offline

    Citizens

    Citizens - Human NPCs for Bukkit
    Version: 2.0.11
    Authors: @fullwall and @aPunch
    Source: Citizens on GitHub

    Citizens is now on BukkitDev

    This thread will no longer be updated. We encourage you to use our page on BukkitDev. You can find information, links to our wiki and website, and the download page there.

    Showing Your Support

    We work hard to maintain Citizens. We've been working on Citizens2 around the clock on new and exciting features. A little motivation never hurts, so feel free to donate to us - fullwall and aPunch.

    If you can't donate, we appreciate a "hello" every now and then. Stop by the IRC channel #citizens on irc.esper.net to discuss Citizens and give thanks!
     
  2. Offline

    fullwall

    @Exanimo - that helps, thanks.
    EDIT: @Exanimo - that's strange, because that calls the same thing that disabling the server calls....
     
  3. Offline

    Virology

    Can you give me an example for having the reward set for iconomy money please? :)
     
  4. Offline

    Setinos

    Good Morning,
    My permission doesn't work.

    When typing in /npc create [name]
    you get: 'you dont have permission to use that command'
    if you try to trade, repair you get the same message.

    Code:
    groups:
        Eindringling:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
        Mitglied:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Eindringling
            permissions:
                - '*'
                - 'lwc.protect'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Mitglied
            permissions:
                - 'lwc.mod'
                - 'citizens.admin'
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    My Admin-group cannot use the citizen plugin, we need the op-right's! :confused:
    Why?

    Plugins:
    Citizens
    IConomy
    IChat
    LWC
    Permissions 3.1.6
    Worldedit
    Worldguard

    Thanks for helping.
     
  5. Offline

    hiro24

    Yep... set it up like so:

    Code:
        rewards:
            '0':
                type: money
                money: 200
                take: false
    
    take: false is important.. if you set it for true, it will actually take money rather than give it :)
     
  6. Offline

    Brentnauer

    I would love if this supported MySQL. Wanted to build my players a web-based NPC creator... Didn't this have it on hMod?
     
  7. Offline

    fullwall

    @Brentnauer - this isn't Craftizens. However, MySQL is planned for the future...
     
    Brentnauer likes this.
  8. Offline

    Brentnauer

    Thanks :)
     
  9. Offline

    DylanP

    IT'S OVER NINE THOUSAND!!!!!!!!!!!!
    [​IMG]
     
  10. Offline

    fullwall

  11. Offline

    Exanimo

    Ok got something new with #280. When rightclicking a wizard once it selects it, when i right click it again i get the following error in the console (nothing ingame):
    It gives the same error (as far as i can tell) if i click it with a random tool or the designated item for it to do his magic. The item being a feather in this case and his magic is changing the weather.

    A different wizard (being a teleporter) gives the same error and doesn't do his magic either.

    On an other note: Guards and Traders seem to work fine again!
     
  12. Offline

    JargonTheRed

    I went into NarrowtuxLib's config and disabled the Register download. I did read on his thread that Showcase requires Register, though.
     
  13. Offline

    Toe_Jam

    When I copy an NPC they join together? WTF!
     
  14. Offline

    Jaminb2030

    Hi having issues with the quester, have this in my quest file.
    Code:
    needwood1:
        texts:
            description: I need a shipment of wood for my house from Johnson, can you get it for me?
            completion: <g>Quest Finished.
            acceptance: <g>Quest The wood your dealt Accepted<g>.
        requirements:
            '0':
                type: rank
                rank: 'member1'
        repeats: 1
        objectives:
            '0':
                '0':
                    type: npcdestination
                    destination NPC ID: 1
        rewards:
            '0':
                type: quest
                quest: needwood2
    
    Yet when i load it says it loaded 0 quests and i cant give the quest to an npc.
    I was running Ver. 1.1.2 (Build 239)then after that was not working i changed to dev ver. (build 287)

    same issue.
     
  15. Offline

    _Martinius_

    Please help me
     
  16. Offline

    shadowy15

    I read the wiki, but have no idea how to make any type of npc other than human npc; i cant make questers/blacksmiths/// what are those commands??
     
  17. Offline

    Setinos

    1. You create a npc
    /npc create name
    2. Select a Job
    /toggle blacksmith/healer/guard/quester
    3. Configure the npc
    /blacksmith help
    /healer help
    /quester help
    /guard help
     
  18. Offline

    theflame1901

    Need help again! when i typed citizens.use.trader on permissionsEX but i still can't trade with the npc traders.
     
  19. Offline

    fullwall

    @Exanimo - try the latest build.
     
  20. Offline

    Ironsmith123

    Code:
    A Rose for Juliana:
        texts:
            description: Would you please go over to Casa di Cortigiana and buy a rose for me? I want to propose marriage to Juliana, but I need something to express my un-dieing love for her. I would go myself, but the owner of the house will not speak to me after some unsavory actions that I performed there.
            completion: Thank you for your assistance stranger, I will never forget your kindness!
            acceptance: <g>Sure, I'll help you with your problem. <y>The courtesan house is in the direction where the sun sets.
        repeats: 0
        objectives:
            '0':
                '0':
                    type: move location
                    location:
                        x: -32
                        y: 13
                        z: 150
                        world: world
                    amount: 5
                    message: Do you have the rose?
                    rewards:
                         '0':
                            type: item
                            id: 38
                            amount: 1
                            take: true
        rewards:
             '0':
                type: money
                node: 'iConomy.admin.grant'
                amount: 200
                take: false
    I was just wn dering what I did wrong. For some reason he doesnt take the rose, and you dont get money reward, AND you can redo the quest as many times as you like. Could someone please tell me how to fix this?
     
  21. Offline

    fullwall

    @Ironsmith123 - try setting repeats to 1, change amount: 200 to money: 200.
     
  22. Offline

    Ironsmith123

    Thank you so much for the quick help, I really appreciate that there are plugin developers that actually care about what the user experiences. Thanks. ^_^
     
  23. Offline

    HughL

    Hello, I'm having a problem with the npcs but I don't really have any idea why it's happening. When other people on the server right click on the npcs, it just says "selected..." but when they right click again nothing happens. Let me know if you have an idea of what's going on, thanks! :)
     
  24. Offline

    Ironsmith123

    Okay i listed the code above, and i fixed the errors I was told to fix, but why will the NPC still not take the rose at the end of the quest.
     
  25. Offline

    Jaminb2030


    still having issues
     
  26. Offline

    fullwall

    @Jaminb2040 - type: delivery npcdestination: 1
    @Ironsmith123 - try moving the take from the objective to the end, after money.
     
  27. You should really try making a delivery man and a miner npc with the ai from minecolony!
     
  28. Offline

    AirGear17

    How do u make quest!?!?! so people can do them x/x
     
  29. Offline

    fullwall

  30. Offline

    Linus21

    Please make so you can make more guard, npcs then one >_<
     
  31. Offline

    Linus21

    of the same type, etc i cant make 2 guards then the other one will disepear!'
    PLEAAASE FIX IT

    And, when i create wizard, and the other ones then it dont work. Only Guard have a skin the others have normal and dont heal, or tp or anything
     

Share This Page