• 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

    Denied LightningStrike

    Are you sure it wouldn't be a Lava/Plant/Air/Chi hybrid combo?
  2. Coolade

    Denied Ming hua's Water arms

    We would all love water arms just as much as everyone else.
  3. Coolade

    Fixed Twister + Airstream = Kick

    Use the latest version, it should be fixed in 1.5.0 Beta 14.
  4. Coolade

    EarthTackle

    What do you mean?
  5. Coolade

    Complete Air Manipulation

    I think there was one other thread that was similar to this one, but yea.
  6. Coolade

    AirCombo: AirBullet

    It would be cool if we could have had the combo alternate between left and right clicks as if you were controlling the punches, if only it was possible. I'll keep AirBullet in mind.
  7. Coolade

    Complete Air Manipulation

    I know it's crazy but we actually read the suggestions :P
  8. Coolade

    AirCombo: AirBullet

    After thinking about it more, Twister and AirSweep both don't break fluidity if you get good with them. Unlike FireWheel where you actually have to be standing on the ground and right clicking blocks, AirSweep and Twister can both be executed in the air without disrupting momentum at all. The...
  9. Coolade

    AirCombo: AirBullet

    AirSweep doesn't break the flow of mobility, and with most shifting combos you can do the formula while you are in the middle of the jump so that you are still moving by the time the combo is executed.
  10. Coolade

    Complete AirSweep

    No code from AirSwipe was used to make FireKick, they are suppose to be similar though, that is kind of the point. AirSwipe Code: https://github.com/ProjectKorra/ProjectKorra/blob/master/src/com/projectkorra/ProjectKorra/airbending/AirSwipe.java FireKick's Code is from line 150 to 187...
  11. Coolade

    Finally made some progress on combos. Slow and unsteady wins the race.

    Finally made some progress on combos. Slow and unsteady wins the race.
  12. Coolade

    Tutorial: How to create an ability in ProjectKorra

    You should refer to the advanced ability tutorial written by @jedk1 http://projectkorra.com/threads/tutorial-how-to-make-an-advanced-move.714/#post-7571
  13. Coolade

    Tutorial: How to create an ability in ProjectKorra

    That goes into the IgniteInformation.java http://pastebin.com/LQSsUSxU
  14. Coolade

    Example: Blocking abilities from within a custom ability

    Perhaps in the future but for now it's just this simple method.
  15. Coolade

    Example: Blocking abilities from within a custom ability

    No it will remove the airswipe and return true, then you can remove your ability if it returned true. Essentially it gives you the option to remove your own ability if you wanted to. Previously there weren't any methods that allowed for easy ability blocking. If you only wanted to block...
  16. Coolade

    Example: Blocking abilities from within a custom ability

    Yes you can use this to cancel out the airswipe and cancel out the firebreath, and it's easy to do.
  17. Coolade

    Question For PK Devs

    The project is open source and you can see the code for the entire project right here: https://github.com/ProjectKorra/ProjectKorra/tree/master/src/com/projectkorra/ProjectKorra I would stay away from OctopusForm, as it is overly complex.
  18. Coolade

    Example: Blocking abilities from within a custom ability

    As of ProjectKorra 1.5.0:Beta 5 Methods.java has a simple ability blocking method called Methods.blockAbilities(Player, List<String>, Location, double radius). Player is the player attempting to block the other abilities. List<String> is the list of ability names that you wish to block...
  19. Coolade

    Programming Question (Ability Listeners)

    A youtube series would be much more tricky than just writing it out, but either one would be a big help to other people trying to code abilities.
  20. Coolade

    Programming Question (Ability Listeners)

    Haha I did my job :P this one is all you
Top