Search results

  1. Kalamus

    Howdy

    Most RunUO scripts will work with ServUO. Ones that edit some base scripts like Nerun's can't be dragged/dropped though. You'll need to merge the changes in by hand. There should be a version of Nerun's in the Custom Release that works with ServUO. I think it's after 5 approved messages.
  2. Kalamus

    Hello

    Welcome to ServUO :).
  3. Kalamus

    Howdy

    Welcome to ServUO :). Orb is no longer being developed and in it's current state it has a ton of bugs. ServUO picked up where Orb left off with many bug fixes and features added. ServUO is also a fork from RunUO with added SA content that RunUO currently doesn't have. Hope this helps you pick...
  4. Kalamus

    Debugging ServUO with Visual Studio (Image heavy)

    Sorry I thought all images were transferred to ServUO server so I used temp links for them. I've fixed the images. @Insanity any reason why these weren't copied to ServUO servers? Edit: Answered on IRC. Built in feature doesn't work the same, addon will be added back.
  5. Kalamus

    Debugging ServUO with Visual Studio (Image heavy)

    This is a tutorial for setting up your ServUO project in Visual Studio for debugging. This is not a tutorial on how to debug with Visual Studio as there are plenty of resources on the web for this. I will show a couple basics however for this tutorial. I'm using Visual Studio 2010 but the...
  6. Kalamus

    Hello

    Welcome to ServUO :).
  7. Kalamus

    hello

    Welcome to ServUO :).
  8. Kalamus

    Speech Command while mounted

    Try adding 'm != this.ControlMaster' to your mobile checks. foreach (Mobile m in this.GetMobilesInRange(2)) { if (m != this && m != this.ControlMaster && IsEnemy(m)) { m.ApplyPoison(this, Poison.Deadly); } }
  9. Kalamus

    Speech Command while mounted

    I understand what you are saying now. Yeah that's another wall I didn't think of. The problem is the character is getting revealed because of the speech. The event fires before the speech checks, character gets hidden, speech checks kick in and then character gets revealed so it looks like the...
  10. Kalamus

    Speech Command while mounted

    What part is working 'only for owners'? The speech command or the world effects you see?
  11. Kalamus

    Treasure Chest Items

    Not quite sure I understand how the Mana Phasing Orb is suppose to work. Are the charges auto consumed or do you have to double click it to activate it? The wording on this one confuses me. I understand the damage part but attempting to use mana breaking the condition? How would you use mana...
  12. Kalamus

    Speech Command while mounted

    I decided to rewrite your methods some for you as what I stated above needed a bit more work than I explained ;). Use these methods and let me know how it works as it needs testing. public static void Initialize() { EventSink.Speech += new SpeechEventHandler(EventSink_Speech); } #region [...
  13. Kalamus

    Speech Command while mounted

    *FacePalm* Didn't even think about this when I was looking over your code. You can't use OnSpeech for mobiles while they are mounted. The server sends the mount to the internal map when you mount them. While mounted they aren't really there, what you see is just graphics added to your character...
  14. Kalamus

    Speech Command while mounted

    Use the 'e.Speech' instead to compare to a string. Try something like this:if (Insensitive.Equals(e.Speech, "Trick"))
  15. Kalamus

    Hello from Tecmo!

    Welcome to ServUO :).
  16. Kalamus

    Speech Command while mounted

    public virtual bool BlackCloud (mobile from)'Mobile' should be capitalized. from.Effects.SendLocationEffect(new Point3D(from.X+1, from.Y, from.Z+4), from.Map, 0x3728, 13);All these 'from.Effects.SendLocationEffect' should just be 'Effects.SendLocationEffect' Method is a bool but has no return...
  17. Kalamus

    Recipes

    Scripts\Services\Quests\Mondain's Legacy\BaseReward.cs public static RecipeScroll GetRecipe(Array list) { var recipes = new int[list.Length]; int index = 0; int mid = -1; foreach (int i in list) { int val = i - (i / 100) * 100; if (val >= 50 && mid == -1)...
  18. Kalamus

    Recipes

    Recipes and how they work are tied in all over the place. PlayerMobile, the crafting system, quest system, ect. What are you looking to do with them, can probably point you in the right direction.
  19. Kalamus

    Hello there

    Welcome to ServUO :).
  20. Kalamus

    Imbuing Fail.

    Glad you guys got it working :). In order to post in custom releases you need to use the 'UO Archive' link at the top of the forums. Once you are on that page you then use the 'Add Resource' button on the top right.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back