• 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. xNuminousx

    Sound Variables

    Okay so I'm not at my personal computer so I can't remember EXACTLY what the code looks like but it should be pretty easy to answer. So while I was adding sounds to CosmicBlast, I noticed there were two numerical variable at the end of the .playSound that I didn't know what it was. I'm pretty...
  2. xNuminousx

    CosmicBlast

    xNuminousx submitted a new resource: CosmicBlast - Manipulate your cosmic abilities to overwhelm your opponent! Read more about this resource...
  3. xNuminousx

    Pending Review Helper Rank

    I'm sure this has been thought of, or even suggested, because of it's simplicity but I'll continue anyways. I think the forums really need this. This would be sort of a lower-ranked Moderator rank. With this rank, users will have a BIT more control over the forums as a normal player. For...
  4. xNuminousx

    "Forum / Website / Misc. Suggestions" Importance?

    Is this forum (stated in the title) even really paid attention to by Mist/Kiam? I know other staffers can't really do much about anything so that's why I call them out specifically. Do they actually go through that forum to see what things can be added/worked with? I can't recall a single time...
  5. xNuminousx

    Complete Schematics

    This idea would allow content creators to build Avatar-themed "things", save the schematic for it, and then upload it here on the forums for download. This would create a new category in the Downloads tab. Example scenario: I just finished making a Water Tribe hut. I think it's really good so I...
  6. xNuminousx

    Emblems

    Ya know how each nation has their own emblem right? Welllllll add it to stuff like paintings :D could you also make it to where the emblem shows up in item frames? Ex: If you put grass/stone in the frame it shows Earth emblem, water bucket shows water emblem, flint/steel or fire starter or torch...
  7. xNuminousx

    Meme

  8. xNuminousx

    Adding Features

    If I wanted to add a feature to an already existing move in Project Korra, would I have to recode the ENTIRE thing or would I be able to extend XAbility in the class for it? For example: My HighJump Replacement re-did the entire move (Changed the way it acted). But what I'm "thinking" of doing...
  9. xNuminousx

    Listener Question

    This is the listener for a SneakEvent: @EventHandler public void onSwing(PlayerToggleSneakEvent event) { if (event.isCancelled()) { return; For my move, the progress is getting the location of the player when they press shift initially. I have a check for an animation to...
  10. xNuminousx

    Description Color

    Are we able, in the code of our ability, to use different colors in the description? I haven't been able to test this out yet but I wanted to know before I did. Like if it was an Air ability, could I use, for example, a gold color instead of the default light grey color?
  11. xNuminousx

    Website Suggestion Ideas

    Recently found this link, it's exactly like Spigots website but instead of plugins it's add-ons for XenForo websites. Yes, I do realize Spigot is an XenForo website but I came into contact with Spigot first so... Anyways.... You can go to this link and possibly find some things you'd like added...
  12. xNuminousx

    Suggestion Earth Shift

    I am posting this on behalf of of @Angel Cano. Earthshift is a move where you grab the earth underneath ones feet and rotate it, turning them around 180 degrees. This was used by Kuvira in The Legend of Korra in her FIRST battle with Korra. Here is a video of the move in the show. *GO TO 2:19*...
  13. xNuminousx

    Project Korra Help

    I made this LONG signature that had all sorts of help on it. Well, I'm not just discarding 2 hours worth of helping so I'm doing it anyways. It'll look overwhelming but the signature didn't. Everything was neatly hidden away in spoilers and it was less overwhelming.... This link will still have...
  14. xNuminousx

    The Legend of Korra Episode Poll

  15. xNuminousx

    Grammatical Error of the Project Korra (Core) Download Description

    So I found this error while reading the description..... It's in this section: " For Developers ProjectKorra (Core) comes with an extensive API that Developers can hook into. YOu can find a list of all public Methods at: http://projectkorra.com/docs/ Our API allows developers to create side...
Top