|
||
|
|||||||
| New Join Forum So your new to RunUO and looking to work with people that are new, this is the place. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#2 (permalink) | |
|
Not a lurker
Join Date: Jan 2004
Location: Kentucky
Age: 33
Posts: 1,213
|
Quote:
__________________
Ilshenar ChampionSpawn Generator OSI Clone World Spawn files for MegaSpawner. Current spawn files available: Malas Ilshenar |
|
|
|
|
|
|
#4 (permalink) |
|
Not a lurker
Join Date: Jan 2004
Location: Kentucky
Age: 33
Posts: 1,213
|
Spell.cs
Code:
private const double ChanceOffset = 20.0, ChanceLength = 100.0 / 7.0;
public virtual void GetCastSkills( out double min, out double max )
{
int circle = (int)m_Info.Circle;
if ( m_Scroll != null )
circle -= 2;
double avg = ChanceLength * circle;
min = avg - ChanceOffset;
max = avg + ChanceOffset;
}
__________________
Ilshenar ChampionSpawn Generator OSI Clone World Spawn files for MegaSpawner. Current spawn files available: Malas Ilshenar |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|