[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

    tweeter2

    why on pastebin?

    i will do it but just wandering : http://pastebin.com/EXuz0GJa

    Btw dont look for {} or " there are none
     
  3. Offline

    fullwall

    @tweeter2 - just to relieve thread clutter :p. talk-when-close and debug-mode are on the same line.
     
  4. Offline

    tweeter2

    ok :)
    what do you mean with when they are on the same line?
    you mean i have tho put them on the same line?

    owh i ee what you mean, but is that a problem? it was always like that.
     
  5. Offline

    fullwall

    @tweeter2 - it looks like that's causing the errors (each value should be on a separate line). If it still throws errors, please post the exception.
     
  6. Offline

    tweeter2

    http://pastebin.com/najrCkhd

    its at the Healers: :(
    another enter between that?
     
  7. Offline

    tweeter2

    http://pastebin.com/udtxXQYL
    got it i guess it generated it the same after i was done entering everything xD(idk why:))

    But its fixed!

    Thank you FullWall !!

    next is making nicer skins for kodachi's clay soldiers mod :)

    (deleted my old error report because it was too big sins prob is solved)
     
  8. Offline

    joevengence

    You have to give the trader money. If the trader don't have the money to buy the item then thats the message you get.
     
  9. Offline

    joevengence

    I said create.

    If you lets say have a trader who buys diamonds for 800 dollars. And a player creates a trader for himself that sells Diamonds for cobblestone(if both economies are on) and he sets the trader to unlimited. He just needs to then put 1 diamond in the traders inventory. change the owner. then buy Diamonds for cobble then go to your trader and sell away. Thats is a way to cheat it.

    However if just iConomy is on I don't think it would be a issue.
     
  10. Offline

    fullwall

    @joevengence - don't give them permission to change the owner or set as unlimited?
     
  11. Offline

    alfskan

    is there any usage? wiki has only installation information.
     
  12. Offline

    ParadoXz

    how do i actually spawn a npc?
     
  13. Offline

    tweeter2

    /npc create<insert name>
     
  14. Offline

    Buffalo_Bill

    My npcs keep dissapearing when i stop the server! i can see their names in the npc-profile blabla .yml but they arnt there help anyone?!
     
  15. Offline

    ParadoXz

    thanks dude got it working but one more problem how do i make the traders work with iconemy?
     
  16. Offline

    LordDead1233

    I just got this plugin and I LOVE IT!!!!
    but I have a suggestion.
    maybe you can let NPC's attack mobs?
    and I have a problem to let them wear armor (they wont)
    and my last suggestion let them talk on right-click??
     
  17. Offline

    johnshone

    can npc attack people or not im confused
     
  18. Offline

    Kilvizion

    Hi

    It seems have a problem for me too.
    When I spawn Npc it takes off straight in the sky like a rocket and stop fly only if meet a ceiling. ^^'
    I haven't got other solution than remove the created Npc.

    There are 229 pages wrote. I don't know if this problem is known.

    Thank you for help.
     
  19. Offline

    johnshone

    well when i give my npcs items and armor thay dont even apear
     
  20. Offline

    Demon Boy

    Seen as incredibly stupid questions have been answered in this thread (makes you wonder how they manage to host servers) I thought i'd see if someone could help me. Fresh install no settings have been changed and I get a Java error when trying to create npcs iv'e attached my log (if it worked).

    Please help this plugin looks great, thanks.
     

    Attached Files:

  21. Offline

    cpalms

    @Citizens

    Is it possible to have NPC issue commands for players? For example, could an NPC issue a "/manpromote <player> <group>" command to the player who uses and pays the NPC?

    If not, it may be easy to implement.
     
  22. Offline

    Demon Boy

    @cpalms there is a sign plugin similar to that <read sign issues command>
     
  23. Offline

    johnshone

    have you got a list of permitions
     
  24. Offline

    GermanCrafter

    I don't get how to create traders, wizards etc.
     
  25. Offline

    Jany95

    everything worked fine until i installed BOSEconomy. now i get this error when i want to create an npc:
    2011-08-01 21:14:33 [SEVERE] java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    2011-08-01 21:14:33 [SEVERE] at com.citizens.Permission.hasPermission(Permission.java:25)
    2011-08-01 21:14:33 [SEVERE] at com.citizens.Permission.generic(Permission.java:57)
    2011-08-01 21:14:33 [SEVERE] at com.citizens.resources.sk89q.CitizensCommandsManager.hasPermission(CitizensCommandsManager.java:17)
    2011-08-01 21:14:33 [SEVERE] at com.citizens.resources.sk89q.CommandsManager.hasPermission(CommandsManager.java:547)
    2011-08-01 21:14:33 [SEVERE] at com.citizens.resources.sk89q.CommandsManager.executeMethod(CommandsManager.java:449)
    2011-08-01 21:14:33 [SEVERE] at com.citizens.resources.sk89q.CommandsManager.execute(CommandsManager.java:404)
    2011-08-01 21:14:33 [SEVERE] at com.citizens.Citizens.onCommand(Citizens.java:196)
    2011-08-01 21:14:33 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-08-01 21:14:33 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-08-01 21:14:33 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    2011-08-01 21:14:33 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    2011-08-01 21:14:33 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    2011-08-01 21:14:33 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    2011-08-01 21:14:33 [SEVERE] at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-08-01 21:14:33 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-01 21:14:33 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    2011-08-01 21:14:33 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-08-01 21:14:33 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-08-01 21:14:33 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-08-01 21:14:33 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    any idea how to fix it?
     
  26. Offline

    tweeter2

    ehm is another economy system good as well because iconomy works fine
     
  27. Offline

    tweeter2

    idk because i dont use traders because they are bugged :) (with iconomy idk if it works with different one's)
     
  28. Offline

    Jany95

    i used iconomy before and it was not working for citizens, it always said me: no econ plugin installed :'(
    i have my server at nitrado.net , does it make any difference? multiworld didn't work too
     
  29. Offline

    MrCamping

    Ok
    Player are not allowed to create a NPC, and not allowed to set it unlimited. I'm creating the trader and change the owner after.
    However, if a player sell something at a negative price at his trader. He can ask a friend to come to his trader and buy the item. They both make Tons of money and they don't mind if the trader balance is negative, as long as the don't want their trader to buy anything. That's an easiest way to cheat it...

    I dont't understand why all the NPCs account have been fixed in 1.09.d, but not the traders.

    I've reported 10 times that it's not normal to be able to put negative price when you sell something. I never got an answer and it's still possible to do it :(
     
  30. Offline

    Demon Boy

    No one has even acknowledged my existence :/ I have plans for this plugin but can't use it :(
     
  31. Offline

    aPunch

    The reason we have yet to fix many trader bugs is because Bukkit is lacking Inventory events. BukkitContrib has these events, and since Bukkit has yet to implement them, we will be forced to use BukkitContrib's events for now. Expect a fix for many trader issues in v1.1.
     

Share This Page