I disagree. What he is deciding is not which tool is better, but which would be more likely to be useful to the people interested in his program. As I have very little experience in UO Architect, I selected Gump Studio, and other people might select the other. It's very possible he plans on...
Just replace that whole IF/THEN statement to just the else part:
m.BankBox.DropItem(new KudosRewardDeed());
So in context it will look like this:
if (Config.DropOnBank && m.BankBox != null)
{
//m.BankBox.DropItem(new Kudos(...
My wishlist:
A. Item creation:
1. Hue picker so many items can be created with the same hue
2. Single Placement/Multi-Placement/Tile mode
3. Dupe from world item/static
4. "Always on top"
5. Search for item by ...
6. List numerically/categorically
B. Monster/NPC creation
C. "Gump Studio"...
If you have 3 copies of your client you would be OK. You need 1 copy to point Razor/UOS to when playing on the friend's server. You need another copy that your server points to for access to the MUL and UOP files. You need a 3rd copy to point Razor/UOS to when playing on your own server.
0x8A4 is the Hue, not the item ID. 0x141B is the item ID.
So, you want something like this:
// Add new type ........type name...........price, Amt, ItemID, Hue
Add(new GenericBuyInfo(typeof(OrcishKinMask), 5000, 5, 0x141B, 0x8A4));
I would recommend to move your server to a fully local path not located in your users folder and definitely not backed up by OneDrive.
Try something like C:\Ultima\
Welcome! I recommend updating to latest ServUO version (Publish 56.1) and letting your client fully patch. Unless you are trying to limit the content to a prior release, it's best to have all the bug fixes and content that are included with the latest version.
What I usually use is a batch file like the one attached. Change the extension from .txt to .bat and it will start the server and give you options for turning on various flags including any combination of LV1-5 plus debug and others. So, if you were only using the LV1 folder, for example, you...
Have you tested it yourself?
Get yourself a Staff Orb, and 2 deeds for the same type of block. Make sure you are in a house that you own yourself.
Use one deed as an Admin, and place the item.
Use the staff orb to make yourself a player, then use the 2nd deed.
I took the liberty of changing your Quote tags to Code tags, so the code would display more appropriately.
I don't see anything in the code on first inspection.
You say an Admin can place it fine. Do you mean when they use the deed it places fine, or if they [add it manually it places fine?
Greetings!
OK. Here it is. Since the picture is supposed to speak for itself, it leaves me with questions...
First, the dude on the right... impossibly thin? or a trick of the light?
Second, same dude, are those black socks, or is that also a trick of the light?
Third, isn't that dog the one...
Sorry, did not mean to imply you could do this in game. I assume you are looking for a way to rewrite a script so that it does what you are trying to do. Do you have a special type of "auction bag" or something? Can you post what you are using?
Any script, the OnDoubleClick() method can be...
Why not just increase the effective range for double-clicking that particular bag? I mean, if they have to get out of their seats, I assume that means that if they are close enough it will let them double-click the bag to see what is up for auction, so just change the range so that they don't...