miryongbum
°¡ÀÔÀÏ: 2004³â 01¿ù 20ÀÏ
°Ô½Ã¹°: 39
ÁÖ ¼Ò: /
|
±Û ÀÛ¼º½Ã°£ : 2005-12-26 ¿ù 5:53 am Á¦¸ñ: |
|
|
script/item/armor/Æú´õ¾È¿¡ ÀÖ´Â dragonÆú´õ¸¦ »èÁ¦ÇØÁֽðí
script/engines/craft/Æú´õ¾È¿¡ ÀÖ´Â defbalcksmithy.cs¿©¼Å¼
ÄÚµå :
#region Dragon Scale Armor
index = AddCraft( typeof( DragonGloves ), 1053114, 1029795, 68.9, 118.9, typeof( RedScales ), 1060883, 16, 1060884 );
SetUseSubRes2( index, true );
index = AddCraft( typeof( DragonHelm ), 1053114, 1029797, 72.6, 122.6, typeof( RedScales ), 1060883, 20, 1060884 );
SetUseSubRes2( index, true );
index = AddCraft( typeof( DragonLegs ), 1053114, 1029799, 78.8, 128.8, typeof( RedScales ), 1060883, 28, 1060884 );
SetUseSubRes2( index, true );
index = AddCraft( typeof( DragonArms ), 1053114, 1029815, 76.3, 126.3, typeof( RedScales ), 1060883, 24, 1060884 );
SetUseSubRes2( index, true );
index = AddCraft( typeof( DragonChest ), 1053114, 1029793, 85.0, 135.0, typeof( RedScales ), 1060883, 36, 1060884 );
SetUseSubRes2( index, true );
#endregion
±¸¹®À» »èÁ¦ÇØÁÖ¼¼¿ä.
±×·³ ¸»¾¸ÇϽе巡°ï¾Æ¸ÓÁ¾·ù°¡ »ç¶óÁý´Ï´Ù.
´Ù¸¥¾ÆÀÌÅÛµµ ¸¶Âù°¡Áö·Î ¸ÕÀú ¾ÆÀÌÅÛ ½ºÅ©¸³Æ®¸¦ »èÁ¦ÇÏ½Ã°í ¿¬µ¿½ºÅ©¸³À» »èÁ¦ÇØÁÖ½Ã¸é µË´Ï´Ù. |
|