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

Äɸ¯ÅÍÀÇ ÈýÆ®Æ÷ÀÎÆ®¸¦
Click here to go to the original topic

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



°¡ÀÔÀÏ: 2004³â 04¿ù 19ÀÏ
°Ô½Ã¹°: 1
ÁÖ ¼Ò: /

±Û ÀÛ¼º½Ã°£ : 2004-04-19 ¿ù 10:48 am    Á¦¸ñ: Äɸ¯ÅÍÀÇ ÈýÆ®Æ÷ÀÎÆ®¸¦  

Äɸ¯ÅÍÀÇ HITPOINT¸¦ STRÀ̶û »ó°ü¾øÀÌ ¼³Á¤ÇÏ°í ½Í½À´Ï´Ù.
(¸¶³ª¿Í ½ºÅ¹̳ªµµ¡¦)

RunUO¿¡¼­ °¡´ÉÇѰ¡¿ä?

°¡´ÉÇÏ¸é ¾î¶² ¹æ¹ýÀ¸·Î ÇÏ¸é µË´Ï±î?
¸Ç À§·Î °¡±â  
dh1024



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

±Û ÀÛ¼º½Ã°£ : 2004-04-20 È­ 7:07 pm    Á¦¸ñ: ..  

PlayerMobile.cs ¸¦ ¼öÁ¤ÇØÁÖ¸éµË´Ï´Ù.

ÄÚµå : 
public override int HitsMax
      {
         get
         {
            int strBase;
            int strOffs = GetStatOffset( StatType.Str );

            if ( Core.AOS )
            {
               strBase = this.Str;
               strOffs += AosAttributes.GetValue( this, AosAttribute.BonusHits );
            }
            else
            {
               strBase = this.RawStr;
            }

            return (strBase / 2) + 50 + strOffs;
         }
      }

      public override int StamMax
      {
         get{ return base.StamMax + AosAttributes.GetValue( this, AosAttribute.BonusStam ); }
      }

      public override int ManaMax
      {
         get{ return base.ManaMax + AosAttributes.GetValue( this, AosAttribute.BonusMana ); }
      }


À̺κÐÀ» ¼öÁ¤ÇϼżŠget ºÎºÐÀÇ return °ªÀ» Á¤ÇØÁֽøéµË´Ï´Ù.
¸Ç À§·Î °¡±â  
 
       RunUo.Korean.Forum -> Script Support
ÇöÀçÆäÀÌÁö : 1/1


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