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

º¥´õ ÇÏ·ç ÀÓ±Ý ¼³Á¤
Click here to go to the original topic

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



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

±Û ÀÛ¼º½Ã°£ : 2004-01-17 Åä 10:32 am    Á¦¸ñ: º¥´õ ÇÏ·ç ÀÓ±Ý ¼³Á¤  

Ç×»ó ÇÏ·ç ±âº»¿ä±ÝÀÌ 20¿ø¿¡

1¸¸¿øÁ¤µµ ³ÖÀ¸¸é 1¿ø¾¿ ´Ã¾î³ª´õ±º¿ä

¾ÆÀÌÅÛ °¹¼ö¿¡ µû¶ó¼­µµ °è¼Ó ´Ã¾î³ª°í

À̰мöÁ¤ÇÏ´Â ¹æ¹ýÁ» ¾Ë·ÁÁÖ¼¼¿ä -_-)b
¸Ç À§·Î °¡±â  
GangPung



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

±Û ÀÛ¼º½Ã°£ : 2004-01-17 Åä 3:23 pm    Á¦¸ñ:  

¹«½¼ ¸»¾¸À̽ÅÁö.... ¼³¸íÀ» Á» ÀÚ¼¼ÇÏ°Ô ÇØÁÖ¼¼¿© ^^;;
¸Ç À§·Î °¡±â  
GangPung



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

±Û ÀÛ¼º½Ã°£ : 2004-01-18 ÀÏ 2:34 pm    Á¦¸ñ:  

Scripts\Mobiles\Vendors\PlayerVendor.cs

¶óÀÎ 311
ÄÚµå : 
      public int ChargePerDay
      {
         get
         {
            int total = 0;
            foreach (VendorItem v in m_SellItems.Values)
            {
               total += v.Price;
            }

            total -= 500;

            if ( total < 0 )
               total = 0;

            return 20 + (total / 500);
         }
      }


return 20 + (total / 500);
À§ÀÇ °ªÀ» ¼öÁ¤ÇÏ½Ã¸é µË´Ï´Ù. ÆÈ ¹°Ç°¿¡ ´ëÇÑ °¡Ä¡¸¦ ÃÑÇÕÇØ¼­ 500À¸·Î ³ª´« °ª¿¡ ´ëÇØ +µÇ´Â±º¿ä.
¸Ç À§·Î °¡±â  
 
       RunUo.Korean.Forum -> Server Support
ÇöÀçÆäÀÌÁö : 1/1


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