Issue information

Issue ID
#3208
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 7, 2009 17:48
Last Post
Hercules Elf Bot
Mar 5, 2012 14:14
Confirmation
N/A

Hercules Elf Bot - Jun 7, 2009 17:48

Originally posted by [b]Jobbie[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3208

A minor update to items Speed_Up_Potion, Inspector_Certificate and Inspector_Certificate_.
As I check the items script, it uses both a special_effect2. I wonder why does it uses that special_effect2 even though without that the item will still show its effect. So in conclusion special_effect2 must be removed, or shall we say the item should have a clean up.

FIXES:
CODE
662,Inspector_Certificate,Authoritative Badge,2,1450,,30,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_SpeedUp0,180000,0; },{},{}

12016,Speed_Up_Potion,Speed Potion,0,2,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_SpeedUp1,5000,0; },{},{}

12262,Inspector_Certificate_,Authoritative Badge,2,0,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_SpeedUp0,180000,0; },{},{}


NOTE: Speed Potion has no effect same to Authorative Badge in official server.

That's all what I got for a minor update in item_db. (IMG:style_emoticons/default/biggrin.gif)

This post has been edited by GMJobbie: Jun 7 2009, 10:50 AM