• Proceed with caution! Unofficial add-on plugins and abilities are not supported by the ProjectKorra staff. We will not provide support for broken add-ons. Download at your own risk.
  • 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

[Deleted] IceSlide

Status
Not open for further replies.

ultrakryptonite

Verified Member
Is there any way this can be added to water spout? That way, one would hold shift to move quickly though ice and water with one slot.
 

Finn_Bueno_

Staff member
Plugin Developer
Verified Member
I don't want to limit it to only one slot
Code:
if(GeneralMethods.getBoundAbility(player) == null ||
!AbilityModuleManager.shiftabilities.contains(GeneralMethods.getBoundAbility(player))){
//IceGlide
}
That makes it work like swiftswim.
 

Simplicitee

Staff member
Plugin Developer
Verified Member
Code:
if(GeneralMethods.getBoundAbility(player) == null ||
!AbilityModuleManager.shiftabilities.contains(GeneralMethods.getBoundAbility(player))){
//IceGlide
}
That makes it work like swiftswim.
FINN I KNOW HOW TO DO THAT ;-;
 

Simplicitee

Staff member
Plugin Developer
Verified Member
Oh it's passive! That means it's not bound by a slot, I like that more. This may be a bit off topic, but do you know how to or if it is possible to get water sport's swimming boost to be passive as well?
It already is a passive, Sneak in water on a slot with nothing bound.
 
Status
Not open for further replies.
Top