Search results

  1. Pet AoE damage

    Should I edit this in base creature? Just trying to figure out where they all get their targeting parameters from I guess. Thanks for the reply and the information you have provided so far. ***EDIT*** public static bool ValidIndirectTarget(Mobile from, Mobile to) { if (from...
  2. Daat99's World Omniporter For ServUO

    We ended up using a seperate world travel book. I was just hoping we could use the omniporter so we wouldn't have to update two different scripts. It's not that big of a deal, but it's the extra work involved. I'm always trying to find ways to lower the maintenance work involved. :P
  3. Pet AoE damage

    Can someone point me in the right direction maybe? I am having issues with mercs and pets with other AoE skills. They are hitting each other and/or the control master. I would really like to figure out where this is and disable this "friendly fire" for my server. Thanks guys.
  4. How to change backpack's MaxWeight

    Not sure about weight, but when we changed the max items containers could hold, we had to recompile the server to get the change to take effect. I'm not sure if deeds or scrolls would work well as an increase in weight for backpacks. If you have to do a recompile every time someone uses a deed...
  5. Daat99's World Omniporter For ServUO

    We tried that. All that managed to do was crash the server any time we tried to use the teleporter from the backpack.
  6. Party Member Pets - My first script! (Kinda)

    Thanks! I'll have to look into the code for this. Any idea where it calls itself at home? Definitely will be capping all skills. I'm trying to figure out a way I can set a skill cap on all their skills and just make a call to that script to get their skill and stat caps. That way, people could...
  7. Party Member Pets - My first script! (Kinda)

    So... I know it's been a while since my introduction post, and I kind of fell off the map shortly after that. I am currently working and going to college so my time for working on UO stuff has been severely limited. This is my first project that I plan on releasing. I have done several single...
  8. Daat99's World Omniporter For ServUO

    Any way to set these up as items the players can carry and use as well? We have the World Teleporter book as well, but for some reason all the custom entries send players to Trammel town entries instead.
  9. Clean ServUO pub 54 with OWLTR 4 and Animal BODs

    Thank you guys very much for working through this and getting this packed together for those of us who tried and failed :) This has been my biggest hold up with transitioning from RunUO 2.5 to ServUO. Now I can start building on this as a solid foundation. I just wanted to say thank you guys for...
  10. Working on RandomTrinket System

    I'm doing a little project for a friend's RunUO 2.5 server. I'm trying to fix the random trinket system so that it will actually drop blessed items no matter what monster drops them. I have been able to fix it for a single mob by doing this: public override void OnDeath( Container c ) {...
  11. OWLTR 4.0 for ServUO Pub 54

    I've had the same issues. Replacing the servUO files results in missing references from other servUO files. I've also tried merging, but the syntax is so different between the servUO files and the OWLTR that I can't figure out quite what is going on.
  12. Hello Everyone!

    Thanks for all the further replies. I've hit a dead end with OWLTR. I got too frustrated to continue for now. I will come back to it with fresh eyes and mind a little bit later. It appears to use different syntax than the ServUO server I have downloaded so it will take me some time to sort out...
  13. Hello Everyone!

    Thanks for the replies guys! I've just started with a fresh ServUO server and am working at merging in OWLTR at the moment. I'm going to have to really focus on this, as it is a lot different from writing the small simple programs I've been doing in class.
  14. Hello Everyone!

    It helps a bit. I'm still very new to all this though. I've been taking a beginners C# class from Microsoft Virtual academy, as my C# class will not start until my fall semester this year. So, I'm still getting used to Visual studio and Visual Studio Code. (These are what I am using to do all my...
  15. Hello Everyone!

    Hi! I've just come back to playing UO and am staffing on a friend's server. I am currently enrolled in college for a degree in Information Technology. My degree focuses heavily on programming languages as well, so I thought I would start helping my friend with custom UO scripts. I was wondering...
Back