ProjectKorra
Administrator
ProjectKorra submitted a new resource:
1.8.0 BETA 5 - The fifth build for ProjectKorra (Core) v1.8.0
1.8.0 BETA 5 - The fifth build for ProjectKorra (Core) v1.8.0
Read more about this resource...Woo! Beta 5, that was fast! This build focused mainly on massive improvements to Death Messages, thanks to @jedk1 for rewriting most of the system to fix various issues and add combo support! However, developers need to be weary of this and update all addons which use the damageEntity() method (it now requires an ability name String argument) or else your addons won't be able to so damage!
Example: GeneralMethods.damageEntity(user, target, ∞ , ”OmniBlast”) ;
- ...