Search results

  1. Falkor

    Solen Hive not showing on map

    My memory is rusty but I believe the client decides whether to show the hive and fortress based on the expansion flag the server sends to it. Try changing your expansion setting and see if they show up.
  2. Falkor

    Interacting with secured containers while standing outside the house

    It's a part of HouseRegion.cs. I believe it was changed to match the behavior of the current UO where the contents of private houses are not visible to others outside the house. Look for: public override bool CanSee(Mobile m, IEntity e) { Item item = e as Item...
  3. Falkor

    Dungeon Issue

    Sounds like it's all working properly. The enhanced client is likely ignoring light levels while the classic is observing them. Razor or other launchers can filter this for the classic client if that's your goal. Otherwise players will need a lantern/torch or to cast night sight while in a...
  4. Falkor

    [SOLVED] Weird error after moving files

    It could be an issue with DataPath. You'd think if it couldn't find the client files you'd get some other indication but often it's the world load that fails.
  5. Falkor

    Salvage Bag

    I found this one in an archived copy of The Grove shard. It seems to be of the era you're looking for.
  6. Falkor

    Working token system

    Change lines like if (owner.HasBreath) //give bonus for creatures that have fire breath to if (owner.HasAbility(SpecialAbility.DragonBreath)) //give bonus for creatures that have fire breath If your shard doesn't have putrefication just delete that entry from the list. Before...
  7. Falkor

    I need your help

    Change the text in the spell's .cs file. For example, edit EnergyVortex.cs near this section: public class EnergyVortexSpell : MagerySpell { private static readonly SpellInfo m_Info = new SpellInfo( "Energy Vortex", "Vas Corp Por", 260...
  8. Falkor

    Fel map bleeding over into tram

    Somewhere in the early 7.x client version is the last time the client respected separate maps for Tram and Fel. I don't remember exactly where the cutoff is.
  9. Falkor

    Strange question about a sound effect

    The sound you don't like is that of life leech (or perhaps stamina or mana leech). Either the weapon has that attribute or you are using a skill or special move that does.
  10. Falkor

    What Comes in the ServUO Box?

    You can absolutely play the box-stock ServUO distribution. In fact, I think some of these popup shards to exactly that :D There is some spawner wonkiness that has to be smoothed out for optimum play but it's 99.99% ready to play just unzip, compile, and execute. You'll need to issue the...
  11. Falkor

    UOKR Support

    You just need a launcher for it since it doesn't work with Razor or the others. Luckily Argalep made a nice one: https://www.servuo.com/archive/uo-enhanced-launcher.828/ Just install the Enhanced Client, then the launcher, and you're ready to rock. I would have adopted the EC for my current...
  12. Falkor

    UOKR Support

    I think KR was totally abandoned by the emulator scene. You're missing the 3rd option: Classic UO. https://www.classicuo.eu/ It's like the original UO but with actual 3D rendering to support far more graphics options. If that's not fancy enough for you there's always the Enhanced Client...
  13. Falkor

    Too much blood

    As long as you're not playing the enhanced client, you can edit UO.cfg in the client folder. Add the CensorBlood and CensoredBloodColor keys just above the divider line as shown: CurrentChatChannel=Help CensorBlood=On CensoredBloodColor=#000000 ;------------------------------ Sound=on...
  14. Falkor

    Moved Server. Everyone else can connect but not me

    It is better to run the server from the root of C than within any other directory or you'll fight permissions errors for days. (as in put it in C:\ServUo)
  15. Falkor

    New Shard First 250 Players FREE 15xGM Skills, Mansion and 1m GP

    I think the edit option disappears after a certain amount of time for regular users.
  16. Falkor

    Moved Server. Everyone else can connect but not me

    Same for me - never goes past Connecting.
  17. Falkor

    Moved Server. Everyone else can connect but not me

    See what happens if you edit /scripts/accounting/IPLimiter.cs so that enabled = false. If it freezes before the character selection screen this is one place it can happen. 1616352056 Sorry if it appears I'm ignoring some of your posts - I have to re-load this page to make it show some of the posts!
  18. Falkor

    Moved Server. Everyone else can connect but not me

    Is your firewall list empty? The server doesn't have any other code to take action based on IP address except there.
  19. Falkor

    Moved Server. Everyone else can connect but not me

    I can't think of many ways this could happen based on IP address. Try going to Admin > Firewall and make sure it's empty?
  20. Falkor

    Moved Server. Everyone else can connect but not me

    When you had it running at home you must have configured port forwarding in your router to send 2593 to your "inside" IP address. Try turning that off / deleting the entry in your router and see if you can connect to the new shard then.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back