It's been a long while since I've seen a replacement for the players Main Backpack. So I decided to make this one. It has a Gothic look to it, and there are replacement BMP images for Large Open Backpack container as well as the 3 minimized art image gumps and finally the players paperdoll art...
This complete snippet serves as a short tutorial and template for developing VitaNex' SuperGumps.
If you just want to implement a gump with a clock, like the one in the icon, you can use the AnalogClock gump that is provided by VitaNex.
This ImageClockGump makes use of the AddImageTime control...
I am trying to replace the paperdoll border graphics to the ones attached below. They are the same ones the shard Grimmwold used before they shut down. I have UOFiddler, MULPatcher but am getting a little confused on the entire process of replacing the gumps and making the changes actually...
So I have a "Stabled Pet List gump" (see screenshot below) that I used the AddMobileProperty(pet) method to make a tooltip appear when hovering over the pet image tile button. I've also tried the AddTooltip(...) method which works if I give it a cliloc, but not if I give it a string (even though...
I never really cared for the Davie's Locker gump in regards to the coordinates, so I decided to try to make some changes. So far, things have worked out (after doing a bit of shuffling). The only issues I'm having is getting the SOS's to show Ancient. Because of the gump art itself, I was...
Sometimes doing a fully custom shard with custom maps and custom everything except base game mechanics causes things to break... Like a tithing gump, or you know, other little things your players are expecting to see.
Well, if you can't figure out how to fix that dang tithing gump, here's this...
Magic Spells
Download MagicSpells | Download ALL MODS
colorized paintover on top of the classic linework .
Installation / Patching
extract downloaded zip
open Mulpatcher > Settings > set the Gump mul path ( UO Client usually in program files ) and LOAD them
Features > Autopatch select the...
Summary:
Charity is a Vita-Nex: Core Module that provides a safe and easy means for players to donate items that are accessible to everyone!
Features:
Full featured interface for interacting with the charity system.
Simple tree-like navigation structure.
Manage your charity donations.
Search...
Summary:
Global Trade is a Vita-Nex: Core Module that provides a safe and easy means for players to buy and sell items on a market-place that is accessible to everyone!
Features:
Full featured interface for interacting with the global market.
Simple tree-like navigation structure.
Manage your...
A gump that displays the USA Flag!
Example Implementation:
Send the gump when someone uses a special item...
public override void OnDoubleClick( Mobile from )
{
base.OnDoubleClick( from );
from.SendGump( new Server.Gumps.USAFlagGump( from ) );
}
Enhanced Client Not Supported
Erad's Custom Gump Art
Info
I am an inspired hobbyist graphic designer, I have always loved the art form of UO as a whole. In my free time, I am always up to making new content for UO. I am happy to show everyone on Servuo my artwork, Everything you see in this pack is free to use.
Links...
A modified TileData.cs which extracts also AnimID from TileData.mul.
I've seen quite a few people asking for a way to find a paperdoll gump for an item - with this TileData.cs you can use the added function TileData.GumpFromID(int itemID, bool female = false) to get the GumpID of an item...
This is a remake of the Travel Book that Milva posted, while the idea is the same, The execution is very different.
By default, the Travel Book will have the same entries (and a fixed entry)
Item will be named Travel Book, but the Gump will read your shards name (from the shard list) and then...