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

¸ðµç Äɸ¯ÅÍÀÇ ½ºÅÝÀ» Çѹø¿¡ ¹Ù²Ù´Â ½ºÅ©¸³
Click here to go to the original topic

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



°¡ÀÔÀÏ: 2004³â 01¿ù 26ÀÏ
°Ô½Ã¹°: 446

±Û ÀÛ¼º½Ã°£ : 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



°¡ÀÔÀÏ: 2004³â 01¿ù 26ÀÏ
°Ô½Ã¹°: 446

±Û ÀÛ¼º½Ã°£ : 2005-06-09 ¸ñ 8:27 pm    Á¦¸ñ: ¾Æ.....  

¾ÆÀÌÅÆ°°Àº°Íµµ °¡´ÉÇÔ´Ï´Ù.
¸ðºô¿¡¼­ ÇÒ¼ö ÀÖ´Â ´ëºÎºÐÀÇ ÇൿÀÌ °¡´ÉÇÒµí;;
¸Ç À§·Î °¡±â  
 
       RunUo.Korean.Forum -> Mobiles
ÇöÀçÆäÀÌÁö : 1/1


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