Search results

  1. bojangles2872

    VitaNex error when starting server

    I always get this error that unifont.mul is in use when I have my UO client in use when starting up my server. Unsure of what I would need to change or do to fix this so I wouldn't have to reload my UO client every time I need to restart to check changes made.
  2. bojangles2872

    Resistance based on map help

    I have this line of code that I created for (int i = 0; i < Resistances.Length; ++i) { Resistances[i] = 0; if (base.Map == Map.Felucca)//bojangles resists by facet { Resistances[i] -= 50; }...
  3. bojangles2872

    Monster Titles

    I am wanting to add special buffs for monsters on certain maps and I want those buffs to show up underneath the monsters name and not at the end. Ex; with Paragon title. And then I want those monsters to be able to have a limit of 3 buffs/titles from a list of buffs/titles that I create. Kind of...
  4. bojangles2872

    How to create decimals on item stats

    Basically I'm tired of stats like Hit Fireball on weapons being complete %'s. So what I am wondering is how can I change it to be something like 23.4% chance. I'd also like to experiment with skills going to the hundredth's place to see how it is.
  5. bojangles2872

    Help with Weapon attributes on jewelry

    In BandanaBearingTheCrestOfBlackthorn.cs you can find public override void AppendChildNameProperties(ObjectPropertyList list) { base.AppendChildNameProperties(list); int prop; if ((prop = this.m_AosWeaponAttributes.HitColdArea) != 0)...
  6. bojangles2872

    creating new custom attribute list

    I am trying to create a new Custom attribute list because my AosAttribute list is full and I do not know how to go past 0x80000000 within an enum. So far what I have done will show the new attributes within the custom attribute list but the new attributes are not working properly. So far the...
  7. bojangles2872

    Edit all XmlSpawners on one map

    What I am trying to do is edit all spawners at once on the Felucca map so they will spawn paragons without it affecting any other map, and then changing the value of how often paragons will be spawned to a much higher rate. Basically what I am aiming for is to make Felucca the hardest map and...
  8. bojangles2872

    Help with Invalid Cast Exception

    I have never encountered this error before, so I am not sure what it is i need to fix. Every time i kill a monster the server will crash. This is the error report: ServUO Version 0.5, Build 6785.34186 Operating System: Microsoft Windows NT 6.2.9200.0 .NET Framework: 4.0.30319.42000 Time...
  9. bojangles2872

    ServUO help with crit damage

    What I am trying to do is make it so when a player does a critical hit I want the damage modifier to pick up on the players critical damage attribute ( had to create a new attribute list because AosAttribute list was full so it is named CustomAttributes ). What I am not sure of is how do I get...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back