Search results

  1. bojangles2872

    Issues with playermobile

    in PlayerMobile.cs you have case 36: // Edit { LavaPaintExpiration = reader.ReadTimeSpan(); if (LavaPaintExpiration > TimeSpan.Zero) { BodyMod = (Female ? 184 : 183)...
  2. bojangles2872

    Issues with playermobile

    writer.Write(36); // version writer.Write(LavaPaintExpiration); //Edit writer.Write(_BlessedItem); writer.Write((int)m_ExploringTheDeepQuest); // Version 31/32 Titles writer.Write(m_ShowGuildAbbreviation)...
  3. bojangles2872

    Issues with playermobile

    It is definitely your player mobile.cs that is causing the error, and it has something to do with the serialization. Try moving line 4859: writer.Write(LavaPaintExpiration); to line: 4713. You have to serialize in the the order that you deserialize.
  4. bojangles2872

    Issues with playermobile

    Find your .exe and create a shortcut for it. Then right click your shortcut and click Properties. For the Target Path (which is something like C:/blah/blah/blah) put " " around that then add -debug to the end of it. When your server crashes for any reason or won't load it'll will spit out the...
  5. bojangles2872

    Spell word hue?

    Divine Fury.cs has a public override for the Mantra, may be able to edit the CliLoc to add in the color. Or may be able to edit the return to have it. Other than that the only way I know to change to the color of the mantra is to change the SpeechHue. public override int MantraNumber...
  6. bojangles2872

    Issues with playermobile

    Check this line in serialization, when you scroll down to deserialize you're on case 36. Pretty sure this needs to be 36 instead of 35. Anytime something tries to delete itself on load it usually has to do with serialization. (line4712) writer.Write(35); // version Also if you run in debug...
  7. bojangles2872

    Help with Invalid Cast Exception

    I messed around with a few things and couldn't get anything to work, after removing all the changes i made I now get a completely different error that I have never encountered before. Still the same situation, whenever i kill a monster the server crashes. I recently modified my items to be...
  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

    This is what I ended up with, but this critical hit system sometimes doesn't seem to work for some reason. Sometimes I can get it to work if I move some of the lines of code around but as it stands right now I'm not getting any critical hits. // crit chance = 20% int...
  10. 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