- Feb 26, 2014
-
-
Rumen Nikiforov authored
* Reviewed by: Nos, Adry_85
-
Rumen Nikiforov authored
* Reviewed by: Nos, Adry_85
-
Rumen Nikiforov authored
* Reviewed by: Nos, Adry_85
-
Rumen Nikiforov authored
* Reviewed by: Nos, Adry_85
-
Adry_85 authored
* Renamed '''!HolythingPossess''' effect to '''!TakeCastle''' * Added new effects '''!HeadquarterCreate''', '''!OutpostCreate''', '''!OutpostDestroy''', '''!TakeFort''', '''!TakeFortStart''' and '''!TakeTerritoryFlag''' * Removed old skillTypes * Added some conditions to manage better the new effects * '''Grow''' effect is now using template grown collision height and radius * Reported by: momo61 Patch by: Adry_85, !UnAfraid Reviewed by: Nos
-
- Feb 16, 2014
-
-
St3eT authored
* Reviewed by: Adry_85, malyelfik, Nos, !UnAfraid
-
- Feb 15, 2014
-
-
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.
-
- Feb 11, 2014
-
-
Nos authored
-
- Jan 25, 2014
-
-
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.
-
- Jan 24, 2014
-
-
Nos authored
Reviewed by: Zoey76, !UnAfraid
-
- Jan 16, 2014
-
-
St3eT authored
* Tested by: St3eT, malyelfik * Thanks to: malyelfik, FBIagent, xban1x * Reviewed by: malyelfik, !UnAfraid, Adry_85, Zoey76, xban1x
-
- Nov 11, 2013
-
-
Nos authored
-
- Nov 03, 2013
-
-
Nos authored
Patch by: Nos, Adry_85 Reviewed by: Zoey76, !UnAfraid
-
- Sep 21, 2013
-
-
Nos authored
Reviewed By: Zoey76, !UnAfraid, jurchiks Patch By: Tryskell
-
- Sep 12, 2013
- Sep 08, 2013
-
-
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
-
- Jul 24, 2013
-
-
Rumen Nikiforov authored
* Patch by: Tan, UnAfraid, Nos
-
- Jun 27, 2013
-
-
Adry_85 authored
* Changed admin command //help with //html. * rework admin command //reload. * Added new command //loadhtml that reloads html and shows it. Patch by: Nos Reviewed by: Adry_85, UnAfraid, Zoey76
-
- Jun 25, 2013
-
-
Adry_85 authored
Reviewed by: Nos, !UnAfraid
-
- Jun 22, 2013
-
-
Adry_85 authored
Reported by: goncafa
-
- Jun 17, 2013
-
-
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
-
- Jun 08, 2013
-
-
Adry_85 authored
* Removed itemHandlers '''!EnergyStarStone'''. * Added new condition '''!ConditionPlayerCanRefuelAirship'''. * Added some missing skills. Reviewed by: Zoey76
-
- Jun 04, 2013
-
-
Rumen Nikiforov authored
-
- May 30, 2013
-
-
Adry_85 authored
* Removed old support for feedable beast in Beast Farm. * Removed custom CONFUSE_MOB_ONLY skillType.
-
- May 29, 2013
- May 25, 2013
-
-
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
-
- May 22, 2013
-
-
Zoey76 authored
Patch by: St3eT Reviewed by: Zoey76, UnAfraid, jurchiks, xban1x, Adry_85
-
- May 21, 2013
-
-
Adry_85 authored
* Added new skill effects '''!CallPc''' and '''!CallParty'''. * Removed old skillType. * Fixed operateType in some skills. Reviewed by: Zoey76
-
- May 16, 2013
-
-
Adry_85 authored
* Added new effects !OpenCommonRecipeBook and !OpenDwarfRecipeBook. * Unhardcoded static skills not trigger any chance skills. * Removed old !SkillType. Reviewed by: MELERIX, Zoey76
-
- May 13, 2013
-
-
Adry_85 authored
Patch by: Adry_85, Zoey76
-
- May 12, 2013
-
-
Adry_85 authored
Reviewed by: Zoey76
-
- May 08, 2013
-
-
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
-
- May 05, 2013
-
-
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
-
- May 01, 2013
-
-
malyelfik authored
Patch by: St3eT Reviewed by: !UnAfraid, Zoey76, malyelfik
-
- Apr 30, 2013
-
-
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
-
- Apr 15, 2013
-
-
malyelfik authored
Reviewed by: !UnAfraid
-
- Apr 10, 2013
-
-
Rumen Nikiforov authored
-
- Apr 08, 2013
-
-
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.
-