Jump to content
  • 0

bNoCastCancel dont work


FePa

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/07/18
  • Last Seen:  

Hello
I have a problem with bNoCastCancel.
When the player takes a physical hit, the cast does not cancel, but when cast any skill he targets, his cast is canceled.

 

2365,Orleans_Gown,Orleans's Gown,4,20,,300,,2,,1,0xFFFFFFFE,2,2,16,,55,1,0,{ bonus bNoCastCancel,0; bonus bCastrate,15; },{},{}

 

Help me please

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   19
  • Joined:  10/27/12
  • Last Seen:  

When the player takes a physical hit, the cast does not cancel << Scenario 1
Explanation from:: 
1.  item bonus .txt

bonus bNoCastCancel,`n`;            | Prevents casting from being interrupted when hit (does not work in GvG | `n` is meaningless)

2.       Iteminfo.lua/iteminfo.lub

             item description...2365
            "Enables skill cast cannot be interrupted (except during WoE).",

Conclusion:  It works exactly the way it should be...

 

but when cast any skill he targets, his cast is canceled << What is this mean??  << Scenario 2

Q. > single targeting skill if performed, gets canceled automatically or it block the spell from being casted???

or you are trying to create new item bonus

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/07/18
  • Last Seen:  

 

1 hora atrás, utofaery disse:

Q.> habilidade de segmentação única se executada, cancelada automaticamente ou bloquear a magia de ser conjurada ???

ou você está tentando criar um novo bônus de item

 

 

quando o jogador A está lançando uma habilidade e o jogador B causa dano físico ao jogador A, a habilidade que está sendo lançada não é cancelada, mas se o jogador B conjurar alguma habilidade no jogador A, o elenco do jogador A é cancelado.

 

If player B casts any spell on Player A, even "agi up", cancels the cast of player A

Edited by FePa
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   19
  • Joined:  10/27/12
  • Last Seen:  

5 hours ago, FePa said:

If player B casts any spell on Player A, even "agi up", cancels the cast of player A

If I do understand you correctly, what you want should have everything to do with source edit.

something to do with golden bug card which ( nullify spells ),  but even golden bug card don't even cancel casting of spell but only nullify spell effect or damage.

 

I began to wonder what @FePa are asking  are not "Prevents casting from being interrupted " 

but deny spell casting if Player has the itembonus equipped.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/07/18
  • Last Seen:  

6 hours ago, utofaery said:

I began to wonder what @FePa are asking  are not "Prevents casting from being interrupted " 

but deny spell casting if Player has the itembonus equipped.

I understand that some spells must cancel the cast, but spells like "heal" or "increase agility" are also casting cast.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   19
  • Joined:  10/27/12
  • Last Seen:  

1.
Heal <<== should be instant

increase agility << == should always has cast time unless pre-re instant cast dex >= 150

 

2.

unless you want to change "increase agility" to have no cast time in Renewal 

you gonna have to look into these files:

"skill_cast_db"

"skill_castnodex_db"

and etc file inside db folder start with filename "skill"

 

Edited by utofaery
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/07/18
  • Last Seen:  

 

when player A is casting a skill and player B causes physical damage to player A, the skill being cast is not canceled, but if player B conjures up some skill on player A, player A cast is canceled.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   19
  • Joined:  10/27/12
  • Last Seen:  

9 hours ago, FePa said:

case 1. when player A is casting a skill and player B causes physical damage to player A, the skill being cast is not canceled,

case 2. but if player B conjures up some skill on player A, player A cast is canceled.

case 1:

is correct only if you have item with the itembonus script equipped with 

bNoCastCancel << this is correct if you have it as card or equips 

and "equipped" when casting the skill / spell.

 

case 2:

there is already a skill for that 

    Id: 277
    Name: "SA_SPELLBREAKER"
    Description: "Spell Breaker"
    Id: 89
    Name: "WZ_STORMGUST"
    Description: "Storm Gust"

sage / professor has this skill all along test it as player B on player A then you know...

Player A : wizard casting WZ_STORMGUST on player B

Player B : sage / professor use SA_SPELLBREAKER on player A.

bam player A stop casting WZ_STORMGUST

this is the same as case 2 of what you said.

unless you didn't do the test...  

which is not of anything anyone could tell inform help or anything for you...

 

Edited by utofaery
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/07/18
  • Last Seen:  

 

Maybe he could not explain the problem. This is what I recorded this video.

Edited by FePa
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   19
  • Joined:  10/27/12
  • Last Seen:  

Ok so did he change anything in source since normally this would not happen or occur..

1.  item 2365 is working correctly in the last half part of that video.

2.  is that the skill that interrupt asura?  I heard star gladiator or something can block asura or somehow.

but breaking asura cast in that video resulting in heal casted on enemy which is abnormal.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/07/18
  • Last Seen:  

3 hours ago, utofaery said:

Ok, ele mudou alguma coisa na fonte, já que normalmente isso não aconteceria ou ocorreria.

 

no chance in source

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...