Search results

  1. Kalamus

    Some newbie questions regarding world setup and spawning

    Not sure how up to date the included xml files are but back in Dec 2012 I converted all of neruns spawns to the included xml files http://craftuo.com/threads/revision-17.81/. I haven't looked but neruns probably added or changed some spawns since. Xml spawner has an import command that works...
  2. Kalamus

    Arriana's Quest

    You are missing a closing bracket. You need one for the 'else' and one for the void statement. Use the full code I posted above or it should look like this before your Serialize method else { m.SendMessage( "You are missing something..." ); } } // <---- You are missing this...
  3. Kalamus

    Someone make a guide.

    I'd love to contribute to a guide but I still haven't learned xmlspawner myself. I've seen how powerful and wonderful it is but I always seem to just code something myself vs trying to learn xmlspawner's syntax. Lack of time, laziness, and lack of a good guide is what's holding me back from...
  4. Kalamus

    Friends Cannot Connect

    Try adding your IP address to ServerList.cs on this line. public static readonly string Address = null;
  5. Kalamus

    New to ServUO

    Welcome to ServUO :). It's not only optimized for .Net 4.0 but it requires it as well.
  6. Kalamus

    Greetings Scripters/Players

    Welcome to ServUO :).
  7. Kalamus

    Another New ServUO user. :)

    Welcome to ServUO :).
  8. Kalamus

    Server startup crash - invulnerable vendors

    It sounds like you are missing 'IsInvulnerable' property in your BaseCreature.cs. I'd double check that this line is in BaseCreature and we can go from there. public virtual bool IsInvulnerable { get { return false; } }
  9. Kalamus

    Arriana's Quest

    Remove this like m309 mentioned. public AncientJewelryBox() : this( null ) { } I'd also change your DoubleClick method to look like this so the 'You are missing something' message triggers correctly. public override void OnDoubleClick( Mobile m ) { Item a = m.Backpack.FindItemByType(...
  10. Kalamus

    Arriana's Quest

    I'd also edit the other constructor to remove the name property because it's not being used and you'll also need a parameterless constructor. [Constructable] // Change this public AncientJewelryBox ( string name ) : base ( 0x9A8 ) // To this public AncientJewelryBox() : base ( 0x9A8 ) When you...
  11. Kalamus

    Hey all

    Welcome to ServUO :).
  12. Kalamus

    New to ServUO

    Welcome to ServUO :).
  13. Kalamus

    Glad to be Around

    Welcome to ServUO :).
  14. Kalamus

    On your profile page of course :)

    On your profile page of course :)
  15. Kalamus

    Happy B-Day man!

    Happy B-Day man!
  16. Kalamus

    Howdy HO neighbor

    Welcome to ServUO :).
  17. Kalamus

    Dps Golem

    Kalamus submitted a new resource: Dps Golem - Mobile Dps Golem Read more about this resource...
  18. Kalamus

    Dps Golem 1.0

    This is just a simple mobile I put together awhile back for testing dps to balance things like weapons, spells, pets, ect. The Dps Golem (yeah I know it's an elemental :p) will display a simple overhead message after ~10 seconds of taking damage. This message is calculated from all damage taken...
  19. Kalamus

    Loving this community!

    Welcome to ServUO :).
  20. Kalamus

    "Client files not found"

    Your welcome. Glad I could help :).

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back