Issue information

Issue ID
#4442
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 18, 2010 9:14
Last Post
Hercules Elf Bot
Dec 13, 2011 21:31
Confirmation
N/A

Hercules Elf Bot - Sep 18, 2010 9:14

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

the original item_db.sql

REPLACE INTO `item_db` VALUES (12323,'N_Fly_Wing','Novice Fly Wing',11,1,NULL,50,NULL,NULL,NULL,NULL,0xFFFFFFFF,7,2,NULL,NULL,NULL,NULL,NULL,'itemskill \"AL_TELEPORT\",1;',NULL,NULL);
REPLACE INTO `item_db` VALUES (12324,'N_Butterfly_Wing','Novice Butterfly Wing',11,1,NULL,50,NULL,NULL,NULL,NULL,0xFFFFFFFF,7,2,NULL,NULL,NULL,NULL,NULL,'itemskill \"AL_TELEPORT\",3;',NULL,NULL);

or txt.

12323,N_Fly_Wing,Novice Fly Wing,11,1,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "AL_TELEPORT",1; },{},{}
12324,N_Butterfly_Wing,Novice Butterfly Wing,11,1,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "AL_TELEPORT",3; },{},{}

Official screen mi first job test in paradise group...for examble Novice Butterfly...

Weight == 0

(IMG:http://i22.photobucket.com/albums/b307/marietaaa/Proyectos_ZIU/flywingsnovicerenewal.jpg)

Original tranaslate iRO Renewal Test:

CODE
12323#
An enchanted fly's wing that instantly sends its user to a random spot when waved in the air. ^000088Instant teleport.^000000
^ffffff_^000000
Weight : ^7777770^000000
#

12324#
An enchanted butterfly's wing that instantly sends its user to their Save Point when waved in the air. ^000088Instant teleport to character's Save Point.^000000
^ffffff_^000000
Weight : ^7777770^000000
#


Change to:

sql

REPLACE INTO `item_db` VALUES (12323,'N_Fly_Wing','Novice Fly Wing',11,1,NULL,0,NULL,NULL,NULL,NULL,0xFFFFFFFF,7,2,NULL,NULL,NULL,NULL,NULL,'itemskill \"AL_TELEPORT\",1;',NULL,NULL);
REPLACE INTO `item_db` VALUES (12324,'N_Butterfly_Wing','Novice Butterfly Wing',11,1,NULL,0,NULL,NULL,NULL,NULL,0xFFFFFFFF,7,2,NULL,NULL,NULL,NULL,NULL,'itemskill \"AL_TELEPORT\",3;',NULL,NULL);

or txt

12323,N_Fly_Wing,Novice Fly Wing,11,1,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "AL_TELEPORT",1; },{},{}
12324,N_Butterfly_Wing,Novice Butterfly Wing,11,1,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "AL_TELEPORT",3; },{},{}