First Cicle [2]
![First Cicle [2] First Cicle [2]](images/magic/12.gif)
°¡ÀÔÀÏ: 2005³â 06¿ù 15ÀÏ °Ô½Ã¹°: 4
|
Á¦°¡ RunUO¸¦ Á» ¸¸Áö´Ùº¸´Ï ¾î¶² ¾ÆÀÌÅÛÀ̵ç, ¾î¶² ½ºÅ³À̵ç, ¿øÃµºÀ¼â¶õ°Ç ¾ø´Â°Í °°´õ±º¿ä... ÀÖÀ¸¸é ÁÁÀ»°Í °°Àºµ¥....
¿¹¸¦µé¾î Discordance ½ºÅ³À» ¾ø¾Ö·Á°í Çϸé.. Discordance ½ºÅ³ ÃÖ´ë°ªÀ» 0À¸·Î ÇÑ´Ù´øÁö......
·éºÏÀ» ¾ø¾Ö·Á°í Çϸé..... ·éºÏÀÇ Á¦ÀÛ¿¡ °ü·ÃµÈ NPC, ¾ÆÀÌÅÛÀ» ¾ø¾Ö´øÁö.... ÀÌ·¸°Ô ÇÏ´øµ¥..
Á¤³ç ¾ÆÀÌÅÛ ÀÚü¸¦ ¾ø¾Ù ¹æ¹ýÀº ¾ø½À´Ï±î?
µå·¡°ï °©¿Ê ÀÌ·±°Å Á» ¾ø¾Ö¹ö¸®°í ½ÍÀºµ¥ -_-
|
|
Third Cicle [1]
![Third Cicle [1] Third Cicle [1]](images/magic/31.gif)
°¡ÀÔÀÏ: 2004³â 01¿ù 20ÀÏ °Ô½Ã¹°: 39 ÁÖ ¼Ò: /
|
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
|
±¸¹®À» »èÁ¦ÇØÁÖ¼¼¿ä.
±×·³ ¸»¾¸ÇϽе巡°ï¾Æ¸ÓÁ¾·ù°¡ »ç¶óÁý´Ï´Ù.
´Ù¸¥¾ÆÀÌÅÛµµ ¸¶Âù°¡Áö·Î ¸ÕÀú ¾ÆÀÌÅÛ ½ºÅ©¸³Æ®¸¦ »èÁ¦ÇÏ½Ã°í ¿¬µ¿½ºÅ©¸³À» »èÁ¦ÇØÁÖ½Ã¸é µË´Ï´Ù.
|
|