Search results

  1. Carlos_ar

    Cooking Expansion Set

    Yeah. If you look at the way it checks for the mill, it was changed to be more streamlined. So you just change it to the new way in the script. In the expansion too, they added the steam powered drink machine, but it exists now in the core, so you can comment some of it out and you have to...
  2. Carlos_ar

    Cooking Expansion Set

    Honestly it's a ton of edits. There is quite a bit of things that have to be commented out because they are redundant in the expansion. So far as I've seen, everything is working properly. I wanted to post the working codes, but I have so much custom stuff on my server that there were just...
  3. Carlos_ar

    Chocolatiering Adventure!

    I have it figured out except one small thing, but as it turns out is a pretty big thing. In the current distro, to add loot to a container the code is: AddLoot(LootPack.FilthyRich, 3); What that does is give you 3 rolls of all the FilthyRich loot pack entry and put all those items in the...
  4. Carlos_ar

    Chocolatiering Adventure!

    Ah well jeez. My apologies... I've been operating since November, under the assumption that I was using Pub57... grrrrrr My bad. In that case, let me look it all over. Thanks for that! So, looking over the actual pub57. I fixed the issue, but p57 doesnt have the Wedding package? Or is it...
  5. Carlos_ar

    Chocolatiering Adventure!

    Possible... I just downloaded the pub57 from ServUO/Download (the link at the top of the forum) then go to "Code" dropdown and hit "Zip Version" Is that not Pub57? I see the "Latest" is 57.1
  6. Carlos_ar

    Chocolatiering Adventure!

    I just don't know. Just to check I put the scripts into a fresh server and didn't come up with any errors. :(
  7. Carlos_ar

    Chocolatiering Adventure!

    Can you shoot me your vorpalbunny.cs?
  8. Carlos_ar

    Chocolatiering Adventure!

    Same, Windows10. hmm can you post your vorpalbunny.cs file? The Oompas are based on that. If that script is working, I cant't see why this one wouldnt. Actually... post the Oompas script and the VorpalBunny Just in case, somehow it's different on your end.
  9. Carlos_ar

    Chocolatiering Adventure!

    I did try it on a brand new download, no other files or anything installed. I don't doubt you, at all, I just can't get the error to come up. Of course I want to, so I can fix it... and for my own personal knowledge of what I did incorrectly.
  10. Carlos_ar

    Chocolatiering Adventure!

    Hmmm. Give me just a moment. Going to find the specific FleeChance scripts. ***** Man I'm not really sure. I just ran it on a clean pub57 and I didn't get the error. I was really hoping I would so I could fix it. Anyone else on here that can offer advice?
  11. Carlos_ar

    Chocolatiering Adventure!

    What version are you running? This is for pub57
  12. Carlos_ar

    Achievement System

    Are you working with the free version or the paid version? I have both, and the paid version is incredibly robust and stable. The free version, I found didn't drop the items that it is coded to do. I'm not sure why. It compiles but doesn't actually work beyond triggering the fact that you...
  13. Carlos_ar

    Where is the ITokunoDyable at?

    heh That's how I would handle it. Essentially it looks like that is to make that item dyable with Tokuno dyes, but I think they changed the function in pub57. What you could do is comment it out, then go into the game and use a Tokuno dye to change the color. If it works then you can leave it...
  14. Carlos_ar

    Where is the ITokunoDyable at?

    I'm using pub57, I assume you mean the NightEyes.cs file. Mine looks like this... namespace Server.Items { public class NightEyes : Glasses { public override bool IsArtifact => true; public override int LabelNumber => 1114785; // Night Eyes [Constructable]...
  15. Carlos_ar

    Where is the ITokunoDyable at?

    Which artifact scripts? Name one specifically. Or better yet, paste it here, particularly the top 20 lines.
  16. Carlos_ar

    Where is the ITokunoDyable at?

    Maybe I can help. What script is throwing that error? Usually when I get this error, it's because at the top of the script that place that has 'using.server;' is missing the reference to the script that has the type or namespace missing.
  17. Carlos_ar

    Hi Hi!

    I am by no means the authority, but based on my current experience, ServUO is fantastic. In 2001ish I messed around with Sphereserver, several years later I was on a few different ones, during what I consider the "War of the Emulators" LOL Shortly after I was on RunUO... That was oh... 8...
  18. Carlos_ar

    Chocolatiering Adventure!

    Carlos_ar submitted a new resource: Chocolatiering Adventure! - Oompa Loompah Doop-a-dee-do! Read more about this resource...
  19. Carlos_ar

    Chocolatiering Adventure! 2022-03-10

    The credit for scripting the Guardian House system goes to @Juzzver. He did an incredible job of getting what I had in mind into UO. For that he has my eternal gratitude. Here's what you can expect when players go adventuring in this house. Candy Cottage: When they try to open the door...
  20. Carlos_ar

    Tarot Cards

    Carlos_ar submitted a new resource: Tarot Cards - All the Tarot Card gump art as items. Read more about this resource...
Back