Issue information

Issue ID
#6636
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 6, 2012 23:10
Last Post
Mysterious
Jan 19, 2013 23:49
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Sep 6, 2012 23:10

Originally posted by [b]michieru[/b]
White Imprison

Skill re-use Delay: 4 seconds [color=#006400](looks good)[/color]
Duration: On Players, (4 + 2 * Skill Level), reduced by stat (requires formula)
On Monsters, 15 second - {[Monster’s VIT + LUK] / 20} = duration [color=#ff0000](Not see the formula)[/color]
Global Skill Delay: None [color=#006400](looks good)[/color]
Success Chance: On self, 100% [color=#ff0000](Not working)[/color]
On Monsters, (40 + 10 * Skill Level) % [color=#ff0000](at lvl 5 it should be 90% but when I try 20 time it's about 50%)[/color]
On Players, (20 + 10 * Skill Level) % [color=#ff0000](Same problem here)[/color]
White imprison can only be used to imprison (White Imprison Skill Level) targets at a time.

Hercules Elf Bot - Sep 7, 2012 3:30

Originally posted by [b]kyeme[/b]
[quote]On Players, (20 + 10 * Skill Level) % [color=#ff0000](Same problem here)[/color][/quote]
Low chance on my server :(

Hercules Elf Bot - Sep 11, 2012 7:20

Originally posted by [b]michieru[/b]
bump =)

Hercules Elf Bot - Sep 13, 2012 15:38

Originally posted by [b]malufett[/b]
[quote][color=#282828][font=helvetica, arial, sans-serif][size=3]On Monsters, 15 second - {[Monster’s VIT + LUK] / 20} = duration [/size][/font][/color][color=#FF0000][font=helvetica, arial, sans-serif][size=3](Not see the formula)[/size][/font][/color][/quote]
@status.c[CODE]tick -= (status->vit + status->luk) / 20 * 1000;[/CODE]
[quote][color=#282828][font=helvetica, arial, sans-serif][size=3]Success Chance: On self, 100% [/size][/font][/color][color=#FF0000][font=helvetica, arial, sans-serif][size=3](Not working)[/size][/font][/color]
[color=#282828][font=helvetica, arial, sans-serif][size=3]On Monsters, (40 + 10 * Skill Level) % [/size][/font][/color][color=#FF0000][font=helvetica, arial, sans-serif][size=3](at lvl 5 it should be 90% but when I try 20 time it's about 50%)[/size][/font][/color]
[color=#282828][font=helvetica, arial, sans-serif][size=3]On Players, (20 + 10 * Skill Level) % [/size][/font][/color][color=#FF0000][font=helvetica, arial, sans-serif][size=3](Same problem here)[/size][/font][/color]
[/quote]
Confirmed..I forgot to change rate to duration...sorry :)

:meow:

Hercules Elf Bot - Sep 13, 2012 16:16

Originally posted by [b]malufett[/b]
Fixed @ [rev='16776']
:meow: