Search results

  1. Hammerhand

    Console issue

    How do I run it that way? This is a copy of a live server if that makes any difference.
  2. Hammerhand

    Console issue

    I use the ServUO.exe, always have.
  3. Hammerhand

    Console issue

    Obviously, I wouldn't be using the ServUO.exe to do this? That's what I've always used, so now I'm sort of lost. :(
  4. Hammerhand

    Console issue

    Exactly how do I do that?
  5. Hammerhand

    Console issue

    This is using the BODs from the latest ServUO. The Small Smith & Tailor BODs have the needed constructors. I'm adding them into a live server with 3 custom leathers. I haven't messed with the constructors at all. And changing the buffer size in the Console in both Properties and Default changed...
  6. Hammerhand

    Console issue

    I'm trying to convert the BOD system for our current live server to that of the latest release. I'm hoping I don't have to do the opposite.. as in add all our customs & mods into the release. Anywho, I'm getting this massive error that I cant see the top of in the console. The script affected is...
  7. Hammerhand

    Out of the mouth of babes.. sort of..

  8. Hammerhand

    Weapon Speed 0

    http://www.uoguide.com/Paladin_Sword
  9. Hammerhand

    Weapon Speed 0

    Not a bug. That would be due to neither custom weapon having the ML float speed. Scythe needs public override float MlSpeed { get { return 3.50f; } } Not sure what the Paladin sword would need in regards to the return...
  10. Hammerhand

    Old Beekeeping System needs updating to Pub 54 anyone interested?

    For the Dupe errors, just remove those sections of code. Dupe hasn't been used in years. For the SBBeekeeper errors This private ArrayList m_BuyInfo = new InternalBuyInfo(); private IShopSellInfo m_SellInfo = new InternalSellInfo(); public SBBeekeeper() {...
  11. Hammerhand

    Custom effect on or close to creature death

    I did this with a mob years ago. It was immune to both ranged & magic attacks, so only melee worked on it. When it died, it tried to take you with it. Maybe something like this will help. public void Explode() { List<Mobile> list = new List<Mobile>()...
  12. Hammerhand

    Fools Gold & similiar

    Hammerhand submitted a new resource: Fools Gold & similiar - fools gold Read more about this resource...
  13. Hammerhand

    Fools Gold & similiar 1.0

    Many, many moons ago, someone made a lil script called Fools Gold. Just a simple pile of gold sitting on the ground. Try to pick it up & get shocked. Some years later I revamped it a little bit. Contains the original pile of gold coins, but also has a bank check, token pile & token check (for...
  14. Hammerhand

    Druid Spell System

    These can either be used to replace the original files in a stock ServUO, or use WinMerge to combine them. Initializer & Reagent go in Scripts/Spells. SpellHelper & SpellRegistry in Scripts/Spells/Base. SpellBook in Scripts/Items/Equipment/Spellbooks. The Druid & DruidSpells folders can go...
  15. Hammerhand

    PUB 97

    Just where did you think Broadsword gets their better ideas from anyway? :D
  16. Hammerhand

    Engraved Text on BaseWeapon - what do notes mean?

    A server I staffed on & scripted for some years back had engravable armor. We used list.Add(1053099, "{0}\t{1}", oreType, GetNameString()); // ~1_oretype~ ~2_armortype~ if (!String.IsNullOrEmpty(m_EngravedText)) list.Add(1062613, m_EngravedText); at the...
  17. Hammerhand

    Something's wrong with [CreateWorld

    You now have a bad save. Delete it & replace it with one from the backup folder. And that wasn't exactly a ServUO error. Your server went into save mode while trying to run the CreateWorld. Which is what ultimately caused the corrupted save.
  18. Hammerhand

    Player Vendor Gump (modified)

    Tricky as in difficult, or tricky as in a piece of cake & I should have seen it myself? Either way, it worked! Thankyou! I now have a fully functioning 3 race player vendor setup. :) Now the question is.. should I release it?
  19. Hammerhand

    Player Vendor Gump (modified)

    Gump lists the Elven hair styles correctly. Just changes to human hair when you click on any of the elven hairstyles. Example. Elven female vendor, click on Flower hairstyle, get human female. See pics. 1st pic shows gump w/ original hair, 2nd is after picking Flower. It does this with all elven...
  20. Hammerhand

    Druid Spell System

    Hammerhand submitted a new resource: Druid Spell System - Druids Read more about this resource...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back