Issue information

Issue ID
#6135
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 29, 2012 5:12
Last Post
Hercules Elf Bot
Jun 29, 2012 7:06
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Jun 29, 2012 5:12

Originally posted by [b]v00m3r[/b]
i did not edit anything on skills. but when i use EDP. nothing happens.. no buff and the poison_bottle is not consume..

Hercules Elf Bot - Jun 29, 2012 5:54

Originally posted by [b]dastgirpojee[/b]
Same Problem Here, Using the latest rathena.

Hercules Elf Bot - Jun 29, 2012 6:14

Originally posted by [b]dastgirpojee[/b]
Remove
[CODE]line 3376: case ASC_EDP:[color=#000000][font=monospace][size=2][background=rgb(221, 255, 221)] [/background][/size][/font][/color][/CODE]
Add
[CODE]
case ASC_EDP:
clif_skill_nodamage(src,bl,skillid,skilllv,
sc_start(bl,type,100,skilllv,skill_get_time(skillid,skilllv) + ( sd ? 3000 * pc_checkskill(sd,GC_RESEARCHNEWPOISON) : 0 )));
break;
[/CODE]
Before
[CODE]
[color=#000000][font=monospace][size=2]case AL_INCAGI:[/size][/font][/color]
[color=#000000][font=monospace][size=2]case AL_BLESSING:[/size][/font][/color][color=#000000][font=monospace][size=2] [/size][/font][/color]
[/CODE]
Line 5074

Hercules Elf Bot - Jun 29, 2012 7:06

Originally posted by [b]malufett[/b]
Fixed @ [rev='16354']