Search results

  1. arvoreen

    seruo pub 54 with daat system having issues with craft system

    Well, now's your chance to work on getting better! Do as I suggested, and search the code for the message you're getting when it fails to craft an item you believe it should be crafting (mine was in CraftItem.cs in pub 58, so you could start looking there to narrow it down, but I don't know all...
  2. arvoreen

    seruo pub 54 with daat system having issues with craft system

    I think your main issue is that this isn't a simple issue to fix. Adding/changing o/w/l is quite involved, so it's not like you can just paste 1 class for someone to help debug, there are a bunch of them. Search the code for what it says when you fail to craft the item (I forgot the wording, so...
  3. arvoreen

    Adding teleportation to an item when double clicked

    I would brush up on some C# basics to be honest, it looks like you're getting methods and properties confused with each other. Not trying to be mean or condescending, but it would help you immensely in the long run. *edit: I didn't read the whole thing, but this looks like it might be useful to...
  4. arvoreen

    Can't figure out this error.

    the error is not with DecorateDelete.Generate, it is with Decorate.Generate, which requires 3 parameters.
  5. arvoreen

    Server stopped loading

    No prob, good luck!
  6. arvoreen

    Server stopped loading

    Make sure server is stopped, remove (keep a copy somewhere *just in case*) everything in the Saves folder, then copy all the stuff in that Most Recent folder into the Saves folder, then start the server back up
  7. arvoreen

    Server stopped loading

    That would be my guess. No clue how/why that would happen just copying the files over, unless maybe it was saving as you copied them or something like that. If you have other/older backups, you could try restoring from another copy (I'm sure you probably thought of that already) I am unsure of...
  8. arvoreen

    Harvest Timers?

    Oh man, that suuuucks! I'm using VS 2022 Community, and I open the whole project with the ServUO.sln file, and haven't had any problems so far. If it broke on me, I'd be doing everything I could to fix it, that's one of those features I can't live without in any language/IDE/project!
  9. arvoreen

    Harvest Timers?

    Found this near the top of Lumberjacking.cs: // A resource bank will respawn its content every 20 to 30 minutes MinRespawn = TimeSpan.FromMinutes(20.0), MaxRespawn = TimeSpan.FromMinutes(30.0), Similar stuff in the Mining.cs constructor as well. *edit: Do you use visual studio? That and...
  10. arvoreen

    Healer That Heals Anyone

    Nice, good for you! I took a quick look at a couple different ones, and at a quick glance, this one seemed the most comprehensive as far as being related to the modification of if statements: Complex if statements with C#'s logical operators although I guess it would depend on how familiar you...
  11. arvoreen

    Healer That Heals Anyone

    Change else if (this.HealsYoungPlayers && m.Hits < m.HitsMax && m is PlayerMobile && ((PlayerMobile)m).Young) to else if (m.Hits < m.HitsMax && m is PlayerMobile) You will also (probably) need to change the spot where it has if (m.CheckYoungHealTime()) as that looks like it is probably related...
  12. arvoreen

    Royal City not being fully populated

    https://github.com/ServUO/ServUO/issues/4980
  13. arvoreen

    Mount change color when mounted.

    Looking at the base class EtherealMount (in Scripts/Mobiles/Normal/Ethereals.cs) I see a few properties you could set to try, Transparent, TransparentMountedHue, and NonTransparentMountedHue. I'd probably start by trying to modify some of those in your mount and see if it works. Do you use...
  14. arvoreen

    Convert PublicMoongate.cs to string

    If you look at the PMList class constructor, it does not have one that accepts a string, only an int, so you will need to create a new constructor that accepts a string (looks like maybe 2 strings, for the first and second parameters "number" and "selNumber"). *edit better would be using one of...
  15. arvoreen

    Convert PublicMoongate.cs to string

    With the limited code I can see, my guess would be that you need to make some changes to PMList so that it can accept a string or strings for parameters
  16. arvoreen

    Skills Cap

    Ahh, if they did that I would imagine that servuo would mirror the change. Something to look into I suppose!
  17. arvoreen

    Skills Cap

    This could be due to the age of the account and veteran rewards: https://www.uoguide.com/Vet_Rewards:_4th-year,_5th-year,_and_a_skill_cap_increase! *edit: there is supposed to be a ! at the end of that URL, but it won't let me put it there, it just removes it after I edit URL. So add a ! after...
  18. arvoreen

    Hello

    You say coming back, but do any of us ever really leave? ;) Welcome back!
  19. arvoreen

    Trying to get to Stygian Abyss

    Just an update, came upon this on github: Ter Mur decorations failing to load · Issue #4980 · ServUO/ServUO in case anyone else is having trouble, this looks like a good place to start looking. I haven't implemented this change yet so can't comment on how well/what it fixes.
  20. arvoreen

    Newbie and starting to get ServUO to work (hopefully!!)

    That may help, can honestly say I've never used the enhanced client, so no clue if it comes with the required files or whatnot! Just don't forget to change the DataPath to point to the classic client

Active Shards

Donations

Total amount
$5.00
Goal
$500.00
Back