|
||
|
|||||||
| Script Support Get support for modifying RunUO Scripts, or writing your own! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Newbie
Join Date: Oct 2007
Posts: 36
|
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 |
|
|
|
|
|
#2 (permalink) |
|
Master of the Internet
|
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;
__________________
http://www.AoAUO.com
:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :) |
|
|
|
|
|
#4 (permalink) |
|
Master of the Internet
|
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 ..... :) |
|
|
|
|
|
#6 (permalink) |
|
Master of the Internet
|
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 ..... :) |
|
|
|
![]() |
| 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 | |
|
|