Go Back   RunUO - Ultima Online Emulation > RunUO > Script Support

Script Support Get support for modifying RunUO Scripts, or writing your own!

Reply
 
Thread Tools Display Modes
Old 04-14-2008, 05:55 PM   #1 (permalink)
Newbie
 
Join Date: Oct 2007
Posts: 36
Post Help with bumping runics

can any one tell me how to bump my runics up better yet could you show me how to i know you can edit it in the baserunictool.cs i wana bump all the runics up a level so spined would have the ablity of horned but it still has its luck abilty with it increased a litte then horned like barbed( same applies with the hammers)

thank you
ironman13405 is offline   Reply With Quote
Old 04-15-2008, 01:27 AM   #2 (permalink)
Master of the Internet
 
Lord_Greywolf's Avatar
 
Join Date: Dec 2005
Posts: 6,024
Send a message via Yahoo to Lord_Greywolf
Default

all of that info is stored in the oreinfo/resourceinfo files (depens on version using)

look for the resource in there (search)

will find a bunch of listis for each that have min & max amounts, etc
you need to change those setting for the runics

Code:
			CraftAttributeInfo dullCopper = DullCopper = new CraftAttributeInfo();

			dullCopper.ArmorPhysicalResist = 5;
			dullCopper.ArmorDurability = 50;
			dullCopper.ArmorLowerRequirements = 20;
			dullCopper.WeaponDurability = 100;
			dullCopper.WeaponLowerRequirements = 50;
			dullCopper.RunicMinAttributes = 1;
			dullCopper.RunicMaxAttributes = 2;
			dullCopper.RunicMinIntensity = 10;
			dullCopper.RunicMaxIntensity = 35;
the parts in red for each
__________________
http://www.AoAUO.com

:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :)
Lord_Greywolf is offline   Reply With Quote
Old 04-15-2008, 04:00 PM   #3 (permalink)
Newbie
 
Join Date: Oct 2007
Posts: 36
Default

i am having trouble finding those :<
ironman13405 is offline   Reply With Quote
Old 04-15-2008, 06:00 PM   #4 (permalink)
Master of the Internet
 
Lord_Greywolf's Avatar
 
Join Date: Dec 2005
Posts: 6,024
Send a message via Yahoo to Lord_Greywolf
Default

it is in either oreinfo or resource info files (renamed based on svn being used

items/resources is the directory they where in origionaly

mine might look slightly different, because mine has been modified

but if you search for dullcopper in there - will find it
__________________
http://www.AoAUO.com

:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :)
Lord_Greywolf is offline   Reply With Quote
Old 04-15-2008, 06:10 PM   #5 (permalink)
Newbie
 
Join Date: Oct 2007
Posts: 36
Default

i have rc2 whats the name of it there
ironman13405 is offline   Reply With Quote
Old 04-15-2008, 10:33 PM   #6 (permalink)
Master of the Internet
 
Lord_Greywolf's Avatar
 
Join Date: Dec 2005
Posts: 6,024
Send a message via Yahoo to Lord_Greywolf
Default

sound be resourceinfo - but i am not using rc2 so i do not know for sure
__________________
http://www.AoAUO.com

:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :)
Lord_Greywolf is offline   Reply With Quote
Reply

Bookmarks

Tags
bods, bumping runics, hammer, runic, runic hammer


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