RunUo.Korean.Forum RunUo.Korean.Forum
RunUo(·±À¯¿À)¿¡ °üÇÑ Çѱ¹ Æ÷·³ »çÀÌÆ®
 

Èú Æ÷¼Ç ¸¶½Ç½Ã µô·¹ÀÌ ÁÙÀ̱âÀ§Çؼ­...
Click here to go to the original topic

 
       RunUo.Korean.Forum -> About RunUo
ÀÌÀü ±Û :: ´ÙÀ½ ±Û  
±Û ¾´ÀÌ ¸Þ¼¼Áö ³»¿ë
GangPung



°¡ÀÔÀÏ: 2003³â 12¿ù 22ÀÏ
°Ô½Ã¹°: 322
ÁÖ ¼Ò: ´ëÇѹα¹

±Û ÀÛ¼º½Ã°£ : 2003-12-31 ¼ö 3:30 pm    Á¦¸ñ: Èú Æ÷¼Ç ¸¶½Ç½Ã µô·¹ÀÌ ÁÙÀ̱âÀ§Çؼ­...  

Scripts\Items\Skill Items\Magical\Potions\Heal Potions\BaseHealPotion.cs

¶óÀÎ 60
ÄÚµå : 
                  Timer.DelayCall( TimeSpan.FromSeconds( 10.0 ), new TimerStateCallback( ReleaseHealLock ), from );

À§ÀÇ TimeSpan.FromSeconds( 10.0 )¸¦ ¼öÁ¤ÇϽøéµË´Ï´Ù.
´Ù¸¥ Æ÷¼Ç¿¡ ´ëÇØ¼­´Â µüÈ÷ µô·¹À̸¦ ÁÙÀÏ°Ô ¾ø¾î¼­ Èú Æ÷¼Ç¿¡ ´ëÇØ¼­¸¸ ¸»¾¸µå¸³´Ï´Ù. ±âº» °ªÀº 10ÃÊÀÔ´Ï´Ù.
¸Ç À§·Î °¡±â  
GangPung



°¡ÀÔÀÏ: 2003³â 12¿ù 22ÀÏ
°Ô½Ã¹°: 322
ÁÖ ¼Ò: ´ëÇѹα¹

±Û ÀÛ¼º½Ã°£ : 2004-01-06 È­ 8:44 pm    Á¦¸ñ: ¹«±â ÀåÂø½Ã Æ÷¼Ç ¸¶½Ç·Á¸é....  

¹«±â¸¦ Âø¿ëÇÏ°íµµ Æ÷¼Ç ¸¶½Ç·Á¸é.... (Á¤»óÀûÀ¸·Î´Â Æ÷¼ÇÀ» ¸¶½Ç¶© ¾ç¼ÕÀÌ ºó¼ÕÀÌ¿©¾ßÇÕ´Ï´Ù.)
Scripts\Items\Skill Items\Magical\Potions\BasePotion.cs

¶óÀÎ 74
ÄÚµå : 
      public override void OnDoubleClick( Mobile from )
      {
         if ( !Movable )
            return;

         if ( from.InRange( this.GetWorldLocation(), 1 ) )
         {
            if ( !RequireFreeHand || HasFreeHand( from ) )
               Drink( from );
            else
               from.SendLocalizedMessage( 502172 ); // You must have a free hand to drink a potion.
         }
         else
         {
            from.SendLocalizedMessage( 502138 ); // That is too far away for you to use
         }
      }


À§ ºÎºÐÁß¿¡¼­
if ( !RequireFreeHand || HasFreeHand( from ) ) ÀÌÇϺκÐÀ»
¾Æ·¡¿Í °°ÀÌ ÁÖ¼®Ã³¸®¸¦ ÇØÁÖ¼¼¿ä.
ÄÚµå : 
//            if ( !RequireFreeHand || HasFreeHand( from ) )
               Drink( from );
//            else
//                           from.SendLocalizedMessage( 502172 ); // You must have a free hand to drink a potion.
¸Ç À§·Î °¡±â  
 
       RunUo.Korean.Forum -> About RunUo
ÇöÀçÆäÀÌÁö : 1/1


Powered by phpBB Search Engine Indexer
Powered by phpBB © 2001, 2002 phpBB Group