Issue information

Issue ID
#5975
Status
Confirmed
Severity
Fair
Started
Hercules Elf Bot
Jun 9, 2012 19:42
Last Post
Mysterious
Jan 19, 2013 19:19
Confirmation
Yes (3)
No (0)

Hercules Elf Bot - Jun 9, 2012 19:42

Originally posted by [b]juniez[/b]
[url="http://irowiki.org/wiki/Clearance"]http://irowiki.org/wiki/Clearance[/url]
i cant clearance my party member

Hercules Elf Bot - Jun 9, 2012 22:12

Originally posted by [b]Xantara[/b]
[b]Confirmed[/b]; see red.

iRO:
[quote]Target = Mobs => Yes
Target = Enemy (Player) => No
Target = Party Member => Yes

*There has been some talk about Clearance working differently in WoE but some say it doesn't. So I'll leave this part as [i][b]"Needs More Info"[/b][/i].[/quote]

rAthena
[quote]Target = Mobs => Haven't tested...
Target = Enemy (Player) => [color=#B22222]Yes[/color]
Target = Party Member => [color=#b22222]No[/color][/quote]

This post has been edited by Xantara on Jun 9, 2012 22:13

Hercules Elf Bot - Jun 11, 2012 18:04

Originally posted by [b]Hamza221[/b]
Hi.
Clearance removes all buff and debuffs,curse of the party members only according to iro.. and monster targeted.. that what it intends to do.. basically..

currently it not casting clerance on self also..

Clerace doesnt traget enemys.. its just for party members and self

This post has been edited by Hamza221 on Jun 13, 2012 12:13

Hercules Elf Bot - Jun 17, 2012 2:28

Originally posted by [b]exneval[/b]
^
^
that's clear in what xantara writed, see red

This post has been edited by exneval on Jun 17, 2012 2:33

Hercules Elf Bot - Jun 17, 2012 6:05

Originally posted by [b]Xantara[/b]
[quote name='Hamza221' timestamp='1339437878' post='10391']
Hi.Clearance removes all buff and debuffs,curse of the party members only according to iro.. and monster targeted.. that what it intends to do.. basically..currently it not casting clerance on self also..Clerace doesnt traget enemys.. its just for party members and self
[/quote]
I don't believe you can cast Clearance on yourself [[url="http://forums.irowiki.org/showpost.php?p=1031311&postcount=3"]source[/url]]

Hercules Elf Bot - Jul 26, 2012 17:59

Originally posted by [b]RoninNL[/b]
I'm interested in knowing the current effects of Clearance. Could someone please provide me the official behaviour of this skill?

Hercules Elf Bot - Jul 26, 2012 18:15

Originally posted by [b]RoninNL[/b]
To eloborate a little bit more:

Fully debuffs selected party member or selected foe (monsters only) by chance.[list]
[*]Does not remove Divest (negative buff), Chemical Protects (positive buff), Masquerades (negative buff) and Soul Link (positive buff).
[*]Can remove some buffs that can't be removed by Sage's Dispell.
[/list] [list]
[*]Example: Enchant Deadly Poison (positive buff), Runes (positive buff) from a Rune Knight, Genetic's Mandragora Howling status (negative de-buff), Guillotine Cross' New Poisons (negative de-buff on enemies).
[/list] [list]
[*]Rogue Spirit (anti-Dispell effect) doesn't work against this skill although the Soul Link buff won't removed when this skill used to the target.
[/list]

----

I'm a bit confused on the logical part of this. It indicates to work as a debuff.. When it can only be used on party members (description relates Clearance to Dispell).

So basically what it does is when your party members are debuffed by enemies, you Dispell your partymembers completely, also taking away their own used buffs?

It also states that it can remove buffs which Dispell cannot but why would u relate to Dispell when Clearance is a partymember only buff? Clearance can dispell Enchant Deadly Poison, Runes, Mandragora and the new Glt cross poisons, which of some are buffs used directly by your party members forcing them to completely re-buff?

Has this skill been updated to be used against enemy players?

This post has been edited by RoninNL on Jul 26, 2012 21:44

Hercules Elf Bot - Aug 31, 2012 16:53

Originally posted by [b]Vali[/b]
+1

Hercules Elf Bot - Sep 13, 2012 8:24

Originally posted by [b]nanakiwurtz[/b]
Statuses that won't be removed by Clearance in skill.c:
- Divest:
[code]SC_STRIPWEAPON, SC_STRIPSHIELD, SC_STRIPARMOR, SC_STRIPHELM, SC__STRIPACCESSORY[/code]
- Chemical Protection:
[code]SC_CP_WEAPON, SC_CP_SHIELD, SC_CP_ARMOR, SC_CP_HELM[/code]
- Masquerades:
[code]SC__ENERVATION, SC__GROOMY, SC__IGNORANCE, SC__LAZINESS, SC__UNLUCKY, SC__WEAKNESS[/code]
- Soul Link:
[code]if((dstsd && (dstsd->class_&MAPID_UPPERMASK) == MAPID_SOUL_LINKER) || rnd()%100 >= 30 + 10 * skilllv)
{
if (sd)
clif_skill_fail(sd,skillid,USESKILL_FAIL_LEVEL,0);
break;
}[/code]

- About Rogue Spirit & Madogears from Sage's Dispell skill:
[code]if((dstsd && (dstsd->class_&MAPID_UPPERMASK) == MAPID_SOUL_LINKER)
|| (tsc && tsc->data[SC_SPIRIT] && tsc->data[SC_SPIRIT]->val2 == SL_ROGUE) //Rogue's spirit defends against dispel.
|| rnd()%100 >= 50+10*skilllv
|| ( tsc && tsc->option&OPTION_MADOGEAR ) )//Mado Gear is immune to dispell according to bug report 49 [Ind][/code]

- About casting Clearance/Dispell on self:
[code]if (sd)
clif_skill_fail(sd,skillid,USESKILL_FAIL_LEVEL,0);
break;[/code]

-Clearance on enemy:
I don't find any code about that.

[quote name='RoninNL' timestamp='1343326519' post='12524']So basically what it does is when your party members are debuffed by enemies, you Dispell your partymembers completely, also taking away their own used buffs?[/quote]
From what I learn, debuff means "taking away any existing buff" (it can be positive/negative buff).
So when I think of 'monster debuff' it means "a monster's skill that can clear a buff", it's not "a monster's skill that cause negative buff on you/party member". But I might be wrong too hehe.. :P

Hercules Elf Bot - Sep 22, 2012 5:28

Originally posted by [b]darristan[/b]
Aren't this skill suppose to work on enemy? What I heard from WarpPortal forum their AB build is to Clearance at enemy to remove their Angeling card effect too. (Forget the source, please search)

Hercules Elf Bot - Dec 10, 2012 12:13

Originally posted by [b]exneval[/b]
six months