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 03-20-2008, 09:11 AM   #1 (permalink)
Lurker
 
Join Date: Feb 2006
Posts: 5
Post Need help with hammer

Hey,

im trying to make that when you make some item with a valorite hammer the items are better but im not sure what script I must modify.
Thanks, Death
*Dea†h* is offline   Reply With Quote
Old 03-20-2008, 09:16 AM   #2 (permalink)
Master of the Internet
 
Join Date: Mar 2006
Location: Germany
Age: 17
Posts: 14,255
Send a message via AIM to Suil Ban Send a message via MSN to Suil Ban
Default

As in a runic? That's in place by default.

[add runichammer valorite
__________________
the runuo community has lost sight
Suil Ban is offline   Reply With Quote
Old 03-20-2008, 09:22 AM   #3 (permalink)
Lurker
 
Join Date: Feb 2006
Posts: 5
Default

really ... i didnt know that i'll check and i'll let you know.
Thanks
*Dea†h* is offline   Reply With Quote
Old 03-20-2008, 11:11 AM   #4 (permalink)
Forum Expert
 
Hammerhand's Avatar
 
Join Date: Jan 2006
Location: Look behind you....
Age: 44
Posts: 1,233
Default

All runic tools by default, add extra bonuses & resists when used in crafting.
__________________
May you have the strength of eagles' wings,
the faith and courage to fly to new heights,
and the wisdom of the universe to carry you there.
Hammerhand is offline   Reply With Quote
Old 03-20-2008, 01:03 PM   #5 (permalink)
Newbie
 
Join Date: Jan 2006
Posts: 52
Default

If you want to edit the values of "valorite" you can go into ResourceInfo.cs and scroll down till you see

Code:
Blank = new CraftAttributeInfo();

			CraftAttributeInfo dullCopper = DullCopper = new CraftAttributeInfo();

			dullCopper.ArmorPhysicalResist = 6;
			dullCopper.ArmorDurability = 50;
			dullCopper.ArmorLowerRequirements = 20;
			dullCopper.WeaponDurability = 100;
			dullCopper.WeaponLowerRequirements = 50;
			dullCopper.RunicMinAttributes = 1;
			dullCopper.RunicMaxAttributes = 2;
			dullCopper.RunicMinIntensity = 55;
			dullCopper.RunicMaxIntensity = 75;
This is the first one on the list, dull copper, it lists everything. Changing the runic max and mins will give items more attributes with a runic hammer, changing instensity will make the attributes stronger. If you look between the different metals you will figure it out.
Hemectu is offline   Reply With Quote
Reply

Bookmarks

Tags
hammer, runic


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