Search results

  1. jinh86

    Making an Item that takes on properties of items added to it.

    It’s not an easy task, it largely depends on the type of bonuses involved. For instance, if the bonuses are strictly stat/skill increases, that’s one scenario. However, if they include special behaviours (such as reducing incoming damage, emitting light, or suppressing hunger/thirst), it becomes...
  2. jinh86

    Mobiles get stuck all the time

    Great, glad that you managed to make them better at moving around!
  3. jinh86

    Cant make 2 basecreatures ''shove'' each other / onmoveover

    Your override probably works already (and you even skip CheckShove cause you don't return base.CheckShove on the overridden Zombie), I would rather check where in the mobiles pathing the OnMoveOver is called in your code and check if it's properly handled. For example, I don't have at all...
  4. jinh86

    Cant make 2 basecreatures ''shove'' each other / onmoveover

    Hmm no, it works with everything. I'm not sure what are you trying with that XmlValue, but to override the normal BaseCreature for zombies to pass through other zombies should be as easy as going into the Zombie class and add this: public override bool OnMoveOver(Mobile m) { return m is...
  5. jinh86

    Mobiles get stuck all the time

    Same, we have the same server since 23 years and we started with RunUO 1.0. We just cherry-pick changes and keep modifying it, but it's impossible to convert old servers xD Chucl, I'd suggest checking ServUO latest pathing and see where you can pick elements to update your own. AI also can...
  6. jinh86

    Trying to determine relative coords for a radar system.

    Yes, it is possible to achieve this, as Voxpire mentioned, using CUO customization. On our server, I implemented a click-on-map teleport system for Game Masters, allowing them to move quickly across the map. To do this, you can extract the map coordinates by detecting where the user clicks on...
  7. jinh86

    Changing mobile sizes

    We did it in our server, you've to work with the client (if you use ClassicUO) and modify how it renders mobiles, their selection area and all relative to the mobile according to a parameter that you'd have to send from the server.
  8. jinh86

    Running out of space for statics

    Since you're using an older version of RunUO, you're likely limited to the smaller mul files. What you can do (this is what I did with my shard) is modify both the server and the client to support the newer files with more space and updated tiledata. My server started as RunUO 1.0 and has...
  9. jinh86

    [MrRiots] Halloween Art 2024

    Very nice, good job!
  10. jinh86

    Jako Leveling System (Balanced Pet Leveling)

    Those methods are set private so they can't be accessed outside of their class. Make them public or make a public caller for your specific need if you don't want to make them public.
  11. jinh86

    Gem bug.(SOLVED)

    Check the LookPackEntry method and how it works when you pass GemItems, also check what GemItems is, etc... RunUO/ServUO won't change much in these kind of bug.
  12. jinh86

    Flying NPC and Mounts

    If you work on the Client side as well and have that separate as you said, you can definitely render it behind the body. It's all about rendering order for the layers, you can even create a new layer just for that.
  13. jinh86

    NEW Blue Spinning Moongate

    Love it, thank you! Frame 3 and 5 have a couple of pixels too white so they become transparent. Easy fixed with photoshop, just wanted to let you know and thank for the great job.
  14. jinh86

    UO Gump Editor

    I understand, I think it's a good start! One thing that comes to mind about capabilities to replicate from GumpStudio (that's old and not updated, but had good basic elements) is for example the possibility to create backgrounds selecting the first left-corner ID. I don't think the point is to...
  15. jinh86

    UO Gump Editor

    It's nice to see someone having a fresh approach to Gump editing. Are you planning to match, and then improve, the classic to-use "GumpStudio"?
  16. jinh86

    Hello!

    Welcome ^=^
  17. jinh86

    UO Studio

    I never really care about the stars, more about reactions and comments (and I think a lot of people do the same)...so I don't think that would affect your work much. But yeah, agree that who downloaded and single-starred without explaining why is not great. That said, I'm very excited by this...
  18. jinh86

    Greetings and Salutations

    Welcome ^=^
  19. jinh86

    Double-Clicking to Equip

    Yep sorry, "is not" is not supported in your .NET platform, so as Fraz said was the fix. Also agree with him that you should check the function of PlaceInBackpack, cause for example in my server it has a nullcheck to prevent crashes, but I'm not sure if in your ServUO it's handled or not. If...
  20. jinh86

    Double-Clicking to Equip

    That's because BaseWeapon needs a specific handling, due to its nature of being more particular: one handed can go only if there is nothing in 1h and nothing or not a weapon in 2h (1h works with shields, that are basearmor in twohanded layer). I'm not on a standard ServUO/RunUO and I don't know...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back