Search results

  1. Juzzver

    Moongate with charges

    I don't quite understand your question. First problem is here, that all of your mods wont work, because you set effect timer = 0. Next problem: you in both cases trying to add mods, when OnAdded methods need use AddStatMod and OnRemove - need use RemoveStatMod methods. public...
  2. Juzzver

    Hue room help please

    By default players can't use mark and other teleport spells in Green Acres area. Only staff members. https://github.com/ServUO/ServUO/blob/master/Scripts/Spells/Base/SpellHelper.cs#L826-L830
  3. Juzzver

    Hue room help please

    for spaces need use quotes "Green Acres"
  4. Juzzver

    Hue room help please

    Use default map part, just teleport to "Green Acres" [go "Green Acres" if you want block current zone and use for players, add some invisible blockers to the area: [tile losblocker - it's will disable any teleports to outsides. [tile blocker - will block movements. or you can download here...
  5. Juzzver

    ServUO - Help clearing world

    Use [admin to delete accounts. Accounts must be deleted with mobiles and their items. Houses and boats I think wont deleted, just will lost owners. For delete houses and boats use next commands: [global delete where basehouses [global delete where baseboat and wait 1-2h while items after...
  6. Juzzver

    Whip Animation

    any periview?
  7. Juzzver

    People unable to loggin.

    I think problem in route configurations. Router will try redirect you to your local net after select shard in server list and connection will forwarded from dedicated IP to local router ip. Make sure that you correct configure port-forwarding in your router configuration.
  8. Juzzver

    Freyd's Vampire System

    You can open any command scripts in RunUO 1.0 and look how declared command call. After it you will can fix your erros. Just copy scripts and change command text.
  9. Juzzver

    Still accepting work orders. Contacts: Skype: Juzzver Discord: Juzzver#6102

    Still accepting work orders. Contacts: Skype: Juzzver Discord: Juzzver#6102
  10. Juzzver

    Skill Cap

    Yes, 100000 - it's 10000.0 SumSkills ~ = 83 skill of 120.0 But it's will work only: if you need set changes for current players, you can do it from command: [global set skillscap 100000 where playermobile
  11. Juzzver

    Playermobile Questions

    I forgot warning you. When you do changes(except add) on serialization/deserialization, first need to set serialization changes, after that need run server and make save. Now you can same do changes in deserialization method. otherwise, the server will start with a deserialization error, because...
  12. Juzzver

    Playermobile Questions

    That's easy. If you want use player flags, you need next: Add your CustomFlag to public enum PlayerFlag : ulong enumerable list. If you see, that last flag on list ending on DisabledPvpWarning = 0x80000000 value, you need add new hex value with your properti, when your value must be last value +...
  13. Juzzver

    Playermobile Questions

    It is not clear what you mean and what you want to do, and why you need a flag. Add more information what do you need to do?
  14. Juzzver

    Spells inside spellbook not visible

    I tested it, it's work for me on latest version of servuo. . You need change your DispayTo method in Spellbook.cs to next: public void DisplayTo(Mobile to) { // The client must know about the spellbook or it will crash! NetState ns = to.NetState...
  15. Juzzver

    Spells inside spellbook not visible

    Look on ArgentSmoke answer. It's can resolve your problem.
  16. Juzzver

    Spells inside spellbook not visible

    I think you trying to use ObjectPropertyList packets on Pre-AOS Eras, when this packets don't work, this may affect other packets. Try check your Scripts\Misc\CurrentExpansion.cs and if you will find something as this: ObjectPropertyList.Enabled = true; try to change this line to...
  17. Juzzver

    Spells inside spellbook not visible

    Show your Scripts\Items\Equipment\Spellbooks\Spellbook.cs script, we will try to understand. And please specify your version of the client.
  18. Juzzver

    Spells inside spellbook not visible

    Which server or servuo revision do you use?
  19. Juzzver

    Use felucca map 0 for trammel

    Maybe you can change only season and map rules, not map index? RegisterMap( 0, 0, 0, 7168, 4096, 4, "Felucca", MapRules.FeluccaRules ); RegisterMap( 1, 1, 1, 7168, 4096, 4, "Trammel", MapRules.FeluccaRules ); if you want use same map index, send your crashlog...
  20. Juzzver

    About Serialize/Deserialize

    Writer/Reader not contains overload methods for Account type, you can use account "Username" (m_Account.Username) with string type and check in deserialize if loaded username contains in Accounts.GetAccount(username). if acc != null you can set m_Account variable. or you can make your overload...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back