Search results

  1. Kalamus

    -Arya Battle Chess- Publish 54--0.9--

    Yeah who doesn't love chess!
  2. Kalamus

    Hello :)

    Welcome to ServUO :).
  3. Kalamus

    Hello

    Welcome to ServUO :).
  4. Kalamus

    -Arya Battle Chess- Publish 54--0.9--

    That's the same conclusion I came up with @Ravenwolfe. I couldn't find a way to override it. Tresdni suggested using the Movement event handler but sadly that one is not fired unless the movement check has already passed. I see why the NPC's are setup that way though no matter what the map...
  5. Kalamus

    Map Editor Tools

    These are just added through the toolbox.xml? Looks like I'll need to spend a bunch of time filling this unless someone has one they wish to share ;). Thanks again Hank. I'll load these up tonight and play around with it some more. Seems we can't get our post in sync :p
  6. Kalamus

    Map Editor Tools

    Awesome Hank. Yeah that's the version I downloaded. Just wanted to make sure it was the latest. Any tip on how to move the map around in Editor mode? I tried mouse buttons, WASD, arrows, numpad, ect. Can't seem to move the map around. Awesome. Thanks Hank. I see you edited your post with the...
  7. Kalamus

    Map Editor Tools

    I just starting messing around with map editing for the first time last night. I got CentrED+ setup thanks to @Hank tutorial. I think I got UO Landscaper figured out now too. Last one is UO Architect that I have a couple questions on. I found UOA 2.7, is this the latest version? Also I got it...
  8. Kalamus

    Bag of Blessing

    Well props go to Hank for posting the script. I just fixed your spelling/case errors :).
  9. Kalamus

    Bag of Blessing

    Line 28:public override bool OnDragDrop(Mobile from, Item Dropped)to:public override bool OnDragDrop(Mobile from, Item dropped) Line 44:writer.Writer((int)0); // versionto:writer.Write((int)0); // version
  10. Kalamus

    Bag of Blessing

    Can you post your whole script for me? I can't see all the code from your above screenshot but I do see one error on it. Change line 15:LootType = Blessed;to:LootType = LootType.Blessed; Need to see the code for the other errors.
  11. Kalamus

    Bag of Blessing

    The code Hank posted above compiles fine for me. If you wanna post the new errors you are getting I can point you in the right direction.
  12. Kalamus

    Bag of Blessing

    Change your:namespace Server.items To this:namespace Server.Items C# is case sensitive ;)
  13. Kalamus

    Signatures

    Love the image :)
  14. Kalamus

    Hello!

    Welcome to ServUO :).
  15. Kalamus

    Number of Accounts and houses

    Scripts/Accounting/AccountHandler.csprivate static readonly int MaxAccountsPerIP = 1; For the houses you would have to do a bit of coding in BaseHouse.cs. There are few examples on RunUO forums for this but I don't have any code handy for it.
  16. Kalamus

    Hello

    Welcome :).
  17. Kalamus

    I'm Fenris.

    Welcome to ServUO Fenris :). Hope you like the switch.
  18. Kalamus

    All but this one...

    Yeah looks like you still have two copies of the same files. If I get some time I can look at these for you tonight/tomorrow. It will probably take a manual merge instead of just overriding the files as ServUO distro scripts for those files might be a bit different and even overriding them might...
  19. Kalamus

    Back to 2.3

    Glad you got it working :)
  20. Kalamus

    Back to 2.3

    The last two pictures you posted show that you have both DataPath & OpenUO pointed at ServUO itself. If for some reason you moved your UO files inside your 'ServUO-master' directory then I would suggest starting again clean and keep everything separated.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back