• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Search results

  1. Coolade

    Programming Question (Ability Listeners)

    Somebody should put together a medium level tutorial that involves particles and progressing abilities over multiple ticks.
  2. Coolade

    LavaMissle

    Fire charges are tiny compared to those Lava Missiles.
  3. Coolade

    Fixed Not being able to Waterspout on Snow blocks

    It's going to be fixed in the next build, you can see what has been fixed by looking at the Github page. https://github.com/ProjectKorra/ProjectKorra/pull/36
  4. Coolade

    Suggestion A Customizable Item System

    This is just a suggestion that should be discussed.
  5. Coolade

    Suggestion A Customizable Item System

    As many of us are waiting with excitement and anticipation of the upcoming ProjectKorra RPG plugin, I have a few concerns about the limitations from the previously proposed ideas. A common theme with the proposals relate to the creation of new Bending items, similar to the grappling hook, that...
  6. Coolade

    Timings Report

    Hmm if he can get 150+ players with the plugin then perhaps the issue isn't with the plugin. You should try contacting him for some tips on reducing lag.
  7. Coolade

    Timings Report

    Does he run everybody on a single computer or does he have multiple computers linking to little sub-servers? Make sure your Factions is set to clean up the garbage Factions very frequently, I had mine set to like every 4 days and I was able to get 50 or so people without too much lag. For a...
  8. Coolade

    FireCombo

    Yea that's definitely lag coming from FC, I know why and I'll fix it in my next patch. I should have some of the bugs fixed this week when I get some free time. I'll fix the FireWheel and FireKick, as far as the JetBlast goes you can't increase the speed that much. If you attempt to move too...
  9. Coolade

    Timings Report

    ServerElemental if reducing lag is a huge priority I would remove Factions from your server. When Factions is present PK has to call methods to Factions to check if the region is protected or not from that specific user. Basically, for every block that is being affected by an ability Factions...
  10. Coolade

    Fixed Waterwave NPE?

    Tristan check in your config and make sure the ChargeTime at least 300 or so, I'll be uploading a fix for this in the next update.
  11. Coolade

    Fixed Waterwave NPE?

    Tristan restart your server (not reload) and then use WaterWave for a few minutes, can you report back to me if it continues to happen. I don't see anything in the code that would lead to a NullPointerException, and you are the only one still receiving the errors.
  12. Coolade

    Suffocate

    I haven't done any updates to this ability since there is another version in the plugin, if people still use this ability then I can update it.
  13. Coolade

    Tutorial: How to create an ability in ProjectKorra

    No problem, I'm just glad somebody is finally using the tutorial :P
  14. Coolade

    Tutorial: How to create an ability in ProjectKorra

    The listener would still have the ProjectKorra.plugin for the runnable task. I would recommend using BukkitRunnables() for any tasks that you are going to do. //In the Listener class and more specifically inside a method BukkitRunnable br = new BukkitRunnable(){ public void run(){ //...
  15. Coolade

    WaterWave improvement

    If a fire bender didn't have the strength to keep his FireJet going and he was 500 feet from the ground he would likely fall to his death, not glide with style safely to the ground. I don't like the idea of FireJet and WaterWave having that safety precaution, then the bender wouldn't have to...
  16. Coolade

    WaterWave improvement

    WaterWave Configuration file: Range: 6 ChargeTime: 1000 FlightTime: 2000 Speed: 1.2 You can change all of those options in the configuration file, if you want it to last longer increase the flight time, if you want it to move faster increase the speed, and if you want a shorter charge...
  17. Coolade

    FireCombo

    I agree it really puts a whole new perspective during fire fights. It really was just the difference between knowing with to FireBlast, FireJet, and Blaze. Now you can combo your FireKicks in sync with FireBlast, you can time a charged Fireblast into a Firewheel to deal with long range targets...
  18. Coolade

    FireCombo

    Add the "bending.ability.FireCombo" permission, are you sure they aren't working? You might just be doing them wrong.
  19. Coolade

    FireCombo

    V 1.0.1: - Fixed a problem with the permissions
  20. Coolade

    FireCombo

    I have removed the download link now that this is a default plugin ability. Fire Combos allow you to use multiple abilities together to create other strong abilities. Fire Combos are meant to be advanced Firebending techniques, they take practice! FireKick: A short ranged arc of fire launches...
Top