Go Back   RunUO - Ultima Online Emulation > RunUO > New Join Forum

New Join Forum So your new to RunUO and looking to work with people that are new, this is the place.

Reply
 
Thread Tools Display Modes
Old 04-11-2004, 10:41 AM   #1 (permalink)
 
Join Date: Mar 2004
Posts: 55
Default Spells fizzles!

How can i make the spells to fizzles more often - to reuire more magery for spels.
Artras is offline   Reply With Quote
Old 04-12-2004, 10:50 AM   #2 (permalink)
Not a lurker
 
cward's Avatar
 
Join Date: Jan 2004
Location: Kentucky
Age: 33
Posts: 1,213
Default

Quote:
Originally Posted by Artras
How can i make the spells to fizzles more often - to reuire more magery for spels.
Try looking in the spell scripts. It will be obvious once you do.
__________________
Ilshenar ChampionSpawn Generator
OSI Clone World Spawn files for MegaSpawner.
Current spawn files available:
Malas
Ilshenar
cward is offline   Reply With Quote
Old 04-12-2004, 11:02 AM   #3 (permalink)
 
Join Date: Mar 2004
Posts: 55
Default

10x but i didn`t understand C# just need to know what line what valuable to change.
Artras is offline   Reply With Quote
Old 04-12-2004, 11:24 AM   #4 (permalink)
Not a lurker
 
cward's Avatar
 
Join Date: Jan 2004
Location: Kentucky
Age: 33
Posts: 1,213
Default

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;
		}
this is the code that you need to change, if you're going to edit scripts you need to learn how.
__________________
Ilshenar ChampionSpawn Generator
OSI Clone World Spawn files for MegaSpawner.
Current spawn files available:
Malas
Ilshenar
cward is offline   Reply With Quote
Old 04-12-2004, 11:43 AM   #5 (permalink)
 
Join Date: Mar 2004
Posts: 55
Default

10x saved my live
Artras is offline   Reply With Quote
Old 04-12-2004, 01:04 PM   #6 (permalink)
Forum Expert
 
stormwolff's Avatar
 
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
Default

Just a question from an old guy does 10x = thanks?
stormwolff is offline   Reply With Quote
Old 04-12-2004, 01:13 PM   #7 (permalink)
 
Join Date: Mar 2004
Posts: 55
Default

Yes, Thanks Of course
Artras is offline   Reply With Quote
Old 04-12-2004, 01:15 PM   #8 (permalink)
Forum Expert
 
Join Date: Jan 2004
Posts: 1,377
Default

Quote:
Originally Posted by stormwolff
Just a question from an old guy does 10x = thanks?
omg...

I want someone to teach me all that shit... r8?
__________________
Dracarys
retired - consider me dead to these boards
Dracarys is offline   Reply With Quote
Old 04-13-2004, 02:46 AM   #9 (permalink)
 
Join Date: Mar 2004
Posts: 55
Default

Fixed. Now i need a advice where to change if i want my warriors ot miss more
Artras is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5