Skip to content
Snippets Groups Projects
  1. Mar 20, 2014
  2. Mar 09, 2014
  3. Mar 03, 2014
  4. Mar 01, 2014
  5. Feb 28, 2014
  6. Feb 26, 2014
  7. Feb 16, 2014
  8. Feb 15, 2014
    • Rumen Nikiforov's avatar
      BETA: DP-Part for [L6403] · c7543724
      Rumen Nikiforov authored
      	* Also implementing following skills: 
      		* Freezing Core (9057)
      		* Black Freezing Core (9058)
      	* Also fixing minor NPE in `AdminBuffs` when using !//removereuse without target.
      c7543724
  9. Feb 11, 2014
  10. Jan 25, 2014
    • Zoey76's avatar
      BETA: Datapack part for [L6366]: · 180c135a
      Zoey76 authored
      	* Implemented `SummonPc` AI.
      	* Removed custom skill handler `GetPlayer`.
      	* Implemented skill Summon PC (4161) retail like.
      		* It's just visual skill, used by multiple AIs.
      180c135a
  11. Jan 24, 2014
  12. Jan 16, 2014
    • St3eT's avatar
      BETA: Reworking '''Antharas''' AI. · 4ef99bad
      St3eT authored
      * Tested by: St3eT, malyelfik
      * Thanks to: malyelfik, FBIagent, xban1x
      * Reviewed by: malyelfik, !UnAfraid, Adry_85, Zoey76, xban1x
      4ef99bad
  13. Nov 11, 2013
  14. Nov 03, 2013
  15. Sep 21, 2013
  16. Sep 12, 2013
  17. Sep 08, 2013
    • Adry_85's avatar
      BETA: Skills rework: · 9932ae54
      Adry_85 authored
      	* Resurrection from skillhandlers to effecthandlers.
      	* Fixing Mass Resurrection effect, if both player and pet are dead only player is ressed.
      		* Patch by: Zoey76
      	Rewieved by: Zoey76
      9932ae54
  18. Jul 24, 2013
  19. Jun 27, 2013
  20. Jun 25, 2013
  21. Jun 22, 2013
  22. Jun 17, 2013
    • Adry_85's avatar
      BETA: Starting support for new aggression system: · 5067d34c
      Adry_85 authored
      	* Removed old and custom skillTypes and added new effects.
      	* Added retail formula for effects '''!TargetCancel''', '''!TargetMeProbability''', '''!SkillTurning''', '''Betray''' and '''Bluff'''.
      		* Patch by: Nos
      	* Added all missing '''effectPoint''' inside skills.
      		* Patch by: !UnAfraid
      	* Fixed bug with !TargetMe effect that does not allow you to change target even if the effect has worn off.
      		* Reported by: blacksea
      Reviewed by: Zoey76
      Thanks to: Nos, !UnAfraid, Zoey76
      5067d34c
  23. Jun 08, 2013
  24. Jun 04, 2013
  25. May 30, 2013
    • Adry_85's avatar
      BETA: Skills cleanup: · 84d5609b
      Adry_85 authored
      	* Removed old support for feedable beast in Beast Farm.
      	* Removed custom CONFUSE_MOB_ONLY skillType.
      84d5609b
  26. May 29, 2013
  27. May 25, 2013
    • Adry_85's avatar
      BETA: Skills rework: · 2252e609
      Adry_85 authored
      	* Removed '''!TransformDispel''' skillType.
      	* Added two new conditions '''!CanTransform''' and '''!CanUnTransform'''.
      	* Fixed bug that you can spam transformation skills when you ride a pet.
      		* Reported by: takhs7
      	* Added some new skills:
      		* '''Blessing of Baguette''' (21042).
      		* '''Berserker Spirit''' (21087).
      		* '''Blessed Child Transformation Skill - Trejuo''' (21195).
      		* '''Blessed Child Transformation Skill - Sujin''' (21196).
      Reviewed by: Zoey76
      2252e609
  28. May 22, 2013
  29. May 21, 2013
    • Adry_85's avatar
      BETA: Skills Rework: · 12c0ef9d
      Adry_85 authored
      	* Added new skill effects '''!CallPc''' and '''!CallParty'''.
      	* Removed old skillType.
      	* Fixed operateType in some skills.
      Reviewed by: Zoey76
      12c0ef9d
  30. May 16, 2013
    • Adry_85's avatar
      BETA: Skills rework: · 514958c6
      Adry_85 authored
      	* Added new effects !OpenCommonRecipeBook and !OpenDwarfRecipeBook.
      	* Unhardcoded static skills not trigger any chance skills.
      	* Removed old !SkillType.
      	Reviewed by: MELERIX, Zoey76
      514958c6
  31. May 13, 2013
  32. May 12, 2013
  33. May 08, 2013
    • Adry_85's avatar
      BETA: Skills rework: · 7781a9a3
      Adry_85 authored
      	* L2PcInstance:
      		* Removed isUsingDualWeapon() not used anymore.
      		* Removed custom check for Strider Siege Assault skill (new condition will be added soon).
      		* Fixed double system message when you use Soul Rage skill.
      	* Stats:
      		* Removed useless stats (LETHAL_RATE, AGGRESSION_VULN, AGGRESSION_PROF, CRIT_PROF, NONE_WPN_VULN, transformId).
      	* !SystemMessageId:
      		* Updated system message when you done damage on target.
      		* Added missing system message for Seven Signs quests (quests will be added soon).
      	* Formulas:
      		* Moved calcLethalHit in proper effect handler.
      		* Cleanup and fixes some methods.
      		* Fixing blow bonus when you hitting from the side of target.
      	* L2Character:
      		* Removed !CpConsume check and fixed skill Over the Body.
      	* L2CubicInstance:
      		* Added !CubicDrain method.
      		* Removed useless comment.
      		* Fixed Magical Critical Rate calculation.
      	* L2Skill:
      		* Removed staticDamage variable, now have own effect like retail.
      		* Removed canBeReflected variable, now have his proper checks.
      		* Cleanup and fixes some methods.
      	* L2SkillType:
      		* Deleted PDAM, MDAM, MANADAM, CPDAMPERCENT, DRAIN, DEATHLINK, FATAL, BLOW, STRSIEGEASSAULT and CHARGEDAM.
      	* L2EffectType:
      		* Added new effects DEATH_LINK, ENERGY_ATTACK, FATAL_BLOW, HP_DRAIN, LETHAL, MAGICAL_ATTACK, MAGICAL_ATTACK_MP, PHYSICAL_ATTACK, PHYSICAL_ATTACK_HP_LINK and STATIC_DAMAGE.
      		* Renamed !IncreaseCharges to !FocusEnergy and made effect retail like.
      		* Added new effect !FocusMaxEnergy.
      	* Effecthandlers
      		* Removed !StatusUpdate from some effect because is already updated by setCurrentHp, setCurrentMp and setCurrentCp methods.
      		
      	'''NOTE''': New skill debugging will be added soon.
      	
      	Reviewed by: MELERIX, Zoey76
      7781a9a3
Loading