Rune Idea: Sticky walls
Description: Attaches stickyness to blocks, allowing you to climb them like a ladder or vine. Maybe even activation with redstone, or lockblock.
Building it:
[T] [L] [T] T= Tier block
[L] [G] [L] L= Ladder
[T] [L] [T] G = Glowstone (weird slimy glow )
Activation: Right click the middle block with a slime ball, and have a slime jump on it (like the Ovicaptor), then right click it with the block of your choice. Place that block down, and climb up mountains with a pile of ice .
Uses: Secret escape ladders, Pure coolness (lol), making mazes, easier way of getting up faith islands
[like I ever sneak into someones faith island to check it out :P]
Hey, I'm trying to run Runecraft v2.17 dev #38 on mcpc-plus-1.6.2-R0.2-forge845-B61.jar but I'm getting a [SEVERE] notice about the Runecraft class definition not being found. I've added the server log from my attempt below. The same file seems to run fine on the latest bukkit beta.
I would like to use Runecraft on a Forge server, and MCPC+ seems like best approach to that. Any help with this would be appreciated.
2013-09-10 23:02:23 [INFO] Starting minecraft server version 1.6.2
2013-09-10 23:02:23 [INFO] MinecraftForge v
2013-09-10 23:02:23 [INFO] 9.10.0.845
2013-09-10 23:02:23 [INFO] Initialized
2013-09-10 23:02:23 [INFO] Replaced 101 ore recipies
2013-09-10 23:02:26 [INFO] Loading properties
2013-09-10 23:02:26 [WARNING] server.properties does not exist
2013-09-10 23:02:26 [INFO] Generating new properties file
2013-09-10 23:02:26 [INFO] Default game type: SURVIVAL
2013-09-10 23:02:26 [INFO] Generating keypair
2013-09-10 23:02:26 [INFO] Starting Minecraft server on *:25565
2013-09-10 23:02:27 [INFO] This server is running MCPC+ version git-MCPC-Plus-jenkins-MCPC-Plus-61 (MC: 1.6.2) (Implementing API version 1.6.2-R0.2-SNAPSHOT)
2013-09-10 23:02:28 [INFO] Mapping loaded 4 packages, 7388 classes, 25122 fields, 49249 methods, flags fdd6
2013-09-10 23:02:28 [INFO] Loaded inheritance map of 787 classes
2013-09-10 23:02:28 [INFO] [Runecraft] Loading Runecraft v2.17 dev #38
2013-09-10 23:02:29 [WARNING] Failed to load operators list: java.io.FileNotFoundException: .\ops.txt (The system cannot find the file specified)
2013-09-10 23:02:29 [WARNING] Failed to load white-list: java.io.FileNotFoundException: .\white-list.txt (The system cannot find the file specified)
2013-09-10 23:02:29 [INFO] Preparing level "world"
2013-09-10 23:02:29 [INFO] Registered command debug with permission node vanilla.command.debug
2013-09-10 23:02:29 [INFO] Registered command spreadplayers with permission node vanilla.command.spreadplayers
2013-09-10 23:02:29 [INFO] Registered command playsound with permission node vanilla.command.playsound
2013-09-10 23:02:29 [INFO] Registered command scoreboard with permission node vanilla.command.scoreboard
2013-09-10 23:02:30 [INFO] Preparing start region for level 0 (Dimension: 0, Seed: 2578068375925627779)
2013-09-10 23:02:31 [INFO] Preparing spawn area: 6%
2013-09-10 23:02:32 [INFO] Preparing spawn area: 15%
2013-09-10 23:02:33 [INFO] Preparing spawn area: 29%
2013-09-10 23:02:34 [INFO] Preparing spawn area: 45%
2013-09-10 23:02:35 [INFO] Preparing spawn area: 63%
2013-09-10 23:02:36 [INFO] Preparing spawn area: 80%
2013-09-10 23:02:37 [INFO] Preparing spawn area: 97%
2013-09-10 23:02:38 [INFO] Preparing start region for level 1 (Dimension: 1, Seed: 2578068375925627779)
2013-09-10 23:02:39 [INFO] Preparing spawn area: 51%
2013-09-10 23:02:39 [INFO] Preparing start region for level 2 (Dimension: -1, Seed: 2578068375925627779)
2013-09-10 23:02:41 [INFO] Preparing spawn area: 17%
2013-09-10 23:02:42 [INFO] Preparing spawn area: 40%
2013-09-10 23:02:43 [INFO] Preparing spawn area: 61%
2013-09-10 23:02:44 [INFO] Preparing spawn area: 81%
2013-09-10 23:02:45 [INFO] [Runecraft] Enabling Runecraft v2.17 dev #38
2013-09-10 23:02:45 [SEVERE] Error occurred while enabling Runecraft v2.17 dev #38 (Is it up to date?)
java.lang.NoClassDefFoundError: net/cerberusstudios/llama/runecraft/rmm
at net.cerberusstudios.llama.runecraft.Runecraft.onEnable(Runecraft.java:69)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:396)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugin(CraftServer.java:312)
at org.bukkit.craftbukkit.v1_6_R2.CraftServer.enablePlugins(CraftServer.java:294)
at net.minecraft.server.MinecraftServer.func_71243_i(MinecraftServer.java:487)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:451)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:403)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:212)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:596)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.ClassNotFoundException: Failed to remap class net.cerberusstudios.llama.runecraft.rmm
at org.bukkit.plugin.java.PluginClassLoader.remappedFindClass(PluginClassLoader.java:478)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:392)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:368)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 12 more
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: net.cerberusstudios.llama.runecraft.RuneDummy
at org.objectweb.asm.ClassWriter.getCommonSuperClass(ClassWriter.java:1601)
at org.objectweb.asm.ClassWriter.getMergedType(ClassWriter.java:1571)
at org.objectweb.asm.Frame.merge(Frame.java:1424)
at org.objectweb.asm.Frame.merge(Frame.java:1325)
at org.objectweb.asm.MethodWriter.visitMaxs(MethodWriter.java:1303)
at org.objectweb.asm.ClassReader.readCode(ClassReader.java:1409)
at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:938)
at org.objectweb.asm.ClassReader.accept(ClassReader.java:669)
at org.objectweb.asm.ClassReader.accept(ClassReader.java:506)
at org.objectweb.asm.ClassWriter.toByteArray(ClassWriter.java:912)
at net.md_5.specialsource.RemapperPreprocessor.preprocess(RemapperPreprocessor.java:180)
at net.md_5.specialsource.RemapperPreprocessor.preprocess(RemapperPreprocessor.java:83)
at org.bukkit.plugin.java.PluginClassLoader.remappedFindClass(PluginClassLoader.java:434)
... 16 more
2013-09-10 23:02:45 [INFO] Done (15,765s)! For help, type "help" or "?"
2013-09-10 23:02:45 [INFO] Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
I hate to be needy but is there any progress on the engraving rune? In a SMP server engraving would be really useful so people don't have access to the enchants I want to use
Hello, all.
I was wondering if you guys could help me with an idea of automating the Ovicaptor rune. I'm thinking of capturing mobs on industrial scale. For example having mobs dropped from farm in a funnel directly on the rune. But there is a problem of laying down the rune and activating it. Is there any way around these problems ? Any advice?
I actually know how to do this! I've done a ton of it.
Basically you put a piston to stop the mobs from dropping directly onto the ovicaptor rune, then when you have enough mobs built up you flip a switch and let them all drop at once. You will get anywhere from 50% to 100% of them turning into eggs from a single rune depending on lag and general wonkyness. I prefer to save up around 300 or so entities before I have the rune activated. It is amazingly helpful for farming wither skulls, the only way I'd do it!
Edit: I haven't played in a few months, so let me know if this isn't working anymore. It worked like a charm on my old server.
Hello, all.
I was wondering if you guys could help me with an idea of automating the Ovicaptor rune. I'm thinking of capturing mobs on industrial scale. For example having mobs dropped from farm in a funnel directly on the rune. But there is a problem of laying down the rune and activating it. Is there any way around these problems ? Any advice?
Taking a bit from andyhoi there, you can also set up the ovicaptor with automation! Place a stone block where you want the water to be, then automate it with your signature. Using pressure sensor, damage sensor, or redstone sensor, you can make it so that when you do any of the three, you activate the rune. When you have that all ready you do andyhoi's idea below, get them all on the rune (be sure that if you want to capture them in that 1 spot you use stone above the endstone!) and then activate the ovicaptor after they all drop, this will ensure 100% capture.
I actually know how to do this! I've done a ton of it.
Basically you put a piston to stop the mobs from dropping directly onto the ovicaptor rune, then when you have enough mobs built up you flip a switch and let them all drop at once. You will get anywhere from 50% to 100% of them turning into eggs from a single rune depending on lag and general wonkyness. I prefer to save up around 300 or so entities before I have the rune activated. It is amazingly helpful for farming wither skulls, the only way I'd do it!
Edit: I haven't played in a few months, so let me know if this isn't working anymore. It worked like a charm on my old server.
If you want a wither skull farm, just use faith to move skeleton spawners to the nether, C'tri has fixed it so the meta-data for the spawners stay, and with this you can make a farm. We have a farm on Weaver above the bedrock and over a nether fortress, that we use to get wither skulls!
how can this be helpful for farming wither skulls ?
You can use the ovicaptor rune to get skeleton eggs, in the nether you can then spawn them on a stronghold and it causes them to (mostly) be wither skeletons.
Oh yes but I was doing this before faith moved spawneres (back then they turned them into pig spawners - I actually had a pig grinder for a while!). And I always forget about automation. I'm horrible at that and at the secret doors.
I have a 1.6.4 server I'm running, and I would love to have Runecraft on it (I'm using the development build of CraftBukkit, which seems to be working fine). Any chance you could post a quick recompile with the newer bukkit? I tried editing the .class files by hand, but that caused .... problems.
With 1.7 coming out on Friday you're far better served waiting for Bukkit to update to that, and then make the new build afterwards.
I disagree. Since my server has several independently-updated plugins, I'm expecting to have to wait months before I can upgrade to 1.7, hence I (and anyone else who uses a lot of plugins) would greatly benefit from a build that works with 1.6.4.
How the heck do I install this? I remember running it once, years ago, and loving it.
I've got a server running TekkitLite 1.4.7, and I tried both putting the jar in the .technic\modpacks\tekkitlite-server\mods folder, and also merging the files in the server.jar with WinRar, but it ends up saying it's an invalid archive.
H'lo, illustrious Runecraft devs! I have a 1.6.4 server I'm running, and I would love to have Runecraft on it (I'm using the development build of CraftBukkit, which seems to be working fine). Any chance you could post a quick recompile with the newer bukkit? I tried editing the .class files by hand, but that caused .... problems.
I disagree. Since my server has several independently-updated plugins, I'm expecting to have to wait months before I can upgrade to 1.7, hence I (and anyone else who uses a lot of plugins) would greatly benefit from a build that works with 1.6.4.
Apologies. As stated above C'tri will be coming out with a build some time soon.
How the heck do I install this? I remember running it once, years ago, and loving it. I've got a server running TekkitLite 1.4.7, and I tried both putting the jar in the .technic\modpacks\tekkitlite-server\mods folder, and also merging the files in the server.jar with WinRar, but it ends up saying it's an invalid archive. Instructions are very unclear.
The instructions are quite clear. This is a Bukkit run plugin. Hopefully in the future this will be forge/modloader compatible. If you wish to run the plugin get a Bukkit server and run it there. But as stated by SuperLlama in the main post:
Before you ask, this does not work with Single Player! I hope to support it one day (when the real API comes out) but it's not really worth the trouble to support two different versions of the code, especially when notch keeps changing his obfuscation on both, and we've been stuck with just Bukkit lately anyway.
UNFORTUNATELY ONLY BUKKIT IS CURRENTLY SUPPORTED, VANILLA IS OUTDATED AND WE DON'T KNOW WHEN A PORT WILL BE READY
Apologies for not getting to you sooner, C'tri has been working hard on a 1.7 build as of currently. It should be out soon.
I simply replaced every appearance of "v1_6_R2" by "v1_7_R1" in the bytecode, renamed "l_()" in RunecraftArrow to "h()" and it appears to be running fine on spigot 1.7.2 until now.
I simply replaced every appearance of "v1_6_R2" by "v1_7_R1" in the bytecode, renamed "l_()" in RunecraftArrow to "h()" and it appears to be running fine on spigot 1.7.2 until now.
Could you post a mediafire or some link of your file?! I'd love to have it.
I simply replaced every appearance of "v1_6_R2" by "v1_7_R1" in the bytecode, renamed "l_()" in RunecraftArrow to "h()" and it appears to be running fine on spigot 1.7.2 until now.
Ok, I just noticed there are some serious NBT issues with the 1.6.4 version. Sorry guys.
Edit: I have a working version now, together with RCForce. Only the RunecraftPlayer.class has to be patched. May I upload mine?
Serious NBT issues make that version a no-go for my server so I would certainly appreciate this update. Unfortunately, I'm not in a position to give that permission
I am probably late to the party on this one, but I was looking through disabled-runes.txt to see what runes should be disabled on my server, and I noticed one I've never heard of.
"Fire Turret"
I've searched high and low but I've yet to find out how to make it.
Anyone have any clues?
Description: Attaches stickyness to blocks, allowing you to climb them like a ladder or vine. Maybe even activation with redstone, or lockblock.
Building it:
[T] [L] [T] T= Tier block
[L] [G] [L] L= Ladder
[T] [L] [T] G = Glowstone (weird slimy glow
Activation: Right click the middle block with a slime ball, and have a slime jump on it (like the Ovicaptor), then right click it with the block of your choice. Place that block down, and climb up mountains with a pile of ice
Uses: Secret escape ladders, Pure coolness (lol), making mazes, easier way of getting up faith islands
[like I ever sneak into someones faith island to check it out :P]
P.S. This would be so cool with torches
I would like to use Runecraft on a Forge server, and MCPC+ seems like best approach to that. Any help with this would be appreciated.
I actually know how to do this! I've done a ton of it.
Basically you put a piston to stop the mobs from dropping directly onto the ovicaptor rune, then when you have enough mobs built up you flip a switch and let them all drop at once. You will get anywhere from 50% to 100% of them turning into eggs from a single rune depending on lag and general wonkyness. I prefer to save up around 300 or so entities before I have the rune activated. It is amazingly helpful for farming wither skulls, the only way I'd do it!
Edit: I haven't played in a few months, so let me know if this isn't working anymore. It worked like a charm on my old server.
Taking a bit from andyhoi there, you can also set up the ovicaptor with automation! Place a stone block where you want the water to be, then automate it with your signature. Using pressure sensor, damage sensor, or redstone sensor, you can make it so that when you do any of the three, you activate the rune. When you have that all ready you do andyhoi's idea below, get them all on the rune (be sure that if you want to capture them in that 1 spot you use stone above the endstone!) and then activate the ovicaptor after they all drop, this will ensure 100% capture.
If you want a wither skull farm, just use faith to move skeleton spawners to the nether, C'tri has fixed it so the meta-data for the spawners stay, and with this you can make a farm. We have a farm on Weaver above the bedrock and over a nether fortress, that we use to get wither skulls!
You can use the ovicaptor rune to get skeleton eggs, in the nether you can then spawn them on a stronghold and it causes them to (mostly) be wither skeletons.
I have a 1.6.4 server I'm running, and I would love to have Runecraft on it (I'm using the development build of CraftBukkit, which seems to be working fine). Any chance you could post a quick recompile with the newer bukkit? I tried editing the .class files by hand, but that caused .... problems.
With 1.7 coming out on Friday you're far better served waiting for Bukkit to update to that, and then make the new build afterwards.
I disagree. Since my server has several independently-updated plugins, I'm expecting to have to wait months before I can upgrade to 1.7, hence I (and anyone else who uses a lot of plugins) would greatly benefit from a build that works with 1.6.4.
I've got a server running TekkitLite 1.4.7, and I tried both putting the jar in the .technic\modpacks\tekkitlite-server\mods folder, and also merging the files in the server.jar with WinRar, but it ends up saying it's an invalid archive.
Instructions are very unclear.
Apologies for not getting to you sooner, C'tri has been working hard on a 1.7 build as of currently. It should be out soon.
Apologies. As stated above C'tri will be coming out with a build some time soon.
The instructions are quite clear. This is a Bukkit run plugin. Hopefully in the future this will be forge/modloader compatible. If you wish to run the plugin get a Bukkit server and run it there. But as stated by SuperLlama in the main post:
Hope this answers your question.
I simply replaced every appearance of "v1_6_R2" by "v1_7_R1" in the bytecode, renamed "l_()" in RunecraftArrow to "h()" and it appears to be running fine on spigot 1.7.2 until now.
Interesting. Nice.
Here is a build that C'tri gave me for 1.6.4. All his work, none of it mine. https://www.mediafire.com/?phatr32d7axacfs
Thanks! Works great.
I won't upload anything unless I get explicit permission to do so. I could write a tool that modifies the runecraft.jar though.
Edit: I wrote such a tool (command line only, use with the 1.6.4 version of Runecraft).
[ Download v0.1 ]
Usage:
(<filename> has to be the path of your runecraft.jar)
Edit: I have a working version now, together with RCForce. Only the RunecraftPlayer.class has to be patched. May I upload mine?
Works like a charm! Thanks for posting, and pass on our thanks to C'tri!
Serious NBT issues make that version a no-go for my server so I would certainly appreciate this update. Unfortunately, I'm not in a position to give that permission
"Fire Turret"
I've searched high and low but I've yet to find out how to make it.
Anyone have any clues?