Olórin Member Mar 15, 2024 #1 ServUO Version Publish 57 Ultima Expansion Endless Journey So im trying to make a Runic Hammer with skill bonuses, and not having much luck.. line 50 didnt work.. (Pub 57) Any idea's? I am a novice at scripting.. just experimenting here.. Thanks! Attachments OrcishSmithyHammers.cs 4.5 KB · Views: 0
So im trying to make a Runic Hammer with skill bonuses, and not having much luck.. line 50 didnt work.. (Pub 57) Any idea's? I am a novice at scripting.. just experimenting here.. Thanks!
zerodowned Moderator Mar 15, 2024 #2 AncientSmithyHammer is a good base to learn from. Just note that it's setup to provide a variable skill bonus. If you want just one item that provides an unchanging/set skill bonus, then a lot of the code isn't needed ServUO/Scripts/Items/Tools/AncientSmithyHammer.cs at c11047d380248e014a63c54648171cc2890423cf · ServUO/ServUO An Ultima Online server emulator written in C# .NET - ServUO/ServUO github.com ... Since it sounds like you're wanting to learn, I'm not giving you the direct answer. But feel free to ask more questions, or for the answer.
AncientSmithyHammer is a good base to learn from. Just note that it's setup to provide a variable skill bonus. If you want just one item that provides an unchanging/set skill bonus, then a lot of the code isn't needed ServUO/Scripts/Items/Tools/AncientSmithyHammer.cs at c11047d380248e014a63c54648171cc2890423cf · ServUO/ServUO An Ultima Online server emulator written in C# .NET - ServUO/ServUO github.com ... Since it sounds like you're wanting to learn, I'm not giving you the direct answer. But feel free to ask more questions, or for the answer.