Might want to be careful handling it that way. Whats to stop me from making 2 accounts and conctantly quiting with one to max my other characters cards and then just doing the same on the flip side. I now have two accounts with fully leveled decks for a fraction of the work.
If you don't want it to affect all items and just specific ones you could barrow from the BaseBootsOfMining script.
It allows Mining to be pushed above 100 which is the absolute max for mining as no Power Scroll exist naturally for it.
It's not your fault or anything you did wrong im just dumb and old lol
Edit: Thank you for working wioth me to sort out a payment method Appreciate you, Truly!
Well I'll be watching (Labeled to send me notifications) this post. If you hit any snags let me know, I've gotten pretty good at BaseFile.cs manipulation to force attributes on items that don't normally carry them.
So are these like talismans or just artifacts that you haven't decided on an ItemID for yet?
Either way these look great might use some of these names for items if you don't mind. I'm pretty good at thinking up new systems or skills/hobbies in UO just not good naming stuff lol. My codes while...
This has been an amazingly indispensable tool for randomly spawning One-Shot containers I had gotten from my brother ages ago and then promptly clean them up after the player they are meant for leaves their sight range.
Indeed it is on line 6105 - 6109 of Server/Mobile.cs for me:
if (version < 15)
{
m_Followers = 0;
m_FollowersMax = 5;
}
But again here is a script I use that just overrides it and makes follower count based on Intelligence if interested OP.
Sareus submitted a new resource:
Batlin's Inner Voice - Event Reward Talisman - 2020's Halloween Event Reward Talisman
Read more about this resource...
Description:
This talismans can have one of following resists at 10%:
Fire,
Cold,
Physical,
Poison,
Energy,
It was obtained during 2020's Haloween event:
“Halloween – The Black Gate Champion Spawn”.
OSI Information:
The Talismans weren't shard bound, so they could be transferred to any shard...
Indeed because of you want to change the number of control slots a pet takes up that is edited in each individual pets script separately.
As for the players max follower count I'd assume that would be in Server/Mobile.cs. However, as I use a custom script that makes follower count based off...
This works perfectly for everything Except Armor. it does not work at all for BaseArmor.
I obviosuly compared the old version to the current version and its just commenting out the same info in all 4 Base files and adding the same line to all 4 Base files. Weapons, Jewelry, and Clothing all work...
4.0 o_O
I did not realize it was so outdated xD
I apparently downloaded it when this update was posted:
"This version will likely be the final ever public release of VNc."
and looking at 5.3.0.1 yeah that's not happening I don't trust myself enough to gut the 4.0 version and replace it with the...