Recent content by Blood and Honey

  1. Blood and Honey

    PvP Ranking System Exist?

    I can't wait to try this out! I'll plug it in later tonight after work and see if I can get it going - Thank you so much ScrubTasticx!!
  2. Blood and Honey

    PvP Ranking System Exist?

    That would be amazing
  3. Blood and Honey

    PvP Ranking System Exist?

    I haven't done anything like that before, it sounds like it may be outside of my expertise range. Does something similar currently exist for ServUO?
  4. Blood and Honey

    PvP Ranking System Exist?

    BUMP on this. Does anyone know of this existing on ServUO?
  5. Blood and Honey

    Player v. Player Arenas System

    When I use this script, the following errors occur: (It may be something simple that I need to change or add to PlayerMobile? I'm just unsure. Is there a "readme" for this by chance?)
  6. Blood and Honey

    Custom Skill Bonuses for PvE Content Only

    Ahh thank you both so much! I should be able to get it going from here <3
  7. Blood and Honey

    PvP Ranking System Exist?

    Hello! I am looking for a standard PvP ranking system that ranks all players on the server in open world pvp. I've seen it on various freeshards before.. It worked something like this: Killing a player would award at minimum +1 point to your rank. Players would always get only +1 point if...
  8. Blood and Honey

    Custom Skill Bonuses for PvE Content Only

    Hmm I am using repo pub 57. Here is the top of BaseCreature.cs: 1590189554 I blanked out the other 2 lines of code that said "AlterSpellDamageTo" and "AlterMeleeDamageTo". Cut down a couple errors but I'm still suck at these 7 errors
  9. Blood and Honey

    Custom Skill Bonuses for PvE Content Only

    This looks amazing! This would be exactly what I'm after. I tried inserting the provided code into BaseCreature.cs in various locations throughout the file but each time I was given various errors - does it belong in a specific place in the file? Here is the area I assumed to place it with the...
  10. Blood and Honey

    Custom Skill Bonuses for PvE Content Only

    Hello, I am looking to add some minor bonuses to some lesser used skills that have PvE application only. I'm not really sure where to begin with this in the code. Here is my aim: Anatomy skill provide an additional bonus of +1% Damage Reduction *PvE Only* per 10 points of skill. So at 100...
  11. Blood and Honey

    Resists on a Spellbook?

    Hmm I'll keep after it and utilize the workaround in the meantime. It would be nice to add resists in the spellbook code to prevent some glitches with the workaround but either way I appreciate the help!
  12. Blood and Honey

    Custom "HitEffect" Property - Please Help!

    Very interesting, I hadn't thought to use it this way with XmlSpawner. This looks great! I'll give it a try, thank you very much for the help D4rkh0bb1T
  13. Blood and Honey

    Resists on a Spellbook?

    I am trying to put resists on a spellbook, and can't figure out how. (I've tried looking at BaseJewel.cs and SpellBook.cs and mirroring all resist code lines but no luck) Here are the errors I am getting associated with each line that is trying to add resists: using System; using...
  14. Blood and Honey

    Custom "HitEffect" Property - Please Help!

    Hmm. I can't figure out how to put that in to create a "10% damage reduction buff for 10 seconds", can you help show where? Also I'm struggling linking the to link the timer to make the buff time out after 10 seconds as well. public virtual void DoBUFF(Mobile attacker, Mobile defender...
  15. Blood and Honey

    Custom "HitEffect" Property - Please Help!

    Hello, I am trying to create a Hit weapon property (like to HitLightning, or HitCurse), that provides a buff effect. I've created a couple custom Hit properties thus far, but I'm struggling with a buffing one. (For Example in addition to "Hit Lightning 50%" on a weapon, it could also have "Hit...
Back