• Guest, we are doing a new map (refresh) for Herocraft. Gather your friends and get ready! Coming next Friday, 06/28/24 @ 7PM CT play.hc.to
    Read up on the guides and new systems! Here.
    View the LIVE Map here @ hc.to/map
    Stuck or have a problem? use "/pe create" to to open a ticket with staff (There are some known issues and other hotfixes we will be pushing asap)
  • Guest, Make sure to use our LAUNCHER! Read more here!

Search results

  1. Sleaker

    Dragoon Needs Love

    it's built into the MC collision code stuffs. Bukkit doesn't expose any of the player collision like it does vehicles, so unless the implement some way to tell when a player lands without taking fall damage then skills that rely on the player landing aren't going to be reliably possible. I have...
  2. Sleaker

    Server is.. UP! (Fixed) 9/15

    Just so everyone is aware Mojang decided in their genius it would be a good idea to change the server authentication URL - thus breaking any pre-1.8 online-mode MC versions. I found the issue after poking around for about 2 minutes this morning, and hopefully it will fix the issue until we can...
  3. Sleaker

    Dragoon Needs Love

    These are cool ideas, and I'd really like to do something like quake, but it's just not possible with Minecraft/Bukkit - there's no way to detect when a player 'lands' right now.
  4. Sleaker

    Patch 2.7.0 - Herogates and T4+ Regions!

    Assassin's Blade, Wolf completely Re-written (Which took a LONG time), Bite, PoisonArrow, Backstab - have all been done since I started working on skills. Instead of complaining about something not being looked at, why not take some time and learn to code the skills, or suggest some ideas for...
  5. Sleaker

    Ahhh! Help me config Construct

    no please don't send PMs, Kainzo handles configuration, he just wanted me to help people understand how to write out the stuff :p If you have suggestions for new Recipes just dump them in code tags and a description on who would have it/logic
  6. Sleaker

    Ahhh! Help me config Construct

    Again, the IRON_AXE from the default config was just an example on how to make an item via the construct skill. It's not a standard, it's not what HeroCraft intends to use it for. Stick to what Kainzo was requesting, which is general recipes for things that aren't normally constructable, and...
  7. Sleaker

    Heroes... we need to talk.

    Your position and feelings on the suggested changes are based on wanting easy rewards to reap for picking on people that can't defend themselves. Your statements only show you up as a bully, and someone that prefers to have a statistical advantage over others and claim it as 'fair play' In all...
  8. Sleaker

    Ahhh! Help me config Construct

    It would make it cheaper to make the IRON_AXE - and is just intended as an example, unless someone really wanted to allow a crafter class to make the item for less..
  9. Sleaker

    Ahhh! Help me config Construct

    There's a few problems here. First, the reason why deconstruct should only return partial materials is because of how Kainzo wants it. construct stuff should still produce the same number of items most likely. Second - Waterbuckets will be completely consumed so recipes with buckets are probably...
  10. Sleaker

    Ahhh! Help me config Construct

    Construct/Deconstruct are special. they split down like this: Construct: require-workbench: true use-text: blah mana: 20 cooldown: 1000 IRON_AXE: amount: 1 level: 1 exp: 0 IRON_INGOT: 1 STICK: 1 IRON_SPADE: amount: 1...
Top