Jump to content

uradox

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by uradox

  1. Remove tekkit cache in the launcher to force it to re download all the files. If that doesn't work, remove any texture packs you have installed.
  2. In the redpower.cfg file. For example mine says: logic { enableSounds=1 minInterval=38 38 was the value I found to be 2 seconds through trial and error
  3. BlockIdsRequiringContainerTrust: - 126 - 128 - 130 - 134 - 137 - 138 - 150 - 155 - 157 - 158 - 161 - 169 - 178 - 181 - 183 - 187 - 188 - 192 - 194 - 207 - 208 - 213 - 216 - 225 - 227 - 233 - 246 - 250 - 253 - 254 - 342 - 7256 - 7276 - 7281 - 7307 A few additionals I have in mine covering EE and misc other things like the carts(although you can leave them out 342 onwards if you wish as it's fairly pointless).
  4. Thanks Sp0nge, no problems setting up CB+ as per your instructions. I'll run it on my test server for awhile to see how stable it is before porting it to my live one.
  5. - -modifyworld.item.use.27526:*.on.block.* The issue people have is that you need to cover the difference 'charge' levels of the stone as it changes the ID. The above works on my server as I restrict the right clicking ability to certain ranks.
  6. This fix works if you are interested rather than blocking it: http://forums.technicpack.net/threads/plugin-alchemistfix-fix-for-alchemist-chest-dupe-bug.17802/#post-133428
  7. No the client doesn't require the mod for this. Basically I gave this solution to you as a very quick and easy fix for your original problem. I have quite a lot of modifications to EE on my server, the EMC value of the blaze rods isn't one of them. Changing one EMC value can have an affect on others as its mostly not a case of item=xxx emc. It's often item = other_item_emc * 2 + another_item_emc and so on. So you need to actually look at the flow on effects of each change. EE is a can of worms. I've spent a lot of time balancing it out for my needs. You might be better off disabling it altogether. Once you fix this people will just move to another trick. So unless you spend a serious amount of time balancing it - it's not really worth fixing just one thing.
  8. Extract TileEntityMacerator.class from the industrialcraft server mod - ic2/common/TileEntityMacerator.class Open the class in your favourite hex editor and do a search/find for hex values "B2009A08B7". When it shows you where it found those hex values, change the 08 to a 05 (so it becomes B2009A05B7) Save the changes and copy the class back into the industrialcraft zip, overwriting the original. If these instructions do not make any sense, don't attempt it as you can easily break it. It's only a one byte patch though so it should be very straight forward. This will change the blaze rod macerator recipe so it gives 2 blaze powders instead of 5, so it no longer gives a free emc gain. Ultimately though you will want to patch a whole lot of things if you are want to balance EE out without removing it.
  9. One thing I will add from my recent experience setting up a dedicated Australian tekkit server is to monitor the data usage. As you would know, data in Australia isn't cheap and I initially found my server to be using quite a bit when it was 24 slots with Australians during the day and Americans during our evening. I would have paid a pretty fortune in excess data charges if I had not picked up on it and restricted access more.
  10. It's to do with Buildcraft pipes. Have the server owner delete your player.dat file and you will be able to join again.
  11. Check your java bin folder then to make sure the java executables are actually in there. Sounds like something is missing. For example, mine is here: C:\Program Files\Java\jre7\bin\ There's no reason it shouldn't work if the path is correct and the java binaries are installed.
  12. What you need to do is set up the PATH as per step 2 onwards: http://forums.technicpack.net/threads/how-to-set-up-a-tekkit-server-step-by-step-guide-win-7-images.2299/
  13. I had a someone on my server do something similar to this with milk. Unfortunately for him, I modified the EMC value of it. Had to think of the poor cow.
  14. Looking at the code, it would function exactly as the author is saying. So long as your Alchemist Chest is item ID 128. Very simple solution On my server I simply banned the placement of the chest instead but this fix would allow people to use it. I wont be able to test until tonight.
  15. Heya jman, you still around?

  16. The server is live for those interested now: http://www.technicpack.net/forums/threads/emutek-aussie-tekkit-24-7-3-0-4-24-slots-protections.15156/
  17. The issue is none of your users are part of the default group thus they have not inherited the restrictions that are part of it. groups: default: default: true permissions: - -modifyworld.blocks.place.(x237|x149|x223.1|x207|x208|x208.1|x208.2|x216|x216.1|x216.2|x216.3|x250.15|x246.5|x7310|x126.4|x126.3|x239|46) - -modifyworld.items.craft.(x27527.?*|x27556.?*|x27535.?*|x27556.?*|x27585.?*|x30208.27|x27555.?*|x27570.?*|x6263.?*|x27580.?*|x27579.?*|x27581.?*|x27582.?*|x27538.?*|x27529.?*|x27588.?*|x27589.?*|x27590.?*|x27533.?*|x27574.?*|x27537.?*) - modifyworld.* - -worldedit.* - essentials.afk - essentials.help - essentials.ignore - essentials.list - essentials.mail - essentials.mail.send - essentials.me - essentials.motd - essentials.msg - essentials.spawn - essentials.home - essentials.sethome - iConomy.holdings - iConomy.holdings.others - iConomy.payment - ChestShop.shop.* - essentials.signs.use.disposal - essentials.signs.use.free - essentials.signs.use.heal - essentials.signs.use.time - essentials.signs.use.weather Moderator: default: false permissions: - -worldedit.* - essentials.afk - essentials.help - essentials.ignore - essentials.list - essentials.mail - essentials.mail.send - essentials.me - essentials.motd - essentials.msg - essentials.spawn - essentials.home - essentials.sethome - essentials.mute - essentials.kick - essentials.tempban - iConomy.holdings - iConomy.holdings.others - iConomy.payment - ChestShop.shop.* - essentials.signs.use.disposal - essentials.signs.use.free - essentials.signs.use.heal - essentials.signs.use.time - essentials.signs.use.weather inheritance: - default Luke: default: false permissions: - -worldedit.* - essentials.afk - essentials.help - essentials.ignore - essentials.list - essentials.mail - essentials.mail.send - essentials.me - essentials.motd - essentials.msg - essentials.spawn - essentials.home - essentials.sethome - essentials.back - iConomy.holdings - iConomy.holdings.others - iConomy.payment - ChestShop.shop.* - essentials.signs.use.disposal - essentials.signs.use.free - essentials.signs.use.heal - essentials.signs.use.time - essentials.signs.use.weather inheritance: - Moderator Admins: default: false permissions: - permissions.* - essentials.* - iConomy.* - ChestShop.* - ChestShop.admin - mcmmo.* inheritance: - Luke users: DeathxxAngelxx: group: - Admins permissions: - permissions.* MisterBigglez: group: - Luke cott: group: - Luke
  18. We plan to list the server publicly this weekend.
  19. Yep you will need to get that jar as well. Another option would be worldguard which I believe can prevent creeper destruction as well. I personally use essentials as I am using it for a lot of other things as well.
  20. Those update instructions are for updating a tekkit server. The appdata folder you are referring to is the tekkit client. 3.0.4 is an update for the server only, the client is still 3.0.3 (Recommended build).
  21. Essentials will do what you want. http://dev.bukkit.org/server-mods/essentials/ You can turn off creeper damage to blocks, players and prevent them from exploding. You can also prevent any mob from spawning all together. The options for this are found in the EssentialsProtect part of the config file which is well commented so is easy to work out.
  22. Ok sent you a PM explaining the server setup if you are still interested.
  23. I was playing with a bunch of Australian on a tekkit server that's had some pretty serious stability issues recently. I've always had my own server on a VPS I used to mess around with so I decided to upgrade it. The past week has been spent configuring and tweaking it to what I believe is an ideal setup for a public server. I've been taking this very slowly to ensure the bug fixes for various things work and that the server will be lag-free (hopefully) for the most part. I'd like to find other Australian tekkit players if any are interested to build the map up for an eventual public open server. Anyone interested?
×
×
  • Create New...