Inactive [MECH] TeslaCoil v2.6.2 - Keep mobs at bay - the futuristic way! [CB 1.4.5-R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by darklust, May 5, 2011.

  1. Offline

    darklust

    TeslaCoil - Tesla Coil mob control:
    Version: v2.6.2

    Usage: the player must construct a tower of no less than 3 iron(configurable) blocks, and connect this directly to a redstone current. While the current is active, all mobs within a radius proportionate to the height of the coil (3 blocks high = 3 block radius), above or below ground, will be fried. The towers ping every second, so mobs chasing you will quickly regret it

    Moved to BukkitDev: http://dev.bukkit.org/server-mods/teslacoil
     
  2. Offline

    heekyo

    yes, i'm using it well in my craftbukkit 818 server :)
     
  3. Offline

    mrgreaper

    any news on an update, been at 1.4 for a very long time now
     
  4. Offline

    Manji

    the tesla coil killed me, the player.
    it was still connected to a wire, but inactive since i started without the plugin before.
    so i cut the power and reconnected it and immediately the tesla tower attacked me.
    does the "all" value in the config count for players as well? if not.. what am i doing wrong here? ^^
     
  5. Offline

    Ambedrake

    All value will kill the player indeed, use specific values m8.

    IE : creeper, spider, zombie (etc...)
     
  6. Offline

    EniGmA1987

    I watched the video and as soon as the chickens all died I just started laughing and thought "I must have this" :)

    Great work


    Any idea when player striking will be implemented?
     
  7. Offline

    Manji

    set it to "all" and all players get a strike from above.
    had to experience that already ^^
     
  8. Offline

    Devian50

    thanks! I wasn't quite sure if it was supposed to strike players by default or not!
     
  9. Offline

    DaddyCool64

    2011-06-07 02:43:28 [INFO] BukkitUpdater : Plugin 'TeslaCoil' isn't in loaded repositories
    Why not? ;)
     
  10. Offline

    G1R Productions

    Permissions please you said you would add it along time ago and im still waiting along with other people on my server.
     
  11. Offline

    Josh Prill

    So, i installed the plugin, started up the tesla and it immediately vaporized me. Fair game. Configured it to not attack anything. How does one program it to only attack hostile mobs?
     
  12. Offline

    mrgreaper

    had to remove it as it seemed to be a resource hog hasnt been an update to this in a long time either
     
  13. Offline

    darklust

    Due to the unholy resource consumption, I had to completely rewrite the plugin and how it managed certain features; this couple with an odd illness that lasted a couple weeks put me behind in alot of things. Please give me a couple more days to release the optimized version with permissions. I haven't abandoned this project.

    Edit: also, lightning doesn't appear to be working in 818, aesthetically.
     
  14. Offline

    mrgreaper

    that is good news, i assumed you had abandoned it.
    can you please add signs to set what they strike instead of config files? so players can confiure there own towers
     
  15. Offline

    BeerDone

    It's great to hear from you again, I loved that plugin, but for some reason it currently pops out with an error and does not work... I'll be waiting patiently for an update, good luck!
     
  16. Offline

    Z0mb1n3

    Bug report!!!!

    Tesla coils with continuously shock pigs even after they become pigzombies and spam shock them. The mass of lightning shocks to pigs/pigzombies makes them multiply, thus creating massive lag and eventually a crash.
     
  17. Offline

    Quezlow

    Also, for me anyway, the pigzombies were not only clientside and remained after logging out and in repeatedly.
     
  18. Offline

    Anborn

    great plugin :D add damage adjust please! :p
     
  19. Offline

    DaddyCool64

    On CB 860 i get this error:
    Code:
    2011-06-15 16:36:07 [INFO] [TeslaCoil] version 1.4 by [Darklust] Loaded; performance boosted by GOAE
    2011-06-15 16:36:07 [SEVERE] Error occurred while enabling TeslaCoil v1.4 (Is it up to date?): null
    java.lang.NullPointerException
    at net.louderthanthunder.darklust.TeslaCoil.DarkInit.writeConfig(DarkInit.java:119)
    at net.louderthanthunder.darklust.TeslaCoil.TeslaCoil.onEnable(TeslaCoil.java:35)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  20. Offline

    G1R Productions

    Still no permissions? Iv been waiting for a very long time for this, please add.
     
  21. Offline

    shadydeath999

    why does darklust take so long D:
     
  22. Offline

    mezzoEmrys

    Hey, could you implement the option to make it hit everything in an cylinder area until it reaches a non-air block? That way if it's up high in the air it could zap things on the ground.
     
  23. Offline

    DaddyCool64

    On CB 928 get this in Console:
    Code:
    2011-06-24 13:40:35 [SEVERE] Error occurred while enabling TeslaCoil v1.4 (Is it up to date?): null
    java.lang.NullPointerException
     at net.louderthanthunder.darklust.TeslaCoil.DarkInit.writeConfig(DarkInit.java:119)
     at net.louderthanthunder.darklust.TeslaCoil.TeslaCoil.onEnable(TeslaCoil.java:35)
     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:157)
     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    help please!
     
  24. Offline

    Magliadoro

    Great mod except that after awhile it stopped working. Now iron towers just sit there and don't zap. What happened? Is it incompatible with other mods? Even when I removed every other plugin and just had that and the godmode that I know it worked with previously, it wouldn't zap me or anything else. Please help me out, I really want to use this mod for electric fences, etc. Thanks!
     
  25. Offline

    srs008

    i know a simple way to do a ignore block!

    try this set up (sorry no code, way to new to java)

    if you have the tesla tower like this


    I
    I
    I

    how about adding the "ignore target" block to the tower itself?

    like this

    -I
    -I
    GIG

    (I is iron. G is gold) (ignore the - i needed it to centre my design example)
     
  26. Offline

    Pixelzz

    update to 1.7.2 plz i really love this plugin!:)
     
  27. Offline

    sharkck

    Plugin version 1.4 (optimized version) is working fine on 1.7.3 Craftbukkit version 974 with zero errors.
    If you set your config up like below, you will have no issues and it will work fine...
    *doesnt understand why everybody's having such a big issue with this thing...
    Just because it works 100% fine now doesnt mean we cant use an update! Please update soon... I cant wait... this addon is amazing and has tons of potential.

    My config:
    #
    #Sun Jun 19 15:59:20 EDT 2011
    targetmonsters= creeper, spider, skeleton, zombie, animals
    targetpeople=false
    targetpigs=false
    sandtoglass=false
    vradius=2
    setping=3
    blocktype=42
    teslaradius=8
     
  28. Offline

    Santom77

    Hello There

    Can you please add an option to silence the Lighning-Strikes?
    Dont know if its even possible, cause i think the sound controlling is Client side.

    Would be Nicessssssssssss....
     
  29. Offline

    sfxworks

    Update for build 1k?
     
  30. Offline

    SirPole

    It works for me on RB#1000
     
  31. Offline

    pivotgamer84

    I have a suggestion.

    How about the option to place a sign on the middle of the 3 blocks, and then you could type:
    [tesla]
    ignore players or mobs or animals

    This would allow filtering to it. Also, the person who placed the sign would be invulnerable to their tesla.

    When they place their sign, it should show up as:
    [tesla]
    ignore players
    username


    Also, if you could update this to RB, that would be awesome.
     
    TienSon likes this.

Share This Page