Jump to content

RG Shield Spell Level 3

closed

Reapeddeamon
2012-06-07 17:02:10
Shield Spell Level 3 dont work like it should:

Spell effect 1 :[list]
[*]Self buff that increases EquipDEF by 10.5*(shield refine). Duration = (Shield Refine)*20 seconds
[*]This effect appears never if u cast cause of the entry in the skill.c Row 8007:
// Full protection. I need confirm what effect should be here. Moved to case 2 to until we got it.
[/list]

Spell effect 3 :[list]
[*]Self Buff that destroys the armor of any target hit with melee or ranged physical attacks Duration = (Shield Refine)*30 seconds
[*]This effect only has a duration of 30 secs even casted with a +20 Shield
[/list]

Source:
http://irowiki.org/wiki/Shield_Spell
skill.c (SVN vers. 16237 )

Xantara
2012-06-09 08:46:20
Confirmed.

Reporter switched the results of the effect, so to summarize:

Shield Spell Level 3:
[quote][B1] Self buff that increases EquipDEF by 10.5*(shield refine). Duration = (Shield Refine)*20 seconds[/quote]
rAthena's duration is incorrect.

[quote][B3] Self Buff that destroys the armor of any target hit with melee or ranged physical attacks. Duration = (Shield Refine)*30 seconds[/quote]
rAthena currently does not have this bonus implemented

Xantara
2012-06-09 21:32:18
Weird... o_o;;

I thought the bonuses would each have 33% chance of being selected. But, currently, there are different chance rates.

Skill level 1: B1 has 50%, B2 has 25%, B3 has 25%.
Skill level 2: B1 has 30%, B2 has 30%, B3 has 40%.
Skill level 3: B1 has 25%, B2 has 25%, B3 has 50%.

It all seems random to me but does someone have a source to say that those are the correct rates?

malufett
2012-06-10 03:50:19
[quote]Self Buff that destroys the armor of any target hit with melee or ranged physical attacks Duration = (Shield Refine)*30 seconds[/quote]

is this exist??? at the skill re-balance it doesn't have any info about this...

and according to it that each shield mdef, def, upgrade has a different effect...

Xantara
2012-06-10 06:12:44
[quote name='malufett' timestamp='1339300219' post='10336']
is this exist??? at the skill re-balance it doesn't have any info about this...and according to it that each shield mdef, def, upgrade has a different effect...
[/quote]
Hmm.. yea, the docs say that they are different. In any case, the whole skill should be looked over.

Additionally, I think the information is incomplete?
- What is the chance of which skill effect is chosen; skill effect 1, 2 or, 3 (as I mentioned in my last post - is it 33%, or?).
- And, when the skill effect is chosen, what is the success chance of it activating (unless it is 100%?).

malufett
2012-06-10 06:28:39
[quote]- What is the chance of which skill effect is chosen; skill effect 1, 2 or, 3 (as I mentioned in my last post - is it 33%, or?).[/quote]
the effect should have equal to each effects...because the chance of activation is based on user's shield therefore 33.3% should be implied...

[quote]- And, when the skill effect is chosen, what is the success chance of it activating (unless it is 100%?).[/quote]
already stated that it is depending on the shield status(mdef, def, ungrade)

Xantara
2012-06-10 07:03:58
[quote name='malufett' timestamp='1339309719' post='10345']
[quote]- And, when the skill effect is chosen, what is the success chance of it activating (unless it is 100%?).[/quote]already stated that it is depending on the shield status(mdef, def, ungrade)
[/quote]
Yes, I understand that which set of skill effects depends on the shield's status, but I was wondering on the success rate of the actual skill effect (as IRO noted that there was one for the pre-balance skill). Anyways, since I guess it implies the 33% chance, then it should be implying the 100% chance here as well.

Cyrix
2013-04-08 20:11:30
[color=rgb(40,40,40)] Spell effect 3 : [/color]
[list]
[*]Self Buff that destroys the armor of any target hit with melee or ranged physical attacks Duration = (Shield Refine)*30 seconds
[*]This effect only has a duration of 30 secs even casted with a +20 Shield
[/list]

Lilith
2013-11-24 17:31:09
Fixed in 'fff0437'

Phenex
2013-11-25 05:22:42
Error when recompiling:


itemdb.c: In function ‘itemdb_parse_dbrow’:
itemdb.c:1083: error: ‘EQP_SHADOW_GEAR’ undeclared (first use in this function)
itemdb.c:1083: error: (Each undeclared identifier is reported only once
itemdb.c:1083: error: for each function it appears in.)


Lilith
2013-11-26 05:08:36
i think u missed this line in pc.h
https://github.com/rathena/rathena/commit/fff0437#diff-976204b4b34ff50a86e33e8ed71f9668L668

Phenex
2013-11-26 12:45:49
My bad, thank you!
×
×
  • Create New...