Search results

  1. Fraz

    Classic AddItemMenu

    Fraz submitted a new resource: Classic AddItemMenu - The Classic AddItemMenu Read more about this resource...
  2. Fraz

    Classic AddItemMenu 2025-03-22

    public class ItemListMenu : IMenu { private readonly int m_Serial; private static int m_NextSerial; int IMenu.Serial => m_Serial; int IMenu.EntryLength => Entries.Length; public string Question { get; } public ItemListEntry[] Entries { get...
  3. Fraz

    [ATTACH] New video coming soon.. (with dynamic context dialogue example and more AI examples)

    New video coming soon.. (with dynamic context dialogue example and more AI examples)
  4. Fraz

    [ATTACH]

  5. Fraz

    [MEDIA] A closer look at the craft menus in the previous video.

    A closer look at the craft menus in the previous video.
  6. Fraz

    [MEDIA]

  7. Fraz

    [MEDIA] [ATTACH] Started updating Live Coding with colors

    Started updating Live Coding with colors
  8. Fraz

    Double-Clicking to Equip

    Check for a typo on line 2178, you have a ; instead of || (at the end of the line) Note : This code is causing crashes and will need gone over again by its author. Using PlaceInBackpack with a null item is causing the crash.
  9. Fraz

    Double-Clicking to Equip

    Try changing his line 6 to.. if (!item.Movable || !(item is ICraftable)) return;
  10. Fraz

    Vendor drop down menus?

    I was looking at the 57 repo and curious if this line is going to hold that up? ObjectPropertyList.Enabled = Core.AOS; because of.. public static void ContextMenuRequest(NetState state, PacketReader pvSrc) { var target = World.FindEntity(pvSrc.ReadInt32())...
  11. Fraz

    Server Crashes on Faction Gump

    By your crash report it looks to be missing a null check in FactionStoneGump.cs in public override void OnResponse(NetState sender, RelayInfo info) Case 0: if (m_Faction.Election != null) {...
  12. Fraz

    [ATTACH]

  13. Fraz

    Apologies.. I should have tried to include this in the previous video but it slipped my mind at...

    Apologies.. I should have tried to include this in the previous video but it slipped my mind at the time.
  14. Fraz

    [MEDIA]

  15. Fraz

    [MEDIA]

  16. Fraz

    [MEDIA]

  17. Fraz

    [MEDIA]

  18. Fraz

    [MEDIA] Some simple examples I threw together for this system, but hoping to get back to...

    Some simple examples I threw together for this system, but hoping to get back to bringing life to towns and npcs in the coming year. Merry Christmas UO fans!
  19. Fraz

    Portable Anvil and Forge

    You could try.. (FindItemByType instead of FindItemsByType) if (from.Backpack.FindItemByType(typeof(PortableAnvil)) != null && from.Backpack.FindItemByType(typeof(PortableForge)) != null) { return 0; // if both are found }
  20. Fraz

    [MEDIA]

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back