From 787638a2dbf76c57154b94f8e3fb2d758bee486c Mon Sep 17 00:00:00 2001 From: Playtester Date: Mon, 20 Nov 2006 17:11:37 +0000 Subject: Flywing and Butterfly Wing will now use the teleport skill git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9274 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 1 + db/item_db.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/db/Changelog.txt b/db/Changelog.txt index 11f2ba6c1..d21eb132d 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,7 @@ ======================== 11/20 + * Flywing and Butterfly Wing will now use the teleport skill [Playtester] * Official skills for Breeze and Plasma [Playtester] * Official X.4 skills thanks to Tharis [Playtester] - also set MVP skills to MVP skill level diff --git a/db/item_db.txt b/db/item_db.txt index be655266b..6d100ed19 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -93,8 +93,8 @@ 589,Pizza,Pizza,0,,10,150,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(45,64),0; },{},{} // Usable Items //=================================================================== -601,Wing_Of_Fly,Fly Wing,2,60,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ warp "Random",0,0; },{},{} -602,Wing_Of_Butterfly,Butterfly Wing,2,300,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ warp "SavePoint",0,0; },{},{} +601,Wing_Of_Fly,Fly Wing,11,60,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill 26,1,""; },{},{} +602,Wing_Of_Butterfly,Butterfly Wing,11,300,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill 26,2,""; },{},{} 603,Old_Blue_Box,Old Blue Box,2,10000,,200,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem groupranditem(IG_BlueBox),1; },{},{} 604,Branch_Of_Dead_Tree,Dead Branch,2,50,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ monster "this",-1,-1,"--ja--",-1,1,""; },{},{} 605,Anodyne,Anodyne,0,2000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_ENDURE,10000,1; },{},{} -- cgit v1.2.3-70-g09d2