RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[RunUO 2.0 RC1] ML Carpentry

Crowley62

Sorceror
ML Carpentry

I know this has been done and i am not a scripter and did not write any of the addons, but this one adds more items and uses more stock scripts than last one. I have also made deeds for the elven anvil.Also putting runic saw into the zip. This is for Karmageddons resources because that is what i use .If you didn't download ML Add-Ons just drop this in your custom folder and replace def carpentry after backing it up.

Also in Scripts/Items/Addons/ElvenWashbasinEastAddon.cs change
Code:
AddComponent( new AddonComponent( 0x30DF ), 0, 0, 0 );
AddComponent( new AddonComponent( 0x30E0 ), 0, -1, 0 );
to this
Code:
AddComponent( new AddonComponent( 0x30E0 ), 0, 0, 0 );
AddComponent( new AddonComponent( 0x30DF ), 0, -1, 0 );
this will fix it appearing backwards
Cant add attachments so visit this link to get script
http://z10.invisionfree.com/Crows_Kingdom/index.php?showtopic=608
 

Attachments

  • MLCarpentry.zip
    20.9 KB · Views: 275
Top