Tips46

Last-modified: 2011-08-30 (火) 15:14:37

魔法開放距離・Bom投擲距離の調整

  • カテゴリー: 設定
  • 重要性: 普通
  • 投稿日: 2006-04-17 (月) 02:57:59

RunUoデフォルト距離設定は魔法・Bomとも12マスとなっています、各魔法スクリプトの

public InternalTarget( WallOfStoneSpell owner ) : base( 希望数値に変更, true, TargetFlags.None )

Bomも同じく \Scripts\Items\Skill Items\Magical\Potions\Explosion Potions\BaseExplosionPotion.cs

public ThrowTarget( BaseExplosionPotion potion ) : base( 希望数値に変更, true, TargetFlags.None )

本家ではフィールド系15マス その他魔法・Bomは10マスとなっています。