Search results

  1. Lokai

    Poll : Between Two Tools

    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...
  2. Lokai

    a Kudos Question

    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(...
  3. Lokai

    a Kudos Question

    Line 45 shows that instead of creating a new deed, it is incrementing the Amount of deeds by +1.
  4. Lokai

    UO Black Box - Shard Utility Tool [Coming Soon]

    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"...
  5. Lokai

    Custom Houses

    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.
  6. Lokai

    Custom Houses

    It sounds like your UO Client files are corrupted or something. Either that or your DataPath was not set correctly, or a config file got messed up.
  7. Lokai

    base id

    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));
  8. Lokai

    base id

    What do you mean by "assign a base id number"? What are you trying to accomplish with this?
  9. Lokai

    curious construction helper

    I especially like the wedding cake.
  10. Lokai

    Stack Overflow Exception

    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\
  11. Lokai

    ed

    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.
  12. Lokai

    Lokai Versioning

    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...
  13. Lokai

    Craftable House addons not placing.

    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.
  14. Lokai

    Craftable House addons not placing.

    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?
  15. Lokai

    sup fam

    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...
  16. Lokai

    Hello all

    This can be done in BaseVendor.cs
  17. Lokai

    Telekinesis

    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...
  18. Lokai

    Help with Context Menu for BaseGuildMaster

    I don't see any way it can lead to issues. It looks to be written with the correct checks and all that.
  19. Lokai

    Telekinesis

    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...
  20. Lokai

    NikaDecoTool-Bugged

    Try again with Line 189 commented. Any reason you can't paste code instead of a screenshot of your code?

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back