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

ÆøÅº Æ÷¼ÇÀ» ·¥´ýÀ¸·Î Àû¿ëÇÒ·Á°íÇϴµ¥...
Click here to go to the original topic

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



°¡ÀÔÀÏ: 2008³â 11¿ù 01ÀÏ
°Ô½Ã¹°: 12

±Û ÀÛ¼º½Ã°£ : 2008-11-01 Åä 8:09 pm    Á¦¸ñ: ÆøÅº Æ÷¼ÇÀ» ·¥´ýÀ¸·Î Àû¿ëÇÒ·Á°íÇϴµ¥...  

ÀÏ´Ü

\Scripts\Items\Skill Items\Magical\Potions\Explosion Potions

¿¡¼­ BaseExplosionPotion.cs ¼öÁ¤À¸·Î
·¥´ýµô·¹ÀÌ´Â ¸¸µé¾î³Â´Âµ¥

-------------------------------------------------------------------------
if ( m_Timer == null )
{
from.SendLocalizedMessage( 500236 ); // You should throw it now!
//m_Timer = Timer.DelayCall( TimeSpan.FromSeconds( 0.75 ), TimeSpan.FromSeconds( 1.0 ), 4, new TimerStateCallback( Detonate_OnTick ), new object[]{ from, Utility.RandomMinMax(3, 4) }); m_Timer = Timer.DelayCall( TimeSpan.FromSeconds( 0.75 ), TimeSpan.FromSeconds( 1.0 ), 4, new TimerStateCallback( Detonate_OnTick ), new object[]{ from, 3 });
}
-----------------------------------------------------------------------------

¿ô±ä°Å´Â ÆøÅºÀÌ 3ÃÊ¿¡¼­´Â ÅÍÁö°í 4ÃÊ·Î Ä«¿îÅÍµÈ ÆøÅºÀº ÅÍÁöÁö¾Ê°í
°¡¸¸È÷ Àֳ׿©.. ÀÌ°Å ÇØ°á¹ýÁ» °í¼ö´Ôµé °¥ÄÑÁÖ¼¼¿ä..Ä«Æä°Ë»öÇØµµ ¾È³ª¿À³×¿©.
¸Ç À§·Î °¡±â  
deroo



°¡ÀÔÀÏ: 2004³â 12¿ù 15ÀÏ
°Ô½Ã¹°: 38

±Û ÀÛ¼º½Ã°£ : 2008-11-02 ÀÏ 11:58 am    Á¦¸ñ: ·£´ý Ä«¿îÆ®¸¦ ÀÌ·¸°Ô Á¤ÀÇÇØÁÖ½Ã¸é µË´Ï´Ù.  

¡¡Scripts/Items/Skill Items/Magical/Potions/Explosion Potions/BaseExplosionPotion.CS

¡¡if ( m_Timer == null )
¡¡{
¡¡¡¡from.SendLocalizedMessage( 500236 ); // You should throw it now!
¡¡¡¡m_Timer = Timer.DelayCall( TimeSpan.FromSeconds( 0.75 ), TimeSpan.FromSeconds( 1.0 ), 4, new TimerStateCallback( Detonate_OnTick ), new object[]{ from, 3 } );
¡¡}

¡¡RunUOÀÇ ±âº» »óÅ´ À§¿Í °°ÀÌ µÇ¾îÀÖ½À´Ï´Ù. ¿©±â¼­ À̰ÍÀ»,

¡¡int explodeRemain = Utility.RandomMinMax( 3, 4 );
¡¡if ( m_Timer == null )
¡¡{
¡¡¡¡from.SendLocalizedMessage( 500236 ); // You should throw it now!
¡¡¡¡m_Timer = Timer.DelayCall( TimeSpan.FromSeconds( 0.75 ), TimeSpan.FromSeconds( 1.0 ), explodeRemain + 1, new TimerStateCallback( Detonate_OnTick ), new object[]{ from, explodeRemain } );
¡¡}

¡¡ÀÌ·¸°Ô °íÃÄÁÖ½Ã¸é ·£´ý Ä«¿îÆ®¿¡ ´ëÇÑ ´ëÀÀÀÌ µË´Ï´Ù.
¡¡*°ø¹é ¹®ÀÚ°¡ µé¾î°¡ ÀÖÀ¸´Ï ±×´ë·Î º¹»çÇØ¼­ ¾²½Ã±â¿£ ¹«¸®°¡ ÀÖ½À´Ï´Ù.
¸Ç À§·Î °¡±â  
bo115



°¡ÀÔÀÏ: 2008³â 11¿ù 01ÀÏ
°Ô½Ã¹°: 12

±Û ÀÛ¼º½Ã°£ : 2008-11-02 ÀÏ 11:49 pm    Á¦¸ñ: ´äº¯°¨»çÇÕ´Ï´Ù.  

ÇØ°áÇß½À´Ï´Ù.
¸Ç À§·Î °¡±â  
 
       RunUo.Korean.Forum -> Server Support
ÇöÀçÆäÀÌÁö : 1/1


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