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

½ºÆç¿¡ ½ºÅ³Á¦ÇÑ °Å´Â¹æ¹ý µµ¿ò¿äû!
Click here to go to the original topic

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



°¡ÀÔÀÏ: 2005³â 10¿ù 18ÀÏ
°Ô½Ã¹°: 7

±Û ÀÛ¼º½Ã°£ : 2005-10-26 ¼ö 2:14 pm    Á¦¸ñ: ½ºÆç¿¡ ½ºÅ³Á¦ÇÑ °Å´Â¹æ¹ý µµ¿ò¿äû!  

ÄÚµå :  using System;
using Server.Mobiles;
using Server.Network;
using Server.Targeting;

namespace Server.Spells.Eighth
{
   public class SummonDaemonSpell : Spell
   {
      private static SpellInfo m_Info = new SpellInfo(
            "Summon Daemon", "Kal Vas Xen Corp",
            SpellCircle.Eighth,
            269,
            9050,
            false,
            Reagent.Bloodmoss,
            Reagent.MandrakeRoot,
            Reagent.SpidersSilk,
            Reagent.SulfurousAsh
         );

      public SummonDaemonSpell( Mobile caster, Item scroll ) : base( caster, scroll, m_Info )
      {
      }

      public override bool CheckCast()
      {
         if ( !base.CheckCast() )
            return false;

/*         if ( (Caster.Followers + 1) > Caster.FollowersMax )
         {
            Caster.SendLocalizedMessage( 1049645 ); // You have too many followers to summon that creature.
            return false;
         }
*/
         return true;
      }

      public override void OnCast()
      {
         if ( CheckSequence() )
         {
            TimeSpan duration = TimeSpan.FromSeconds( (30 * Caster.Skills.Magery.Fixed) );

            if ( Core.AOS )
               SpellHelper.Summon( new SummonedDaemon(), Caster, 0x216, duration, false, false );
            else
               SpellHelper.Summon( new SummonedDaemon(), Caster, 0x216, duration, false, false );
         }

         FinishSequence();
      }
   }
}

¾ÆÁ÷ º°Å«¹®Á¦¾øÀÌ.. ÀÛ¾÷ÇÏ´øµµÁß.. ½ºÅ³Á¦ÇÑÀ» °É¾î¾ßÇÏ´Â

¹®Á¦°¡ »ý°å½À´Ï´Ù.. ¾Æ´ÂºÐ¿¡°Ô µµ¿òÀ» ûÇÏ·Á°í Çߴµ¥ ÀÚ¸®¿¡ ¾È°è½Ã´õ±º¿ä..

¿¡ÈÞ~.. À§ ½ºÆç¿¡¼­ .. À̺§·ù ¿Í ¸ÞÀú¸® µÎ ½ºÅ³ÀÌ Æ¯Á¤ÀÌ»ó µÇ¾ßÁö¸¸

¸¶¹ýÀÌ ¹ßµ¿µÇµµ·Ï ¹Ù²Ù·Á°í Çϰŵç¿ä

°í¼ö´Ôµé µµ¿òÁ» ÁÖ¼¼¿ä~

Âü°í·Î À̺§·ù 80.1% ÀÌ»ó ¸ÞÀú¸® 80.1% ÀÌ»óÀÔ´Ï´Ù~
¸Ç À§·Î °¡±â  
c1dong8



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

±Û ÀÛ¼º½Ã°£ : 2005-10-27 ¸ñ 1:29 pm    Á¦¸ñ:  

from.Skills.Camping.Base
Ä·ÇνºÅ³Ä¡ ºÒ·¯¿Ã¶§

ÀÌÇÁ¹®À¸·Î ó¸®ÇØÁÖ½Ã¸é µÇ°í¿©
¿Âij½ºÆ®¿¡¼­ ¸®ÅÏÇß¹ö¸®¸é ½ºÅ³ÄɽºÆÃÀ» ÇÏÁö ¾Ê½À´Ï´Ù.
¸Ç À§·Î °¡±â  
 
       RunUo.Korean.Forum -> FreeBoard
ÇöÀçÆäÀÌÁö : 1/1


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