OmniCypher
9d3d3ab692
Merge pull request #484 from Simplicitee/master
...
Fix sand speed passive
2016-04-18 17:16:42 -07:00
Benford
5a0ffc988d
Fix sand speed passive
...
- Fixed the FOV change that happens when jumping as a sandbender on sand
2016-04-18 19:03:20 -04:00
jedk1
f941393dfd
Fix avatarstate cooldown
2016-04-17 20:50:37 +01:00
jedk1
d930c78d16
Fix NPE in blocksource
2016-04-17 14:37:15 +01:00
Benford
5001585ba6
Merge remote-tracking branch 'refs/remotes/ProjectKorra/master'
2016-04-14 19:10:57 -04:00
Benford
c479129ad1
Various bug fixes
...
- Added config option for torrent multi hits damage
- Added config option for the amount of times torrent can hit
- Removed chiblocking's sprint fall damage removal
- Fixed AirScooter stopping when switching binds
2016-04-14 19:08:37 -04:00
OmniCypher
d07ee18b94
Merge pull request #480 from grasshopperMatt/master
...
Fixed EarthBlast / WaterManipulation being able to make moves off of eachothers blocks
2016-04-13 18:59:53 -07:00
Benford
6f58fe5c4b
Merge remote-tracking branch 'refs/remotes/ProjectKorra/master'
2016-04-13 21:00:24 -04:00
Benford
a1c9c54d48
Various bug fixes + new event
...
- Added PlayerJumpEvent
- Added JUMPS map to PKListener
- Fixed fly glitch with airspout/sandspout + firejet
- Added snowBlocks config list
- Fixed AirCombo cooldowns
- Fixed FireSpin enabled config option not appearing
- Fixed speed and jump passives, no longer requires sprinting
- Fixed HealingWaters ShiftRequired config option
- Fixed Surge select range
- Fixed WaterManipulation creating water in place of ice sources
- Added snow methods to ElementalAbility and BlockSource
- Added SNOW enum value to BlockSourceType
- Added check for snow in WaterAbility.isWaterbendable()
2016-04-13 21:00:21 -04:00
Matt
bc196a95e0
Fixed EarthBlast / WaterManipulation being able to make moves off of eachothers blocks
2016-04-12 21:01:10 -05:00
OmniCypher
7df77ee723
Merge pull request #478 from FinnBueno/master
...
Added getLanguageConfig()
2016-04-09 17:09:55 -07:00
jedk1
dc324f81f2
Remove prefixes from config
2016-04-09 23:43:45 +01:00
jedk1
fcbfbc4fef
Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra
2016-04-09 23:37:42 +01:00
jedk1
ad6f4bc2b0
Fix Custom Element prefix
2016-04-09 23:36:58 +01:00
Finn Bon
b5e5eab0ff
Added getLanguageConfig()
...
Added getLanguageConfig() to CoreAbility.
2016-04-10 00:18:21 +02:00
Finn Bon
fd1326e5db
Fixed /b remove message.
...
Fixed the bending remove message when a player removed another player's
element. It was sending the "your element has been removed by {sender}"
to the sender, instead of the target.
2016-04-09 22:48:55 +02:00
Benford
1077ccbb9a
Adjust remaining passives
...
Made other passives do the same as speed and jump for disabled worlds
2016-04-08 20:20:53 -04:00
OmniCypher
ca00a6a9fc
Merge pull request #474 from StrangeOne101/master
...
Command Tabbing moved to PKCommands
2016-04-08 16:54:05 -07:00
Benford
80dc472dd1
Fix passives bug
2016-04-08 18:36:44 -04:00
StrangeOne101
77d0cd4b6a
Command Tabbing moved to PKCommands
...
• Every command now has its own tabbing method instead of having all
tabbing in one file. This means custom PKCommands can now also be
tabbed.
2016-04-09 10:15:00 +12:00
OmniCypher
179c251469
1.8.0 BETA 10
2016-04-06 21:29:58 -07:00
Benford
1afe4a65e1
Fix Fixes
...
- Removed unnecessary check in remove
- Changed hasElement subelement portion
2016-04-06 19:08:12 -04:00
StrangeOne101
6e5e67251c
Various Fixes
...
• Fixed AvatarState resetting the cooldown when a player logs out
• Fixed SubElements not being removed when a player isn't specified (and
related message errors)
2016-04-06 20:39:53 +12:00
Benford
01f2748cb8
Update
...
- Makes removing elements remove avatar from the player
2016-04-05 20:29:14 -04:00
Benford
3a544c6537
Merge remote-tracking branch 'refs/remotes/ProjectKorra/master'
2016-04-03 14:38:47 -04:00
Benford
9a487adc35
Fix various bugs
...
- Changed Airblast to compensate for AirBurst
- Fixed Lavaflow bugs (spam click and plants)
- Fixed being able to bend while using a fishing rod
- Added feature to IceWave: While the ability is progressing the ice
will thaw as the player gets farther away from the created ice sphere
- Added new options to config
2016-04-03 14:38:42 -04:00
OmniCypher
4a1bc7b8c8
Merge pull request #467 from StrangeOne101/master
...
Multiple Fixes
2016-04-01 09:57:08 -07:00
OmniCypher
ddda2ecbf8
Adds BendingPlayerCreationEvent and moves login
...
Moves login method to GeneralMethods and renames it to loadBendingPlayer
Fixes Prefix assigning in loadBendingPlayer
2016-03-31 23:25:05 -07:00
StrangeOne101
8950aca2b3
Fix Heatcontrol not working in water
...
• Fixes heatcontrol now thawing ice in liquids as well as other opaque
blocks
2016-04-01 17:40:09 +13:00
StrangeOne101
4e5a268e4f
Fixes for IceSpike
...
• Fixed Flooding with Bottlebending
• Fixed IcePillar not working on single click
• Fixed IcePillars not working on packed ice
• Reduced sounds created by IcePillarField (it was painful)
2016-03-31 21:20:36 +13:00
StrangeOne101
e16ccecf3f
Fixes for OctopusForm
...
• Fixed OctopusForm leaving smoke trails
• OctopusForm cooldown now applied when it starts forming, not when you
select a source
2016-03-31 20:04:04 +13:00
OmniCypher
6d515fdf17
Merge pull request #464 from Simplicitee/master
...
Move armor effects to PassiveHandler
2016-03-29 22:38:50 -07:00
Benford
79edcc49d2
Move armor effects to PassiveHandler
2016-03-30 00:57:58 -04:00
StrangeOne101
1a482cf6dd
Fix Bending in GriefPrevention Regions
...
• Fixed bending being allowed in GP zones
2016-03-30 13:54:15 +13:00
Benford
6ed6cb2375
Fix and Upgrade passive system
...
- Fixed passives merging and becoming wonky
- Updated speed, exhaustion, and jump passives to use PassiveHandler
class.
- Added exhaustion passive to chi
2016-03-29 01:46:39 -04:00
Benford
c4c12c45e8
Fix AirSwipe charged version
2016-03-28 23:53:21 -04:00
Benford
b251971e2f
Remove testing messages
2016-03-28 23:06:55 -04:00
Benford
041a003ff1
Merge remote-tracking branch 'refs/remotes/ProjectKorra/master'
2016-03-28 23:04:31 -04:00
Benford
7510445733
Commit shockwave addition
2016-03-28 22:53:02 -04:00
Benford
af24a227a3
Fix armor issues
...
- Also added return statement in shockwave
2016-03-28 22:52:03 -04:00
jedk1
379270caec
Add per combo config enable/disable option
2016-03-29 01:00:10 +01:00
OmniCypher
ad4c7aeffa
Various Fixes
...
Fixes FastSwimming on AirSpout slot
Fixes command consistency
Fixes bind command "ability does not exist" message
Fixes add command description
Fixes WaterArms move display
Fixes WaterArms Spear Ice Dome
2016-03-28 15:26:47 -07:00
OmniCypher
e155f1712f
Fixes part of PlantArmor and EarthRevert
2016-03-26 18:00:25 -07:00
OmniCypher
25bd8d7c8c
Various Changes/Fixes
...
Updates WorldGuard depend version
Fixes NPE in EarthAbility reverting
Fixes NPE in PKListener when getting element prefixes
Fixes inconsistencies between commands
Adds getPrefix() Method to Element
Adds Items commands to /b help
2016-03-26 12:07:36 -07:00
Matt
ca383ff03f
Fixed blocks not being returned to their previous state
2016-03-25 15:00:41 -05:00
Benford
1cd9f87f1d
Updates
...
- Updated tabbing for rpg commands
- Updated the help command to show rpg commands
2016-03-23 20:30:00 -04:00
Matt
98fcb4f78f
Fixed passives
2016-03-19 21:28:04 -05:00
jedk1
cfdc6ce0ee
Fix shockwave cleanup
2016-03-19 18:31:57 +00:00
OmniCypher
d32b701f82
Merge pull request #450 from Simplicitee/master
...
Fix passives in disabled world
2016-03-16 19:26:36 -07:00
Benford
f82dce0464
Fix passives in disabled world
2016-03-16 22:12:09 -04:00