Search results

  1. Dramoor

    Make Custom Chairs Useable

    They forgot to say this is for ClassicUO I think.
  2. Dramoor

    Requiring NDA for ServUO code?

    The guy wants you to work for free for him to make money while he makes vlogs about how great he is. That is what I see when I look up his stuff. Let him fix his own bugs or PAY someone like all other server owners do.
  3. Dramoor

    Unchained (UOR)

    Maybe be nice if you keep your players out of every other server's discord channels spamming invites to your discord channel, please. It is rather tacky.
  4. Dramoor

    Question on a script

    Sorry if that does not work I added the custom spells directly into my spell system for other settings to work for my server. Just figured it might work out for someone. I will go see if I have a blank one from when I first obtained it in my repo history.
  5. Dramoor

    Question on a script

    using System; using System.Collections; using Server.Items; using Server.Targeting; using Server.Mobiles; using Server.Spells; using Server.Commands; //using Server.ACC.CSS; namespace Server.Scripts.Commands { public class AllSpellCommands { public static void Initialize()...
  6. Dramoor

    UOSteam/AssistUO for ClassicUO

    You can already use UOSteam code in Razor Enhanced which works with ClassicUO Clients. No reason to spend this absurd amount of money on something you can already do. They even have the editor working with the syntax when writing.
  7. Dramoor

    Honesty Quest

    In your config folder should be an Honesty.cfg file. Open it and set Enabled=True to Enabled=False
  8. Dramoor

    New Shard install but had a Windows update Now ServUO 57.1 shard Broken Plz Help if you will

    Is probably because your computer is doing Automatic Private Internet Protocol Addressing.
  9. Dramoor

    [go command error message

    should be [go 3714 1118 0 no commas
  10. Dramoor

    Check Duration

    Add at top of Gumps script. using Server.Commands; Then inside can add public static void Initialize() { CommandSystem.Register("CheckDura", AccessLevel.Player, new CommandEventHandler(CheckDura_OnCommand)); } [Usage("CheckDura")]...
  11. Dramoor

    Add Wall Command/Gump

    I made some edits on mine to this to not have to tile every time. I added this so it is under the Back button: AddCheck(15, 140, 2151, 2153, false, 1); AddLabel(55, 145, 1153, "Tile"); And to handle it I just changed it to if (info.IsSwitched(1))...
  12. Dramoor

    Plant Sprinklers

    Odd. They all are set to Invalidate properties.
  13. Dramoor

    ServUO - Opening an invisible container.

    Essentially I just added a flag for hiddenchest to item.cs. Set the invisible chest with the flag. Then went to all the areas that were checking for OnSee and added in to also check first (and line of sight) for that flag. Then if it did, it would have to send the packet of the item before...
  14. Dramoor

    ServUO - Opening an invisible container.

    Bank box is visible true. Those are all equipped on use iirc. That wouldn't work for what I was working on.
  15. Dramoor

    ServUO - Opening an invisible container.

    Curious if it is possible to open an invisible container (as player. visible false works fine as staff as we can see the chest). Unsure if it would be possible at all, really. Just figure if you can walk into and be blocked by an invisible container, why wouldn't you be able to open it...
  16. Dramoor

    Potted Tomato Plant + extra

    Yeah, I dunno just figured that is a quick fix on that. lol
  17. Dramoor

    Potted Tomato Plant + extra

    Where it changes the ItemId on the growth just add Visible = True; to them (might only need first one) so it sets it visible.
  18. Dramoor

    New seats don't let you sit on them

    Also check to make sure your datapath is linking to the correct client. That might cause issue as well.
  19. Dramoor

    New seats don't let you sit on them

    I sit in them perfectly so Unsure.
  20. Dramoor

    Easy Way to Disable new Runic Loot System?

    RunicReforging.cs should have that information.

Donations

Total amount
$50.00
Goal
$500.00

Shards

Back