Jump to content

Question

Posted

Hi mxc exo ena prob. ta skills -> Sublime Self-Sacrifice kai Blessing of Eva den litourgoun. (kano klik kai den ginete tpt)

gia peite mou an einai lathos kai an ginete doste m ta dika sas:

Sublime Self-Sacrifice:

<skill id="1505" levels="1" name="Sublime Self-Sacrifice">
 <set name="target" val="TARGET_NONE"/>
 <set name="skillType" val="NOTDONE"/>
 <set name="magicLvl" val="83"/>
 <set name="operateType" val="OP_PASSIVE"/>
 <set name="isMagic" val="true"/>
 <set name="hitTime" val="4000"/>
 <set name="reuseDelay" val="3600000"/>

Blessing of Eva:

<skill id="1506" levels="1" name="Blessing of Eva">
 <set name="target" val="TARGET_NONE"/>
 <set name="skillType" val="NOTDONE"/>
 <set name="magicLvl" val="83"/>
 <set name="operateType" val="OP_PASSIVE"/>
 <set name="isMagic" val="true"/>
 <set name="hitTime" val="4000"/>
 <set name="reuseDelay" val="1440000"/>

[l2jserver g.final]

an gnorizete tha me boithisete polu

thx :)

 

4 answers to this question

Recommended Posts

  • 0
Posted

katarxas file mou einai Passive ama to blepeis logiko einai na min douleyei..

se final den exw asxolithi alla giati asxoloume me freya  des pws einai to skill edw


 

<skill id="1505" levels="1" name="Sublime Self-Sacrifice">
	<!-- Confirmed CT2.5 -->
	<set name="aggroPoints" val="668" />
	<set name="hitTime" val="4000" />
	<set name="hpConsume" val="4000" />
	<set name="isMagic" val="true" />
	<set name="magicLvl" val="81" />
	<set name="mpConsume" val="174" />
	<set name="mpInitialConsume" val="44" />
	<set name="operateType" val="OP_ACTIVE" />
	<set name="power" val="100" />
	<set name="removedOnAnyActionExceptMove" val="true" />
	<set name="reuseDelay" val="3600000" />
	<set name="skillRadius" val="1000" />
	<set name="skillType" val="HPMPHEAL_PERCENT" />
	<set name="target" val="TARGET_PARTY_NOTME" />
	<for>
		<effect name="Invincible" abnormalTime="15" val="0" special="invincible" abnormalLvl="2" abnormalType="invincibility" />
		<effect name="CombatPointHealOverTime" noicon="1" val="9000" />
	</for>
</skill>

 


 

<skill id="1506" levels="1" name="Blessing of Eva">
	<!-- Confirmed CT2.5 -->
	<set name="aggroPoints" val="668" />
	<set name="castRange" val="400" />
	<set name="effectRange" val="900" />
	<set name="hitTime" val="4000" />
	<set name="isMagic" val="true" />
	<set name="magicLvl" val="81" />
	<set name="maxNegated" val="10" />
	<set name="mpConsume" val="58" />
	<set name="mpInitialConsume" val="15" />
	<set name="operateType" val="OP_ACTIVE" />
	<set name="power" val="100" />
	<set name="reuseDelay" val="1800000" />
	<set name="skillType" val="HPMPHEAL_PERCENT" />
	<set name="target" val="TARGET_ONE" />
	<cond msgId="113" addName="1">
		<not>
			<target npcType="L2Attackable" />
		</not>
	</cond>
	<for>
		<effect name="CombatPointHealOverTime" noicon="1" val="9000" />
		<effect name="CancelDebuff" nocion="1" val="0" effectPower="40" effectType="CANCEL_DEBUFF" />
	</for>
</skill>

  • 0
Posted

den egine tpt.....tora den leitourgoun kanena skill skill ton 83  :o.

kapios den mporei na m dosei ta dika tou blessing of eva kai Sacrifice re pedia? (l2jserver g.final)

  • 0
Posted

to prob lithike guys. request gia lock.

 

