Jump to content

Recommended Posts

Posted

only on spam section... Off?

japan is trying to make a cool programm. Recognizing the drama by some words and also auto-locking it.

 

Posted

and why you share them on my topic? can you tell me? and how is possible use the same isBussShiledon() explain me..

33037132.png

Posted
Quote from: Setekh on Today at 05:04:05 AM

Old archid:

Code:

Index: E:/L2j Development/workspace/Archid-Data/data/scripts/handlers/skill_handlers/Disablers.java

===================================================================

--- E:/L2j Development/workspace/Archid-Data/data/scripts/handlers/skill_handlers/Disablers.java (revision 1602)

+++ E:/L2j Development/workspace/Archid-Data/data/scripts/handlers/skill_handlers/Disablers.java (working copy)

@@ -163,6 +163,9 @@

            if (target == null || target.isDead()) //bypass if target is null or dead

        continue;

 

+ if (target.isBuffShieldOn() && (!skill.isDebuff() || !skill.isOffensive()))

+ continue;

+

            byte shld = Formulas.calcShldUse(activeChar, target);

            switch (type)

            {

Index: E:/L2j Development/workspace/Archid-Data/data/scripts/handlers/skill_handlers/Continuous.java

===================================================================

--- E:/L2j Development/workspace/Archid-Data/data/scripts/handlers/skill_handlers/Continuous.java (revision 1689)

+++ E:/L2j Development/workspace/Archid-Data/data/scripts/handlers/skill_handlers/Continuous.java (working copy)

@@ -101,6 +101,9 @@

if (Formulas.calcSkillReflect(target, skill) == Formulas.SKILL_REFLECT_SUCCEED)

target = activeChar;

 

+ if (target.isBuffShieldOn() && (!skill.isDebuff() || !skill.isOffensive()))

+ continue;

+

// Player holding a cursed weapon can't be buffed and can't buff

if (skill.getSkillType() == L2SkillType.BUFF && !(activeChar instanceof L2ClanHallManagerInstance))

{

 

L2JServer

Code:

Index: E:/L2j Development/workspace/Archid-Data/data/scripts/handlers/skill_handlers/Disablers.java

===================================================================

--- E:/L2j Development/workspace/Archid-Data/data/scripts/handlers/skill_handlers/Disablers.java (revision 1602)

+++ E:/L2j Development/workspace/Archid-Data/data/scripts/handlers/skill_handlers/Disablers.java (working copy)

@@ -163,6 +163,9 @@

            if (target == null || target.isDead()) //bypass if target is null or dead

        continue;

 

+ if (target.isBuffShieldOn() && !skill.isOffensive())

+ continue;

+

            byte shld = Formulas.calcShldUse(activeChar, target);

            switch (type)

            {

Index: E:/L2j Development/workspace/Archid-Data/data/scripts/handlers/skill_handlers/Continuous.java

===================================================================

--- E:/L2j Development/workspace/Archid-Data/data/scripts/handlers/skill_handlers/Continuous.java (revision 1689)

+++ E:/L2j Development/workspace/Archid-Data/data/scripts/handlers/skill_handlers/Continuous.java (working copy)

@@ -101,6 +101,9 @@

if (Formulas.calcSkillReflect(target, skill) == Formulas.SKILL_REFLECT_SUCCEED)

target = activeChar;

 

+ if (target.isBuffShieldOn() && !skill.isOffensive())

+ continue;

+

// Player holding a cursed weapon can't be buffed and can't buff

if (skill.getSkillType() == L2SkillType.BUFF && !(activeChar instanceof L2ClanHallManagerInstance))

{

 

 

/lier!  show them on archid svn! i have them old archid you are big lier man!

 

and now you show me photo?

 

http://www.maxcheaters.com/forum/index.php?topic=133760.15

Posted

japan is trying to make a cool programm. Recognizing the drama by some words and also auto-locking it.

 

Said the fanboy...
Posted

/lier!  show them on archid svn! i have them old archid you are big lier man!

 

and now you show me photo?

 

http://www.maxcheaters.com/forum/index.php?topic=133760.15

 

OMFG I EXPLAIND TO YOU 10 TIMES TILL NOW I DONT HAVE IT ON ARCHID!!! THE PATCH I FREAKING CREATED WAS FOR ARCHID. CUS A FRIEND OF MINE WANTED THAT CODE FOR ARCHID AND I MADE IT IN THERE CUS EVEN OTHER PPL WANT IT FULLY WORKING!

 

ARE YOU SO FREAKING DUMB?!?!

Posted

OMFG I EXPLAIND TO YOU 10 TIMES TILL NOW I DONT HAVE IT ON ARCHID!!! THE PATCH I FREAKING CREATED WAS FOR ARCHID. CUS A FRIEND OF MINE WANTED THAT CODE FOR ARCHID AND I MADE IT IN THERE CUS EVEN OTHER PPL WANT IT FULLY WORKING!

 

ARE YOU SO FREAKING DUMB?!?!

 

 

all  that is ok why you put... Quote from: Setekh on Today at 05:04:05 AM

Old archid:

Code:

Posted

 

all  that is ok why you put... Quote from: Setekh on Today at 05:04:05 AM

Old archid:

Code:

cus its for old archid rev 1600, now archid is at rev 2500+

Guest
This topic is now closed to further replies.


×
×
  • Create New...