Skip to content
Snippets Groups Projects
  1. Feb 26, 2014
  2. Feb 16, 2014
  3. 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
  4. Feb 11, 2014
  5. 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
  6. Jan 24, 2014
  7. 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
  8. Nov 11, 2013
  9. Nov 03, 2013
  10. Sep 21, 2013
  11. Sep 12, 2013
  12. 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
  13. Jul 24, 2013
  14. Jun 27, 2013
  15. Jun 25, 2013
  16. Jun 22, 2013
  17. 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
  18. Jun 08, 2013
  19. Jun 04, 2013
  20. 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
  21. May 29, 2013
  22. 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
  23. May 22, 2013
  24. 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
  25. 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
  26. May 13, 2013
  27. May 12, 2013
  28. 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
  29. May 05, 2013
    • Zoey76's avatar
      BETA: Minor fixes: · 332dae80
      Zoey76 authored
      	* Fixed NPE vulnerability in Anais.
      		* Reported by: d!g0
      		* Suggested by: jurchiks
      	* Reworking Servitor Share effect since [9663] fixed nothing.
      		* Fixing stack over flow.
      		* Reported by: UnAfraid, nBd
      		* Reviewed by: UnAfraid
      	* Changes related to [L5965].
      		* Summon target handler update.
      		* Pet target handler update.
      		* Implemented Servitor target handler.
      	* Pailaka - Song Of Ice And Fire AI enhancement.
      		* Adding missing NPC string on first see creature event.
      			Reported by: Gladicek
      332dae80
  30. May 01, 2013
  31. Apr 30, 2013
    • Zoey76's avatar
      BETA: Unhardcoding Wyvern Manager: · bc15e829
      Zoey76 authored
      	* Unified AI for castle, forts and halls.
      	* Merged bypass handler and core AI in a single AI script in Datapack.
      
      Reviewed by: jurchiks, UnAfraid, Zoey76
      bc15e829
  32. Apr 15, 2013
  33. Apr 10, 2013
  34. Apr 08, 2013
    • Zoey76's avatar
      BETA: Datapack cleanup: · e315c54e
      Zoey76 authored
      	* Using getRandom(int) and getRandomBoolean() where is possible.
      		* Please use it in new scripts.
      	* Removing invalid null check in EffectMasterHandler.
      	* Added missing null check in Q00350_EnhanceYourWeapon.
      	* Fixed bug in Magical Power of Water - Part 2 (610), multiplier shouldn't be casted to int/long!
      	* Fixed bug in Magical Power of Fire - Part 2 (616), multiplier shouldn't be casted to int/long!
      	* Removing invalid null check in MasterHandler.
      e315c54e
Loading