L2JLisvus

Would you like to react to this message? Create an account in a few clicks or log in to continue.

5 posters

    prevent summoning pets while in combat

    Karakan
    Karakan


    Posts : 756
    Join date : 2013-10-04

    prevent summoning pets while in combat Empty prevent summoning pets while in combat

    Post  Karakan 3rd August 2014, 12:45

    Is this really retail like ?

    That last server update which "Added checks to prevent summoning pets while in combat" is making impossible for necromancer class to summon at all - necro needs corpse to summon which means he needs to be in combat to kill creep to summon from.


    ATM someone else has to kill a mob so the necro can summon.
    DnR
    DnR
    Admin
    Admin


    Posts : 1476
    Join date : 2012-12-03
    Age : 34

    prevent summoning pets while in combat Empty Re: prevent summoning pets while in combat

    Post  DnR 17th August 2014, 17:06

    I know, but we need proper information about this.
    That's all i have for now. Players cannot summon during combat.
    avatar
    fissban


    Posts : 83
    Join date : 2013-12-10

    prevent summoning pets while in combat Empty Re: prevent summoning pets while in combat

    Post  fissban 20th August 2014, 06:25

    Karakan wrote:Is this really retail like ?

    That last server update which "Added checks to prevent summoning pets while in combat" is making impossible for necromancer class to summon at all - necro needs corpse to summon which means he needs to be in combat to kill creep to summon from.


    ATM someone else has to kill a mob so the necro can summon.

    its not retail like
    avatar
    kallone


    Posts : 73
    Join date : 2013-05-27
    Age : 32
    Location : http://l2destruction.com/

    prevent summoning pets while in combat Empty Re: prevent summoning pets while in combat

    Post  kallone 20th August 2014, 15:51

    fissban wrote:
    Karakan wrote:Is this really retail like ?

    That last server update which "Added checks to prevent summoning pets while in combat" is making impossible for necromancer class to summon at all - necro needs corpse to summon which means he needs to be in combat to kill creep to summon from.


    ATM someone else has to kill a mob so the necro can summon.

    its not retail like



    I have a online server with revision 503 all this seems perfect, but the error on some things over most works have an average of 60 + online Daily!
    About ssummoning everything is perfect in my opinion!
    avatar
    fissban


    Posts : 83
    Join date : 2013-12-10

    prevent summoning pets while in combat Empty Re: prevent summoning pets while in combat

    Post  fissban 21st August 2014, 05:59

    should be able to get the necromancer summon dead mob or even on a dead summon in combat and if so this may not be possible, which leads me to the conclusion that a necro skill can not be used.

    officials have to say that as you have is the correct way?

    -----------------------------------------------------------

    el necromancer debería poder sacar summon de mob muerto o incluso sobre un summon muerto y si esta en modo combate esto no puede ser posible, lo que me lleva a la conclusión de que un skill del necro no puede ser utilizado.

    tienen fuentes oficiales para decir que como lo tienen ustedes es la forma correcta?
    yusuketh
    yusuketh


    Posts : 58
    Join date : 2013-07-12

    prevent summoning pets while in combat Empty Re: prevent summoning pets while in combat

    Post  yusuketh 21st August 2014, 15:24

    is not only the necro, all classes that have a summon should summon them in combat, have you ever seen a warlock expect out of pvp mode to summon a new cat, the dark avenger summons the panther in the middle of combat when she dies.
    avatar
    fissban


    Posts : 83
    Join date : 2013-12-10

    prevent summoning pets while in combat Empty Re: prevent summoning pets while in combat

    Post  fissban 21st August 2014, 16:57

    It is very easy to change or fix this, if you want I can pass on the fix
    Karakan
    Karakan


    Posts : 756
    Join date : 2013-10-04

    prevent summoning pets while in combat Empty Re: prevent summoning pets while in combat

    Post  Karakan 23rd August 2014, 11:11

    It is very easy to change or fix this, if you want I can pass on the fix

    Yes please.That would be very kind of you. Wink


    I played a summoner class back on c3. (barely remember^^)
    But never saw a message saying "You cannot summon during combat."

    Maybe it was only during PvP.
    But for sure not during PvE.

    With this restriction the skill gets useless ...more or less.

    Regards
    avatar
    fissban


    Posts : 83
    Join date : 2013-12-10

    prevent summoning pets while in combat Empty Re: prevent summoning pets while in combat

    Post  fissban 25th August 2014, 01:53

    /C4_GameServer/java/net/sf/l2j/gameserver/model/skills/l2skills/L2SkillSummon.java

    delete ==>> player.isInCombat()

    in my own work as I have so
    Code:
                if (player.isAttackingNow() || player.isCastingNow())
                {
                   player.sendPacket(SystemMessage.YOU_CANNOT_SUMMON_IN_COMBAT);
                   return false;
                }
    DnR
    DnR
    Admin
    Admin


    Posts : 1476
    Join date : 2012-12-03
    Age : 34

    prevent summoning pets while in combat Empty Re: prevent summoning pets while in combat

    Post  DnR 26th August 2014, 14:48

    kallone wrote:
    I have a online server with revision 503 all this seems perfect, but the error on some things over most works have an average of 60 + online Daily!
    About ssummoning everything is perfect in my opinion!

    Is your Gameserver console filled with 60+ errors daily?
    Unless nothing is reported, i cannot do a damned thing.

    Karakan wrote:I played a summoner class back on c3. (barely remember^^)
    But never saw a message saying "You cannot summon during combat."

    Maybe it was only during PvP.
    But for sure not during PvE.

    With this restriction the skill gets useless ...more or less.

    Regards

    Given that, i'm going to reconsider and correct summon function at next revision.
    Case closed. Smile

    Sponsored content


    prevent summoning pets while in combat Empty Re: prevent summoning pets while in combat

    Post  Sponsored content


      Current date/time is 16th October 2024, 23:54