p.s ta codes einai:

 

    <skill id="1506" levels="1" name="Blessing of Eva">
          <set name="magicLvl" val="83" />
          <set name="mpConsume" val="73" />
          <set name="target" val="TARGET_SELF" />
          <set name="reuseDelay" val="1440000" />
          <set name="hitTime" val="4000" />
          <set name="staticReuse" val="true" />
          <set name="skillType" val="BUFF" /> <!-- TODO: Chance for cancel_debuff -->
          <set name="isMagic" val="true" />
          <set name="operateType" val="OP_ACTIVE" />
          <set name="castRange" val="400" />
          <set name="effectRange" val="900" />
          <set name="aggroPoints" val="600" />
          <for>
             <effect count="1" name="HealOverTime" val="20000" stackOrder="1"
                stackType="LifeForce" noicon="1" />
             <effect count="1" name="ManaHealOverTime" val="20000"
                stackOrder="1" noicon="1" />
             <effect count="1" name="CombatPointHealOverTime" val="20000"
                stackOrder="1" noicon="1" />
          </for>
       </skill>

 

<skill id="1505" levels="1" name="Sublime Self-Sacrifice">
      <set name="magicLvl" val="83" />
      <set name="hpConsume" val="4000" />

      <set name="mpConsume" val="218" />
      <set name="target" val="TARGET_PARTY" />
      <set name="skillRadius" val="1000" />
      <set name="hitTime" val="4000" />
      <set name="reuseDelay" val="3000" />
      <set name="staticReuse" val="true" />
      <set name="skillType" val="BUFF" />
      <set name="isMagic" val="true" />
      <set name="operateType" val="OP_ACTIVE" />
      <!-- <cond msg="This skill can be used only with party.">  Retail Like    <player inParty="1" />  </cond> -->
      <for>
         <effect count="1" name="Invincible" time="15" val="0" />
      </for>
   </skill>

