RunUo.Korean.Forum    :: RunUo Document 2.0 RC1 (Beta):: 
Statistics  Archive (html)  S-BLOG  [RSS FEED]   

 
  RunUo.Korean.Forum
ÀæÀºÁú¹®  ÀæÀºÁú¹®    °Ë»ö   °Ë»ö    ȸ¿ø¸®½ºÆ®  È¸¿ø¸®½ºÆ®   À¯Àú±×·ì  À¯Àú±×·ì   Gabbly äÆÃ¿­±â  Ã¤ÆÃ¿­±â 
 
ȸ¿ø°¡ÀÔ  ::  ·Î±×ÀÎ ÂÊÁö ÇÔ È®ÀÎ
 
RunUo.Korean.Forum ¢º Script Support ¢º ¾È³çÇϼ¼¿ä. »óÁ¡¿¡¼­ ¾ÆÀÌÅÛ ÆÇ¸Å¿¡ ´ëÇØ¼­ Áú¹®ÀÔ´Ï´Ù.
»õ ±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù.´äº¯±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù. Post Printing
¡Ø TOPIC : ¾È³çÇϼ¼¿ä. »óÁ¡¿¡¼­ ¾ÆÀÌÅÛ ÆÇ¸Å¿¡ ´ëÇØ¼­ Áú¹®ÀÔ´Ï´Ù. ÀÌÀü ±Û :: ´ÙÀ½ ±Û
±Û ¾´ÀÌ ¸Þ¼¼Áö ³»¿ë
khn84
ÀÛ¼º±ÛÁ¦¸ñ : ¾È³çÇϼ¼¿ä. »óÁ¡¿¡¼­ ¾ÆÀÌÅÛ ÆÇ¸Å¿¡ ´ëÇØ¼­ Áú¹®ÀÔ´Ï´Ù.   ±Û ÀÛ¼º½Ã°£ : 2004-12-09 ¸ñ 12:55 am ±ÛÀ» ÀοëÇÏ¿© ÀÛ¼ºÇÕ´Ï´Ù.

Second Cicle [3]
Second Cicle [3]

°¡ÀÔÀÏ: 2004³â 10¿ù 15ÀÏ
°Ô½Ã¹°: 24
ÁÖ ¼Ò: /

GenericBuy.cs ¿¡¼­ º¸¸é¿ä
ÄÚµå : 

      public GenericBuyInfo( Type type, int price, int amount, int itemID, int hue ) : this( null, type, price, amount, itemID, hue, null )
      {
      }

      public GenericBuyInfo( string name, Type type, int price, int amount, int itemID, int hue ) : this( name, type, price, amount, itemID, hue, null )
      {
      }

      public GenericBuyInfo( Type type, int price, int amount, int itemID, int hue, object[] args ) : this( null, type, price, amount, itemID, hue, args )
      {
      }

      public GenericBuyInfo( string name, Type type, int price, int amount, int itemID, int hue, object[] args )
      {
         //amount = 20;

         m_Type = type;
         m_Price = price;
         m_MaxAmount = m_Amount = amount;
         m_ItemID = itemID;
         m_Hue = hue;
         m_Args = args;


         if ( name == null )
            m_Name = (1020000 + (itemID & 0x3FFF)).ToString();
         else
            m_Name = name;
            
      }


ÀÌ·¸°Ô µÇ¾îÀִµ¥¿ä.

Add( new GenericBuyInfo( "±æµå µðµå", typeof( GuildDeed ), 12450, 20, 0x14F0, 0 ) );

¶ó°í ÇØÁ൵ ½ºÆ®¸µÀ¸·Î ¼±¾ðµÈ name¿¡ ÀÖ´Â "±æµå µðµå"°¡ ±×´ë·Î ¾È¶ß°í ´Ü¼øÈ÷ "µðµå" ¶ó°í¸¸ ¶ß´õ¶ó±¸¿ä..

±× À̿ܿ¡ Áý µðµå¶óµç°¡. ¹è µðµå µîµî µéµµ ÀÚ¼¼ÇÑ À̸§ÀÌ ¾È¶ß°í ´Ù¸¥ À̸§µéÀÌ ¶ß´øµ¥¿ä.. ¹«¾ùÀÌ ¹®Á¦ÀÎÁö ¾Ë·ÁÁÖ¼ÌÀ¸¸é ÇÕ´Ï´Ù.

ÁÁÀºÇÏ·ç µÇ¼¼¿ä. (__)
¡è ¸Ç À§·Î °¡±â ¡è
ȸ¿ø ÇÁ·ÎÇÊ º¸±â ÂÊÁö º¸³»±â
ÀÌÀü °Ô½Ã¹°º¸±â :
»õ ±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù.´äº¯±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù. ÇöÀçÆäÀÌÁö : 1/1

RunUo.Korean.Forum ¢º Script Support ¢º ¾È³çÇϼ¼¿ä. »óÁ¡¿¡¼­ ¾ÆÀÌÅÛ ÆÇ¸Å¿¡ ´ëÇØ¼­ Áú¹®ÀÔ´Ï´Ù.
¹Ù·Î°¡±â:


°Ô½Ã¹° ÀÛ¼º : (X)
´äº¯±Û ÀÛ¼º : (X)
°Ô½Ã¹° ¼öÁ¤ : (X)
°Ô½Ã¹° »èÁ¦ : (X)
ÅõÇ¥ Çϱâ : (X)
ÆÄÀÏ ¾÷·Îµå : (X)
ÆÄÀÏ ´Ù¿î·Îµå : (0)



DAJ Glass (1.0.5) template by Dustin Baccetti // template edit by GangPung
EQ graphic based off of a design from www.freeclipart.nu
Powered by phpBB 2001, 2002 phpBB Group, Translated by zzangga

DNS Powered by DNSEver.com