thank you ill give that a look!
Thank you alot for this, I had to fix a few things but otherwise it works like a charm!
If anyone has trouble with no EXP being added, you can add this to basecreature.cs right under
base.OnDeath(c);
LevelItemManager.CheckItems(this.LastKiller, this);
I am currently using :
https://www.servuo.com/threads/level-system-extreme.12815/
Which is great! But I was wanting something with a weapon level system to be able to add stats or boost stats, anyone have something like that?
Is their a guide on how to install this correctly? I can't figure this out. It comes up with errors for me. Otherwise it looks like a really good script.
1593094549
These were some of the errors I got after replacing.
Hi community!
I am wanting to add custom things to my little shard but I can't figure out why it keeps erroring out at the C# Compiling Stage. I installed different scripts one for example:
+ Services/CommunityCollections/CommunityCollectionGump.cs:
CS0104: Line 589: 'Lobster' is an...
Hey I am new to the forums, its been awhile since I've play UO, I guess I did alot of things a few years back. I am now trying to create my own server and play with my friends and some of my family.