Guest
This topic is now closed to further replies.
  • Posts

    • Hello. This code works well. It removes buff with double click, but If you preffer remove buff with ALT + mouse click, place this code in AbnormalStatusWnd.uc   function OnLButtonDown(WindowHandle a_WindowHandle, int X, int Y) { local Rect windowBounds; local int targetRow; local int targetCol; local StatusIconInfo info; local SkillInfo skillInfo; if (IsKeyDown(IK_alt) == false) return; // Find window position windowBounds = Me.GetRect(); // Process clicks outside of window frame only if (X > (windowBounds.nX + NSTATUSICON_FRAMESIZE)) { // Calc row and col of targeted icon targetRow = (Y - windowBounds.nY) / NSTATUSICON_SIZE; targetCol = (X - windowBounds.nX - NSTATUSICON_FRAMESIZE) / NSTATUSICON_SIZE; // Store status info of targeted icon StatusIcon.GetItem(targetRow, targetCol, info); // Store actual skill info and make sure it is exists if (GetSkillInfo(info.ClassID, info.Level, skillInfo)) { // Request server to stop skill effect // Usage: _dispel:<int:skill_id>,<int :skill_level> // Example: _dispel:313,8 RequestBypassToServer ( "_dispel:" $ string ( skillInfo. SkillID ) $ "," $ string ( skillInfo. SkillLevel ) ) ) ; } } }  
    • We are excited to announce the open beta testing of the Fulgrim x4 server, starting November 29th, 2024, at 19:00 server time (19:00 по МСК). There will be an NPC available on the test server from whom you can purchase items, gain levels, professions, and other services.   More information at our >Forum
    • Server mid rate craft PvP   CLIENTE INTERLUDE Website server Discord olympus x25 &nbsp;server 🇧🇷🇦🇷🇨🇱🇬🇷🇲🇽🇵🇪🇸🇰🇪🇸🇺🇾 Server mid rate craft PvP 🔱CLIENTE INTERLUDE🔱 🔅xpx25 🔅Sp x25 🔅Adena x15 🔅Droop x2 🔅Spoil x2 🔅Raidboss xp x2 🔅Raidboss sp x2 🔅Raidboss droop x1 🔅All Rate quest reward  x1 ⚠️All Quest drop reward. x1 🔅Manor x 3 🔅Seal stone x1 🛡️🗡️INFO GRADO S🗡️🛡️ ⚠️Inicia desabilitado drop/spoil/quest. 🔱PROFESIONES/SUBCLASS🔱 🛡️1st profession - 50medal 🛡️2nd profession - 500 medal 🛡️3rd profession - 1k medal +30kk adena 🛡️Sub class - Quest. No necesita matar raids. ⚙️Configuraciones⚙️ 🛡️Gmshop  grade - B. 🛡️Grade A-S Craft - yes x1 chance 🛡️Globlal teleport - yes 🛡️Buffer 1hora. 🛡️Buffer slot 24(+4divine)+12 dances-song 🛡️Auto learn skils - yes 🛡️Autoloot - yes 🛡️Mana potion recarga 1000 ,9segundos delay. 🛡️Champions system:     ▫️lvl 30 - 76     ▫️chance respawn 0.5%.     ▫️adena x20 🛡️Max lvl party 14 lvl. 🛡️Festive sweeper on. 🛡️Max client pc 2. 🛡️Raid boss respawn retail. 🛡️Nobleza quest - yes. 🛡️Barakiel respawn 6 horas + -30 min. 🛡️Olimpiada duracion 14 dias. 🛡️Olimpiada de 18:00 a 00:00 🛡️Safe enchant +3 🛡️Normal enchant scroll 50% ⚠️+11-16 chance 30% 🛡️Bleesed enchant scroll 55% ⚠️+11-16 chance 35% 🛡️Rate dinamico x1 lvl 77-80   🛡️🗡️CLANES INFO🗡️🛡️ 🔅Crear clan min. level 20 🔅Max Alianzas 1 🔅Duracion penalidades clan / alianzas 8 horas. 🔅Cambio de lider 24 horas. 🛡️⚔️ ASEDIOS ⚔️🛡️ 🔅Cada 2 semanas. 🔅Proteccion hwid 1 pc. 🔅Clanes registrados. acceden a zona de asedio. 🔅Castillo asediable Aden. 🔅Reward 1000 FA 🔅Horario 16:00 GMT-3 🎊PACK DE INICIO🎊 🔅Start set - armor\weapon no grade. 🔅Level 20  - 5 shadow cuppon grado D 🔅Level 40 - 5 shadow cuppon grado C 🔅Free Autofarm 24 horas. 💰 INFO PREMIUM 💰 🔅Free autofarm. 🔅xp x30 🔅sp x30 🔅adena x17 🔅drop x4 🔅spoil x4 🔅enchant +2% 🔅seal stone x1 🔅Altb Gk-Gmshop/buffe ⚔️ RAID  BOSS INFO ⚔️ 🔅Raid boss 70 ++ respawn 5 días despues. 🔅Raid boss 75 ++ respawn 15 días despues 🔅Drop LETTER L2DAY para tradear en GMshop. ⚔️ INFO SEVEN SING ⚔️ 🔅Inicio del drop Seal stones dia 5 de iniciado el server. 🎊 EPIC RAID INFO 🎊 🔅Queen Ant (lvl 40)respawn Lunes a Viernes 22:00 GMT-3 drop chance 30%. 🔅Core (lvl 80)respawn Martes-miercoles 20:20 GMT-3 drop chance 100%. 🔅Orfen (lvl 80)respawn Martes-miercoles 21:00 GMT-3 drop chance 100%. 🔅Zaken (lvl 80)respawn Jueves 23:00 GMT-3 drop chance 100%. 🔅Frintezza (lvl 80)respawn Viernes 23:00 GMT-3 drop chance 100%. 🔅Baium (lvl 80)respawn Sabado 22:00 GMT-3 drop chance 100%. 🔅Valakas (lvl 80)respawn Domingo 20:00 GMT-3 drop chance 100%. 🔅Antharas (lvl 80)respawn Domingo 22:00 GMT-3 drop chance 100%.
  • Topics

×
×
  • Create New...