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 =)