[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

    sean_skroht

    Thanks fullwall!

    You know, you guys aren't obligated to support dev builds of craftbukkit, but you do anyway and that says something about your dedication to the community. You could have waited for the RB but you didn't and so you have my thanks and appreciation.
     
  3. Offline

    Ninjalan

    Thanks for the 1.0 dev build!

    Question: Is there a place where we can look at API changes in the 1.0.0 dev version of Citizens vs the recommended 1.1.2? Citizensspout is broken and I was thinking about trying to patch it if I can figure out what has changed since 1.1.2.
     
  4. Offline

    Haydeos

    I have a problem with a quest
    Path-to-Paladin:
    texts:
    description: <g>Rogonal <y>Do You wish to start the journey of defending Truth and Justice?
    completion: <g>You <y> I found the dungeon and killed the evil creatures inside. <g>Rogonal <y>Well Done! I hereby promote you to the rank of Paladin!
    acceptance: <g>You <y>Absolutely! What must I do? <g>Rogonal <y> Excellent! Be warned this will not be an easy task. First you must find the lake behind the castle, there's a dungeon there. Once you reach it, clear out all the monsters inside then report back to me!
    repeats: -1
    objectives:
    '0':
    '0':
    type: move location
    location:
    x: -1099
    y: 62
    z: 72
    world: wildefall
    amount: 5
    message: This must be the dungeon that Rogonal spoke of. Time to smite some evil. Kill 20 mobs including skeletons, zombies, creepers, and spiders.
    '1':
    '0':
    type: hunt
    amount: 1
    string: 'zombie'
    message: Dungeon cleared. Head back to Rogonal!
    rewards:
    '0':
    type: rank
    rank: Paladin
    amount: 1
    take: false

    http://i276.photobucket.com/albums/kk36/penguinator12345/QuestLog.jpg (pic)
    I bolded the problematic area, it's not working at all. I can complete the quest as if it wasn't there. Any ideas?
     
  5. Offline

    foriamdeath69

    i get these errors on the newest 1550 dev bukkit build, it was working just fine on 1446 and under

    2011-12-02 20:54:12 [SEVERE] java.lang.NoClassDefFoundError: net/minecraft/server/Packet17
    2011-12-02 20:54:12 [SEVERE] at net.citizensnpcs.resources.npclib.PathNPC.<init>(PathNPC.java:28)
    2011-12-02 20:54:12 [SEVERE] at net.citizensnpcs.resources.npclib.CraftNPC.<init>(CraftNPC.java:15)
    2011-12-02 20:54:12 [SEVERE] at net.citizensnpcs.resources.npclib.NPCSpawner.spawnNPC(NPCSpawner.java:31)
    2011-12-02 20:54:12 [SEVERE] at net.citizensnpcs.resources.npclib.NPCManager.register(NPCManager.java:164)
    2011-12-02 20:54:12 [SEVERE] at net.citizensnpcs.resources.npclib.NPCManager.register(NPCManager.java:193)
    2011-12-02 20:54:12 [SEVERE] at net.citizensnpcs.commands.BasicCommands.create(BasicCommands.java:226)
    2011-12-02 20:54:12 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2011-12-02 20:54:12 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2011-12-02 20:54:12 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2011-12-02 20:54:12 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
    2011-12-02 20:54:12 [SEVERE] at net.citizensnpcs.resources.sk89q.CommandsManager.executeMethod(CommandsManager.java:522)
    2011-12-02 20:54:12 [SEVERE] at net.citizensnpcs.resources.sk89q.CommandsManager.execute(CommandsManager.java:406)
    2011-12-02 20:54:12 [SEVERE] at net.citizensnpcs.Citizens.onCommand(Citizens.java:202)
    2011-12-02 20:54:12 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    2011-12-02 20:54:12 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
    2011-12-02 20:54:12 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:370)
    2011-12-02 20:54:12 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    2011-12-02 20:54:12 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    2011-12-02 20:54:12 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    2011-12-02 20:54:12 [SEVERE] at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-12-02 20:54:12 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-12-02 20:54:12 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    2011-12-02 20:54:12 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    2011-12-02 20:54:12 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
    2011-12-02 20:54:12 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    2011-12-02 20:54:12 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    2011-12-02 20:54:12 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.Packet17
    2011-12-02 20:54:12 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    2011-12-02 20:54:12 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    2011-12-02 20:54:12 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    2011-12-02 20:54:12 [SEVERE] at java.net.URLClassLoader.findClass(Unknown Source)
    2011-12-02 20:54:12 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    2011-12-02 20:54:12 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    2011-12-02 20:54:12 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-12-02 20:54:12 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-12-02 20:54:12 [SEVERE] ... 26 more
    2011-12-02 20:54:19 [SEVERE] java.lang.NoClassDefFoundError: net/minecraft/server/Packet17
    2011-12-02 20:54:19 [SEVERE] at net.citizensnpcs.resources.npclib.PathNPC.<init>(PathNPC.java:28)
    2011-12-02 20:54:19 [SEVERE] at net.citizensnpcs.resources.npclib.CraftNPC.<init>(CraftNPC.java:15)
    2011-12-02 20:54:19 [SEVERE] at net.citizensnpcs.resources.npclib.NPCSpawner.spawnNPC(NPCSpawner.java:31)
    2011-12-02 20:54:19 [SEVERE] at net.citizensnpcs.resources.npclib.NPCManager.register(NPCManager.java:164)
    2011-12-02 20:54:19 [SEVERE] at net.citizensnpcs.resources.npclib.NPCManager.register(NPCManager.java:193)
    2011-12-02 20:54:19 [SEVERE] at net.citizensnpcs.commands.BasicCommands.create(BasicCommands.java:226)
    2011-12-02 20:54:19 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2011-12-02 20:54:19 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2011-12-02 20:54:19 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2011-12-02 20:54:19 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
    2011-12-02 20:54:19 [SEVERE] at net.citizensnpcs.resources.sk89q.CommandsManager.executeMethod(CommandsManager.java:522)
    2011-12-02 20:54:19 [SEVERE] at net.citizensnpcs.resources.sk89q.CommandsManager.execute(CommandsManager.java:406)
    2011-12-02 20:54:19 [SEVERE] at net.citizensnpcs.Citizens.onCommand(Citizens.java:202)
    2011-12-02 20:54:19 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    2011-12-02 20:54:19 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
    2011-12-02 20:54:19 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:370)
    2011-12-02 20:54:19 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    2011-12-02 20:54:19 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    2011-12-02 20:54:19 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    2011-12-02 20:54:19 [SEVERE] at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-12-02 20:54:19 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-12-02 20:54:19 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    2011-12-02 20:54:19 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    2011-12-02 20:54:19 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
    2011-12-02 20:54:19 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    2011-12-02 20:54:19 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    2011-12-02 20:54:19 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.Packet17
    2011-12-02 20:54:19 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    2011-12-02 20:54:19 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    2011-12-02 20:54:19 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    2011-12-02 20:54:19 [SEVERE] at java.net.URLClassLoader.findClass(Unknown Source)
    2011-12-02 20:54:19 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    2011-12-02 20:54:19 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    2011-12-02 20:54:19 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-12-02 20:54:19 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-12-02 20:54:19 [SEVERE] ... 26 more
     
  6. Offline

    darkcloud784

    Is there an official way to for suggestions:

    Spout UI support for quests perhaps? IE questbook pops up, you click accept or decline for the quest.
     
  7. Offline

    darkcloud784

    Quests give me this error when I do /quest status. Not entirelly sure I have them set up correctly though.

    Code:
    03.12 13:50:39 [Server] SEVERE     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    03.12 13:50:39 [Server] SEVERE     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    03.12 13:50:39 [Server] SEVERE     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
    03.12 13:50:39 [Server] SEVERE     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    03.12 13:50:39 [Server] SEVERE     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:546)
    03.12 13:50:39 [Server] SEVERE     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    03.12 13:50:39 [Server] SEVERE     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    03.12 13:50:39 [Server] SEVERE     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    03.12 13:50:39 [Server] SEVERE     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:179)
    03.12 13:50:39 [Server] SEVERE     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    03.12 13:50:39 [Server] SEVERE     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    03.12 13:50:39 [Server] SEVERE     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    03.12 13:50:39 [Server] SEVERE     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:370)
    03.12 13:50:39 [Server] SEVERE     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
    03.12 13:50:39 [Server] SEVERE     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    03.12 13:50:39 [Server] SEVERE     at net.citizensnpcs.Citizens.onCommand(Citizens.java:200)
    03.12 13:50:39 [Server] SEVERE     at net.citizensnpcs.resources.sk89q.CommandsManager.execute(CommandsManager.java:407)
    03.12 13:50:39 [Server] SEVERE     at net.citizensnpcs.resources.sk89q.CommandsManager.executeMethod(CommandsManager.java:530)
    03.12 13:50:39 [Server] SEVERE     at java.lang.reflect.Method.invoke(Unknown Source)
    03.12 13:50:39 [Server] SEVERE     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    03.12 13:50:39 [Server] SEVERE     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    03.12 13:50:39 [Server] SEVERE     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    03.12 13:50:39 [Server] SEVERE     at net.citizensnpcs.questers.QuesterCommands.viewCurrentQuestStatus(QuesterCommands.java:441)
    03.12 13:50:39 [Server] SEVERE     at net.citizensnpcs.questers.quests.types.LocationQuest.getStatus(LocationQuest.java:80)
    03.12 13:50:39 [Server] SEVERE     at net.citizensnpcs.utils.StringUtils.format(StringUtils.java:259)
    03.12 13:50:39 [Server] SEVERE java.lang.NullPointerException
    03.12 13:50:20 [Server] INFO [BankAccount] Loan stop
    03.12 13:50:20 [Server] INFO [BankAccount] Loan start
    03.12 13:50:16 [Server] INFO Connected players:BlessedMachine, DarkCloud784, Migual14, yourn100
    03.12 13:50:06 [Server] INFO /173.255.235.251:53295 lost connection
    03.12 13:49:20 [Server] INFO [BankAccount] Loan stop
    03.12 13:49:20 [Server] INFO [BankAccount] Loan start
    03.12 13:49:07 [Server] INFO Connected players:BlessedMachine, DarkCloud784, Migual14, yourn100
    03.12 13:49:00 [Server] INFO [Server] <> Members may have to re-register on the website since the integration with sonicrainboom.
    03.12 13:49:00 [Multicraft] Server ran command Website
    03.12 13:48:55 [Server] INFO yourn100 is now a level 14 Miner.
    03.12 13:48:38 [Server] INFO [WormholeXTreme] BlessedMachine used wormhole: Laputa to go to: World Market
    03.12 13:48:26 [Server] INFO [Citizens] Below is the stacktrace that has been transmitted to the developers, no other information has been included other than Citizens version information.
    03.12 13:48:26 [Server] INFO [Citizens] Citizens Error Reporting - Powered by CreeperHost.net
    03.12 13:48:26 [Server] INFO [Citizens]
    03.12 13:48:26 [Server] INFO [Citizens] An error has occurred, please wait while it is sent to the developers...
    03.12 13:48:26 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    03.12 13:48:26 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    03.12 13:48:26 [Server] INFO     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
    03.12 13:48:26 [Server] INFO     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    03.12 13:48:26 [Server] INFO     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:546)
    03.12 13:48:26 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    03.12 13:48:26 [Server] INFO     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    03.12 13:48:26 [Server] INFO     at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
    03.12 13:48:26 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:902)
    03.12 13:48:26 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    03.12 13:48:26 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03.12 13:48:26 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$12.execute(JavaPluginLoader.java:337)
    03.12 13:48:26 [Server] INFO     at net.citizensnpcs.listeners.PlayerListen.onPlayerInteractEntity(PlayerListen.java:79)
    03.12 13:48:26 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    03.12 13:48:26 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03.12 13:48:26 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$68.execute(JavaPluginLoader.java:735)
    03.12 13:48:26 [Server] INFO     at net.citizensnpcs.listeners.EntityListen.onEntityTarget(EntityListen.java:114)
    03.12 13:48:26 [Server] INFO     at net.citizensnpcs.resources.npclib.HumanNPC.callRightClick(HumanNPC.java:73)
    03.12 13:48:26 [Server] INFO     at net.citizensnpcs.traders.Trader.onRightClick(Trader.java:157)
    03.12 13:48:26 [Server] INFO     at net.citizensnpcs.traders.TraderTask.<init>(TraderTask.java:40)
    03.12 13:48:26 [Server] INFO java.lang.NoClassDefFoundError: net/minecraft/server/InventoryPlayer
    03.12 13:48:26 [Server] SEVERE Could not pass event ENTITY_TARGET to Citizens
    03.12 13:48:20 [Server] INFO [BankAccount] Loan stop
    03.12 13:48:20 [Server] INFO [BankAccount] Loan start
    03.12 13:48:16 [Server] INFO [Citizens] Below is the stacktrace that has been transmitted to the developers, no other information has been included other than Citizens version information.
    03.12 13:48:16 [Server] INFO [Citizens] Citizens Error Reporting - Powered by CreeperHost.net
    03.12 13:48:16 [Server] INFO [Citizens]
    03.12 13:48:15 [Server] INFO [Citizens] An error has occurred, please wait while it is sent to the developers...
    03.12 13:48:15 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    03.12 13:48:15 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    03.12 13:48:15 [Server] INFO     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
    03.12 13:48:15 [Server] INFO     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    03.12 13:48:15 [Server] INFO     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:546)
    03.12 13:48:15 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    03.12 13:48:15 [Server] INFO     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    03.12 13:48:15 [Server] INFO     at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
    03.12 13:48:15 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:902)
    03.12 13:48:15 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    03.12 13:48:15 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03.12 13:48:15 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$12.execute(JavaPluginLoader.java:337)
    03.12 13:48:15 [Server] INFO     at net.citizensnpcs.listeners.PlayerListen.onPlayerInteractEntity(PlayerListen.java:79)
    03.12 13:48:15 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    03.12 13:48:15 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03.12 13:48:15 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$68.execute(JavaPluginLoader.java:735)
    03.12 13:48:15 [Server] INFO     at net.citizensnpcs.listeners.EntityListen.onEntityTarget(EntityListen.java:114)
    03.12 13:48:15 [Server] INFO     at net.citizensnpcs.resources.npclib.HumanNPC.callRightClick(HumanNPC.java:73)
    03.12 13:48:15 [Server] INFO     at net.citizensnpcs.traders.Trader.onRightClick(Trader.java:157)
    03.12 13:48:15 [Server] INFO     at net.citizensnpcs.traders.TraderTask.<init>(TraderTask.java:40)
    03.12 13:48:15 [Server] INFO java.lang.NoClassDefFoundError: net/minecraft/server/InventoryPlayer
    03.12 13:48:15 [Server] SEVERE Could not pass event ENTITY_TARGET to Citizens
    03.12 13:48:00 [Server] INFO [Server] <> Want to be a VIP, sethome or just need diamonds? Press /buy
    03.12 13:48:00 [Multicraft] Server ran command buycraft
    03.12 13:47:59 [Server] INFO Connected players:BlessedMachine, DarkCloud784, Migual14, yourn100
    03.12 13:47:46 [Server] INFO [PLAYER_COMMAND] DarkCloud784: /gamemode BlessedMachine
    03.12 13:47:34 [Server] INFO Freed 666.882 MB.
    03.12 13:47:33 [Server] INFO ServerEvents: IronArmor logged off..issueing big brother rollback shhhh lets see if he notices
    03.12 13:47:33 [Server] INFO MCBans: IronArmor has disconnected!
    03.12 13:47:33 [Server] INFO [Backup] was not last player to leave.
    03.12 13:47:33 [Disconnect] User IronArmor has disconnected, reason: disconnect.endOfStream
    03.12 13:47:20 [Server] INFO [BankAccount] Loan stop
    03.12 13:47:20 [Server] INFO [BankAccount] Loan start
    03.12 13:47:17 [Server] WARNING DarkCloud784 was denied access to command.
    03.12 13:47:17 [Server] INFO [PLAYER_COMMAND] DarkCloud784: /gamemode BlessedMachine
    03.12 13:47:14 [Server] INFO /94.231.109.47:54164 lost connection
    03.12 13:47:09 [Server] INFO [OKB3] [SYNC] IronArmor's ranks successfully updated by DarkCloud784.
    03.12 13:47:09 [Server] INFO [OKB3] [SYNC] Migual14's ranks successfully updated by DarkCloud784.
    03.12 13:47:09 [Server] INFO [OKB3] [SYNC] DarkCloud784's ranks successfully updated by DarkCloud784.
    03.12 13:47:09 [Server] INFO [OKB3] [SYNC] yourn100's ranks successfully updated by DarkCloud784.
    03.12 13:47:09 [Server] INFO [OKB3] [SYNC] BlessedMachine's ranks successfully updated by DarkCloud784.
    03.12 13:47:00 [Server] WARNING DarkCloud784 was denied access to command.
    03.12 13:47:00 [Server] INFO [PLAYER_COMMAND] DarkCloud784: /gamemode BlessedMachine
    03.12 13:47:00 [Server] INFO [Server] <> Don't ask for any kind of cheat or advantage ingame including godmode.
    03.12 13:47:00 [Multicraft] Server ran command tip2
    03.12 13:46:50 [Server] INFO MCBans: Resetting throttle timer for IronArmor
    03.12 13:46:49 [Server] INFO Connected players:BlessedMachine, DarkCloud784, IronArmor, Migual14, yourn100
    03.12 13:46:41 [Server] INFO Unknown command. Type "help" for help.
    03.12 13:46:41 [Server] INFO ServerEvents: IronArmor has just connected, now people you all have your diamond swords...have at him
    03.12 13:46:41 [Server] INFO IronArmor joined the game.
    03.12 13:46:41 [Server] INFO [OKB3] [SYNC] IronArmor's ranks successfully updated.
    03.12 13:46:30 [Server] INFO [PermissionsEx] Permissions handler for IronArmor successfuly injected
    03.12 13:46:30 [Multicraft] IronArmor ran command Message of the Day
    03.12 13:46:30 [Connect] User IronArmor, IP 72.83.139.182
    03.12 13:46:30 [Server] INFO MCBans: IronArmor has connected!
    03.12 13:46:24 [Server] INFO /94.231.101.83:39866 lost connection
    03.12 13:46:23 [Server] INFO [Citizens] Below is the stacktrace that has been transmitted to the developers, no other information has been included other than Citizens version information.
    03.12 13:46:23 [Server] INFO [Citizens] Citizens Error Reporting - Powered by CreeperHost.net
    03.12 13:46:23 [Server] INFO [Citizens]
    03.12 13:46:23 [Server] INFO [Citizens] An error has occurred, please wait while it is sent to the developers...
    03.12 13:46:23 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    03.12 13:46:23 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    03.12 13:46:23 [Server] INFO     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
    03.12 13:46:23 [Server] INFO     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    03.12 13:46:23 [Server] INFO     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:546)
    03.12 13:46:23 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    03.12 13:46:23 [Server] INFO     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    03.12 13:46:23 [Server] INFO     at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
    03.12 13:46:23 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:902)
    03.12 13:46:23 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    03.12 13:46:23 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03.12 13:46:23 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$12.execute(JavaPluginLoader.java:337)
    03.12 13:46:23 [Server] INFO     at net.citizensnpcs.listeners.PlayerListen.onPlayerInteractEntity(PlayerListen.java:79)
    03.12 13:46:23 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    03.12 13:46:23 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03.12 13:46:23 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$68.execute(JavaPluginLoader.java:735)
    03.12 13:46:23 [Server] INFO     at net.citizensnpcs.listeners.EntityListen.onEntityTarget(EntityListen.java:114)
    03.12 13:46:23 [Server] INFO     at net.citizensnpcs.resources.npclib.HumanNPC.callRightClick(HumanNPC.java:73)
    03.12 13:46:23 [Server] INFO     at net.citizensnpcs.traders.Trader.onRightClick(Trader.java:157)
    03.12 13:46:23 [Server] INFO     at net.citizensnpcs.traders.TraderTask.<init>(TraderTask.java:40)
    03.12 13:46:23 [Server] INFO java.lang.NoClassDefFoundError: net/minecraft/server/InventoryPlayer
    03.12 13:46:23 [Server] SEVERE Could not pass event ENTITY_TARGET to Citizens
    03.12 13:46:23 [Server] INFO [Citizens] Below is the stacktrace that has been transmitted to the developers, no other information has been included other than Citizens version information.
    03.12 13:46:23 [Server] INFO [Citizens] Citizens Error Reporting - Powered by CreeperHost.net
    03.12 13:46:23 [Server] INFO [Citizens]
    03.12 13:46:22 [Server] INFO [Citizens] An error has occurred, please wait while it is sent to the developers...
    03.12 13:46:22 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    03.12 13:46:22 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    03.12 13:46:22 [Server] INFO     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
    03.12 13:46:22 [Server] INFO     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    03.12 13:46:22 [Server] INFO     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:546)
    03.12 13:46:22 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    03.12 13:46:22 [Server] INFO     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    03.12 13:46:22 [Server] INFO     at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
    03.12 13:46:22 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:902)
    03.12 13:46:22 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    03.12 13:46:22 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03.12 13:46:22 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$12.execute(JavaPluginLoader.java:337)
    03.12 13:46:22 [Server] INFO     at net.citizensnpcs.listeners.PlayerListen.onPlayerInteractEntity(PlayerListen.java:79)
    03.12 13:46:22 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    03.12 13:46:22 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03.12 13:46:22 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$68.execute(JavaPluginLoader.java:735)
    03.12 13:46:22 [Server] INFO     at net.citizensnpcs.listeners.EntityListen.onEntityTarget(EntityListen.java:114)
    03.12 13:46:22 [Server] INFO     at net.citizensnpcs.resources.npclib.HumanNPC.callRightClick(HumanNPC.java:73)
    03.12 13:46:22 [Server] INFO     at net.citizensnpcs.traders.Trader.onRightClick(Trader.java:157)
    03.12 13:46:22 [Server] INFO     at net.citizensnpcs.traders.TraderTask.<init>(TraderTask.java:40)
    03.12 13:46:22 [Server] INFO java.lang.NoClassDefFoundError: net/minecraft/server/InventoryPlayer
    03.12 13:46:22 [Server] SEVERE Could not pass event ENTITY_TARGET to Citizens
    03.12 13:46:20 [Server] INFO [Citizens] Below is the stacktrace that has been transmitted to the developers, no other information has been included other than Citizens version information.
    03.12 13:46:20 [Server] INFO [Citizens] Citizens Error Reporting - Powered by CreeperHost.net
    03.12 13:46:20 [Server] INFO [Citizens]
    03.12 13:46:20 [Server] INFO [Citizens] An error has occurred, please wait while it is sent to the developers...
    03.12 13:46:20 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    03.12 13:46:20 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    03.12 13:46:20 [Server] INFO     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
    03.12 13:46:20 [Server] INFO     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    03.12 13:46:20 [Server] INFO     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:546)
    03.12 13:46:20 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    03.12 13:46:20 [Server] INFO     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    03.12 13:46:20 [Server] INFO     at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
    03.12 13:46:20 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:902)
    03.12 13:46:20 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    03.12 13:46:20 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03.12 13:46:20 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$12.execute(JavaPluginLoader.java:337)
    03.12 13:46:20 [Server] INFO     at net.citizensnpcs.listeners.PlayerListen.onPlayerInteractEntity(PlayerListen.java:79)
    03.12 13:46:20 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    03.12 13:46:20 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03.12 13:46:20 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$68.execute(JavaPluginLoader.java:735)
    03.12 13:46:20 [Server] INFO     at net.citizensnpcs.listeners.EntityListen.onEntityTarget(EntityListen.java:114)
    03.12 13:46:20 [Server] INFO     at net.citizensnpcs.resources.npclib.HumanNPC.callRightClick(HumanNPC.java:73)
    03.12 13:46:20 [Server] INFO     at net.citizensnpcs.traders.Trader.onRightClick(Trader.java:157)
    03.12 13:46:20 [Server] INFO     at net.citizensnpcs.traders.TraderTask.<init>(TraderTask.java:40)
    03.12 13:46:20 [Server] INFO java.lang.NoClassDefFoundError: net/minecraft/server/InventoryPlayer
    03.12 13:46:20 [Server] SEVERE Could not pass event ENTITY_TARGET to Citizens
    03.12 13:46:18 [Server] INFO CONSOLE: Save complete.
    03.12 13:46:18 [Server] INFO CONSOLE: Forcing save..
    03.12 13:46:18 [Server] INFO CONSOLE: Enabling level saving..
    03.12 13:46:18 [Multicraft] Auto-saving world...
    03.12 13:46:11 [Server] INFO [BankAccount] Total given 16 Dollars, 47 Coins in interest
    03.12 13:46:11 [Server] INFO [BankAccount] Running interest system
    03.12 13:46:11 [Server] INFO [BankAccount] Loan stop
    03.12 13:46:11 [Server] INFO [BankAccount] Loan start
    03.12 13:46:07 [Server] INFO [Citizens] Below is the stacktrace that has been transmitted to the developers, no other information has been included other than Citizens version information.
    03.12 13:46:07 [Server] INFO [Citizens] Citizens Error Reporting - Powered by CreeperHost.net
    03.12 13:46:07 [Server] INFO [Citizens]
    03.12 13:46:06 [Server] INFO [Citizens] An error has occurred, please wait while it is sent to the developers...
    03.12 13:46:06 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    03.12 13:46:06 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    03.12 13:46:06 [Server] INFO     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
    03.12 13:46:06 [Server] INFO     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    03.12 13:46:06 [Server] INFO     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:546)
    03.12 13:46:06 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    03.12 13:46:06 [Server] INFO     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    03.12 13:46:06 [Server] INFO     at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
    03.12 13:46:06 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:902)
    03.12 13:46:06 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    03.12 13:46:06 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03.12 13:46:06 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$12.execute(JavaPluginLoader.java:337)
    03.12 13:46:06 [Server] INFO     at net.citizensnpcs.listeners.PlayerListen.onPlayerInteractEntity(PlayerListen.java:79)
    03.12 13:46:06 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    03.12 13:46:06 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    03.12 13:46:06 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$68.execute(JavaPluginLoader.java:735)
    03.12 13:46:06 [Server] INFO     at net.citizensnpcs.listeners.EntityListen.onEntityTarget(EntityListen.java:114)
    
    Code:
    Initiation:
        texts:
            description: In order to be accepted into this universe you will be required to pass some objectives.
            completion: Congradulations your now a member of the Creeper universe.
            acceptance: Find Notch and learn the ways of the Creeper universe.
        repeats: -1
        objectives:
            '0':
                '0':
                    type: move location
                    npcdestination: 3
                        world: new_world
                        amount: 3
                        message: Greg wants to help you learn the ways of this universe, but first you must find Notch.
                        rewards:
                            '0':
                                type: item
                                id: 268
                                amount: 1
                                take: false
            '1':
                '0':
                    type: move location
                    location:
                    x: -98
                    y: 69
                    z: -12
                    world: new_world
                    amount: 3
                    message: You found Notch, he can tell you the ways of this universe.
                    rewards:
                        '0':
                            type: item
                            id: 272
                            amount: 1
                            take: false
            '2':
                '0':
                    type: collect
                    world: new_world
                    amount: 10
                    materialid: 05
                    message: You found Notch, he can tell you the ways of this universe.
                    rewards:
                        '0':
                            type: item
                            id: 272
                            amount: 1
                            take: false
     
  8. Offline

    clavat

    Not work... with 325 and CB 1550, but now i can see NPC in game but when i interact with him got error.

     
  9. Offline

    Pixiio

    If i want to create a guard i get the message: Your NPC isn't a guard yet
     
  10. Offline

    Ei3N

    after you create the npc:
    /toggle guard
     
  11. Too bad the guards dont even work anymore including npc talking and npc paths cause they didnt update to the latest bukkit.
     
  12. Offline

    KubaBVB09

    They don't work atm anyway.
     
  13. Offline

    Miner_man12907

    so just get a Dev Build and it shoukd be fixed?
     
  14. Offline

    Ei3N

    Yeah. If youre still using 1.8.1, grab dev build #320. That was the last one before it was updated to the latest CB build for minecraft 1.0
     
  15. Offline

    Figen

    Is it possible to have multiple rewards for one quest? Im having problems figuring out how, the documentation doesnt specify. Also, rank doesnt seem to be working for me, allthough it could just be my setup or something i've overlooked. Can someone take a look at my yml? Thanks

    http://pastebin.com/PnAic9gH

    The issues are that in rosek_talk_old_pete the rewards need to be a boat, 70 money and the next quest but it wont give any rewards, unless i comment out two of the three rewards. Also, in inara_skip_quest it needs to give resident status, for people who want to skip the quest line to get resident status and therefore build rights. This doesnt work for me either

    Im using PermissionsBukkit if it makes a difference for the rank system
     
  16. Offline

    fullwall

  17. Offline

    Figen

    Ahha! That fixed the rewards issue (allthough money is not getting given :confused: not a huge problem though as it wont be a major part of the server)

    And yes! The ranks are getting added ontop xD I guess I would need two rewards, one to add group resident then one to remove group default. Thank you!

    No clue why it's not giving currency. We are using iConomy. It's not a massive issue though, so i'll play around with it tomorrow
     
  18. Offline

    fullwall

    @Figen - use replace: true for the rank reward. Does Citizens say that it's linked with iConomy on start up?
     
  19. Offline

    Figen

    Yeah, Citizens: Economy plugin found (iConomy v6)
    Im on latest CB dev revision, latest iConomy and latest Citizens
    If you have any ideas i'll wing a few bucks your way :)

    Code:
        rewards:
            '0':
                type: item
                id: 333
                amount: 1
            '1':
                type: quest
                quest: rosek_talk_figen
            '2':
                type: money
                money: 70
    Would be the correct way of doing it correct? Tried creating a quest that only rewards money, but that work either.
     
  20. Offline

    surfarcher

    @fullwall

    Any luck with the path/waypoint issue?
     
  21. Offline

    sniddunc

    they wont walk........ can you help?
     
  22. Offline

    fullwall

    @surfarcher - I tested locally - it seemed to work for me :S. I am currently reworking the pathfinding system to hopefully simplify waypoints and reduce bugs.
    @Figen - yes, that should work, which is why it's strange... I take it you're using normal iConomy 6 money? It could be a Register issue I guess... hmm...
     
  23. Offline

    surfarcher

    @fullwall Hhmm.. That's weird. I'm going to strip down the plugins on a test machine and see how reproducible it is. I'll give exact build numbers, yml files, etc. I did say I wanted to help, right?
     
  24. Offline

    Figen

    @fullwall

    I.....i am an idiot.

    Protip: Dont turn off use-economy: true in the citizens.yml file then forget about it. Damnit xD
    Anyway, thanks for your help, i've sent you some beers for your help :p
     
  25. Offline

    Leviwulf

    Seems to be an issue with Soldiers not attacking flagged players or mobs, is this an issue because we're on a 1.0 server, and is there a known fix?
     
  26. Offline

    fullwall

    @Leviwulf - soldiers are different.
     
  27. Offline

    darkcloud784

    @fullwall
    @aPunch

    Anyway we can add more spout features like, changing the skin from a URL or something rather than it picking up the skin from someone with that name.
     
  28. Offline

    kro55f1r3

    I get the same problem like CLAVAT


    Code:
    2011-12-06 19:20:05 [INFO] [Citizens] Citizens Error Reporting - Powered by CreeperHost.net
    2011-12-06 19:20:05 [INFO] [Citizens] Below is the stacktrace that has been transmitted to the developers, no other information has been included other than Citizens version information.
    2011-12-06 19:20:05 [SEVERE] Could not pass event ENTITY_TARGET to Citizens
    java.lang.NoClassDefFoundError: net/minecraft/server/InventoryPlayer
        at net.citizensnpcs.traders.TraderTask.<init>(TraderTask.java:40)
        at net.citizensnpcs.traders.Trader.onRightClick(Trader.java:157)
        at net.citizensnpcs.resources.npclib.HumanNPC.callRightClick(HumanNPC.java:73)
        at net.citizensnpcs.listeners.EntityListen.onEntityTarget(EntityListen.java:114)
        at org.bukkit.plugin.java.JavaPluginLoader$68.execute(JavaPluginLoader.java:735)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at net.citizensnpcs.listeners.PlayerListen.onPlayerInteractEntity(PlayerListen.java:79)
        at org.bukkit.plugin.java.JavaPluginLoader$12.execute(JavaPluginLoader.java:337)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:902)
        at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    - That's occur when i try to buy or sell with a trader.
    Inventory's trader don't work.

    Server using MC1.0.0, CB build #1560, PermissionBukkit 1.2, Citizens 1.1.2 build #325. Iconomy6.07/Chestshop last build.
     
  29. Offline

    min

    Quester is not working.
    I make quest collect stone sword.
    but I aready got a sword. /quest status is show me "your have not sword"
     
  30. Offline

    surfarcher

    @fullwall

    OK repro is done.

    Done using MC1.0.0 server, CB build #1562, Spout build #609, PermissionBukkit 1.2 (current RB), Superperms 1.2 (current RB) and Citizens 1.1.2 buld #325. No other plugins or mods.

    Using this npc-profiles.yml...
    Code:
    '0':
      basic:
        waypoints:
          '0':
            delay: '0'
            location: world,-83.0,62.0,250.0,0.0,0.0
          '1':
            delay: '0'
            location: world,-83.0,62.0,240.0,0.0,0.0
          '2':
            delay: '0'
            location: world,-83.0,62.0,230.0,0.0,0.0
          '3':
            delay: '0'
            location: world,-83.0,62.0,220.0,0.0,0.0
          '4':
            delay: '0'
            location: world,-83.0,62.0,210.0,0.0,0.0
          '5':
            delay: '0'
            location: world,-83.0,62.0,200.0,0.0,0.0
          '6':
            delay: '0'
            location: world,-83.0,62.0,190.0,0.0,0.0
        name: Bob
        color: '15'
        look-when-close: 'true'
        items: 0:0,0:0,0:0,0:0,0:0,
        location: world,-83.10239070292148,62.0,250.0,195.75061,0.0
        owner: surfarcher
        inventory: AIR*36,
        balance: '0.0'
        text: Hi I'm Bob!
        talk: 'true'
        talk-when-close: 'true'
    Change owner to your login and start up the CB.

    Spawn in and do this...
    • Go to waypoint 0 (or near it).
    • Do /npc select 0
    • Do /npc move
    Now watch Bob race down the line of waypoints until he gets to the end. Then he'll bounce backwards and forwards between the last two or three waypoints. He'll never go back to waypoint 0, 1 or 2.

    If you go to the console and do a /stop your npc-profiles.yml will look something like this...
    Code:
    
    
    
    '0':
      basic:
        waypoints:
          '3':
            location: world,-83.0,62.0,220.0,0.0,0.0
            delay: '0'
          '6':
            delay: '0'
            location: world,-83.0,62.0,190.0,0.0,0.0
          '0':
            delay: '0'
            location: world,-83.0,62.0,250.0,0.0,0.0
          '1':
            delay: '0'
            location: world,-83.0,62.0,240.0,0.0,0.0
          '5':
            delay: '0'
            location: world,-83.0,62.0,200.0,0.0,0.0
          '4':
            delay: '0'
            location: world,-83.0,62.0,210.0,0.0,0.0
          '2':
            delay: '0'
            location: world,-83.0,62.0,230.0,0.0,0.0
        name: Bob
        color: '15'
        look-when-close: 'true'
        items: 0:0,0:0,0:0,0:0,0:0,
        location: world,-85.67776562042943,64.0,295.71382541707806,24.648224,0.0
        owner: surfarcher
        inventory: AIR*36,
        balance: '0.0'
        text: Hi I'm Bob!
        talk: 'true'
        talk-when-close: 'true'
    
    At least, that's what I get :D

    Cheers!
     
  31. Offline

    darkcloud784


    woot for double posts.
     

Share This Page