Issue Information
-
#007050
-
0 - None Assigned
-
Unable To Reproduce
Issue Confirmations
-
Yes (1)No (0)
Clearance not working as it should.
On iro clearance works like this:
You can cast clearance on yourself and party members and mobs.
You can't cast clearance on other players. All players that are not in party should make miss the skills.
And the formula should be
instead of
Thanks to fixing this =)
On iro clearance works like this:
You can cast clearance on yourself and party members and mobs.
You can't cast clearance on other players. All players that are not in party should make miss the skills.
And the formula should be
rnd()%100 >= 60 + 8 * skill_lv
instead of
rnd()%100 >= 30 + 10 * skill_lv
Thanks to fixing this =)
changed status to: Needs More Info
thank you for reporting
need confirmation and/or source
need confirmation and/or source
http://irowiki.org/wiki/Clearance update 4 december 2012
https://docs.google....pykuOjCd9uaCFFs
http://forums.irowik...ead.php?t=81143
They say that you can't cast on yourself but I can do it
This is my ab on iro. I can't make a video sorry.
https://docs.google....pykuOjCd9uaCFFs
http://forums.irowik...ead.php?t=81143
They say that you can't cast on yourself but I can do it
This is my ab on iro. I can't make a video sorry.
changed status to: Confirmed
thank you for taking the time to detail further. I'll accept the information provided as legit. working on the fix
Thank you very much =)
I take less time than you for all the works you did on this project. Really big thanks <3
I take less time than you for all the works you did on this project. Really big thanks <3
would it be correct to assume it doesn't clear status on boss monsters?
by the way how is it supposed to affect monsters?
you can use the skill on boss
you just need to target the mob and use /noshift or shift click on the mob/boss just like heal
you just need to target the mob and use /noshift or shift click on the mob/boss just like heal
then how is it supposed to affect party members? I thought clearance was like magnificatyou can use the skill on boss
you just need to target the mob and use /noshift or shift click on the mob/boss just like heal
nope clearance it a select target skill this part is already good.
it's like AB_CHEAL with party..then how is it supposed to affect party members? I thought clearance was like magnificat
nope it's a one target skill
this is confusing, which information is correct?
it's like AB_CHEAL with party..
then how is it supposed to affect party members? I thought clearance was like magnificat
nope it's a one target skill
maybe just leave it to me since one of my up coming commits are related to this...I'll just wait our midterm pass by..this is confusing, which information is correct?
Alright :3
Up~
@kyeme, this is not fixed yet? I think I fix it on the big update
This is not yet fixed.@kyeme, this is not fixed yet? I think I fix it on the big update
Confirming that this is not yet fix.
I was confused by the whole descriptions too. iROwiki also says it only removes the status changes listed there and no others, but in the source code it's coded basically like dispell. On official forums you can see people saying it's just a stronger dispell too.