Resource icon

Jewelry Bless Deed 1.0

Author
TheArt
Downloads
23
Views
673
First release
Last update
Rating
0.00 star(s) 0 ratings
No permission to download Join the discussion

More resources from TheArt

Cat's out of the bag... or more like.... This is Yaron89, felt like making a new account. This resource I had been scratching my head initially to get it to work... Then I went back and looked at my old scripts for the armor and weapon bless deed... and had an 'AHAH!!!!' moment. Maybe I can figure out how to combine all these deeds together someday but for now, something to add to the collection of bless deeds for people to use. You will need to replace the basejewel with this one unless you have a more current version of servuo then I would suggest adding this line below the public virtual int stuff
C#:
        public virtual bool CanBeBlessed{ get{ return true; } }

Below you will see things like this, for the version of servuo I am using it is at line 397 that I added the coding above. Below is what the coding will like like that will be above the line I've posted. Have fun!
C#:
        public virtual int InitMinHits
        {
            get
            {
                return 0;
            }
        }
        public virtual int InitMaxHits
        {
            get
            {
                return 0;
            }
        }

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back