-->
:: RunUo.Korean.Forum > Mobiles
¹®¼­ÁÖ¼Ò : http://runuo.co.kr/forum/viewtopic.php?t=1118

¡Ø TOPIC TITLE : ¸ðµç Äɸ¯ÅÍÀÇ ½ºÅÝÀ» Çѹø¿¡ ¹Ù²Ù´Â ½ºÅ©¸³


Á¦  ¸ñ : ¸ðµç Äɸ¯ÅÍÀÇ ½ºÅÝÀ» Çѹø¿¡ ¹Ù²Ù´Â ½ºÅ©¸³
¾ÆÀ̵ð: c1dong8 - 2005-06-09 ¸ñ 5:39 pm
ÄÚµå : 

using System;
using Server;
using Server.Mobiles;

namespace Server
{
   public class AllMobille
   {
      public static void Initialize() //¼­¹ö ºÎÆÃ½Ã ´Ü Çѹø ½ÇÇà. ¸í·É¾î¸¦ µî·ÏÇÕ´Ï´Ù.
      {
         Server.Commands.Register("AM",AccessLevel.Administrator,new CommandEventHandler( AMs) );
      }
      
      public static void AMs( CommandEventArgs e)
      {
         foreach( Mobile m in World.Mobiles.Values )
         {
            if( m != null )
            {
               if( m is PlayerMobile )
               {
                  m.Dex = 100;
               }
            }
         }
      }
   }
}


Å×½ºÆ® ¿ëÀ¸·Î ¹ÎøÀ» 100À¸·Î ¸¸µé¾î ÁÜ´Ï´Ù ¤Ñ,.¤Ñ;
¸í·ÉÀº [am

»ç¿ë¹ý
¼­¹ö۱âÀü¿¡ m.Dex = 100; ¿ä³»¿ëÀÌ ÀÖ´Â if¹®¿¡ ¿øÇÏ´Â Äڵ带 ³Ö½À´Ï´Ù.
¼­¹öµé¾î°¡¼­ ¹Ù²Ü¼ö ÀÖ°Ô ÇØº¼±îÇߴµ¥......±ÍÂ÷´ÏÁòÀÌ ¤»¤»¤»¤»
À߸¸ »ç¿ëÇÏ¸é ½ºÅ³µµ º¯°æÇÒ¼ö ÀÖ½À´Ï´Ù.
Á¦  ¸ñ : ¾Æ.....
¾ÆÀ̵ð: c1dong8 - 2005-06-09 ¸ñ 8:27 pm
¾ÆÀÌÅÆ°°Àº°Íµµ °¡´ÉÇÔ´Ï´Ù.
¸ðºô¿¡¼­ ÇÒ¼ö ÀÖ´Â ´ëºÎºÐÀÇ ÇൿÀÌ °¡´ÉÇÒµí;;