Jump to content

Ovenuç®

Members
  • Posts

    533
  • Credits

  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Ovenuç®

  1. and ur skill buff boolean loop skip, is more then useful huh? XD

     

    Title fixed.

     

    And ty for the kind comments guys i appreciate it.

     

    @MD i can make some easy checks to see if the character is a bot or not :P (checking time spent in game, lvl, pvps, pks and such :P )

     

    actually for me this code is useless but i say good job... read before..

  2. he wasn't talking for bugs in game or code. just for gameplay.

    ppl are bored of famring all day long in mos or pi for example.

    a reward on siege + a reward on oly makes the game more comfortable, more attractive, less bored, more active, chances to get items or w/e is same for all ..... etc etc

     

     

    lets write another l2 game play :D

  3. I will set the following example in order to make it as much representative as possible:

    I am a leader of a clan and I have a siege today!The siege is really easy 'coz the opponent clan is inactive/noobish!

    I make a bunch of bots,invite them in the clan and leave them online somewhere hidden.Once I'll win the siege they will all get awarded and I will have a bugged award!

     

     

    w/e is easy to fix that code btw about the bugs

     

    but for me this code  is useless, w/e nice job seth

  4. show me the topic and when i report u.. u come with hotelroom and u say stupid things too and flames so?

     

    yeah..

    Setekh leave him he dont understand he makes ''idiot'' reports.

  5. 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:

  6. hmm -1 karma i think is from ovenus because he is a cryer..when i reported them he came wiuth hotelrool and flame me..now he gives -1 karma without saying something? w0w

     

    you Start flame you say i say stupid things men.,.

  7. 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

  8. no i didnt say its in old archid i sayd ITS FOR ARCHID and FOR L2J SERVER i made two patches using eclipse i did not commit anything on the svn and did not leach your simple boolean check!

     

    You made that code no one sayd you leached it or anything its ur booleans you made them i just edited the boolean method in a way that it blocks only buffs thats all.

     

    I locked that topic to prevent spam.. calm down and ill unlock it later..

     

    Chill lol

     

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

  9. dude calm down and explain whats wrong with the code

     

    you say this is in old archid... and i say you show me your commit in old assembla, i can proove that many people have the old archid,

    later you say "Edit i didnt commit this patch!" and how i take that -beep-ing code?

     

    explain me..

     

    i want to Clean my topic and unlock them!

×
×
  • Create New...