Search results

  1. Juzzver

    ServUO Pub 57 - DB

    I doubt that there will be any difference in terms of reliability. it is necessary to clearly define the requirements and tasks in which this could make sense. Usually highlights certain things that might require a database. For example - Donation system where you need to store all transactions...
  2. Juzzver

    ServUO Pub 57 - DB

    Possible, why not? But for what? It was always possible.
  3. Juzzver

    Character name in window title

    You need to download the ClassicUO source code, find the place responsible for displaying the version in the Program 'Title' and transfer the name of the playing person there. Then recompile and use your already modified version of CUO. I think it's impossible from server side. Only if CUO has...
  4. 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...
  5. 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
  6. Juzzver

    Hue room help please

    for spaces need use quotes "Green Acres"
  7. 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...
  8. 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...
  9. 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.
  10. 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.
  11. Juzzver

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

    Still accepting work orders. Contacts: Skype: Juzzver Discord: Juzzver
  12. 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
  13. 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...
  14. 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 +...
  15. 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?
  16. 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...
  17. Juzzver

    Spells inside spellbook not visible

    Look on ArgentSmoke answer. It's can resolve your problem.
  18. 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...
  19. 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.
  20. Juzzver

    Spells inside spellbook not visible

    Which server or servuo revision do you use?

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back