Search results

  1. Juzzver

    Question regarding CPU usage of ServUO and RunUO

    I think if you say to 100k sheeps start attack someone, or just *follow* - server will Die :) Yes, than stronger CPU - than faster it will handle the process. In AI has problems, it all need optimize better. All servers got problem with it, but only if on server realy large amount of creatures...
  2. Juzzver

    Can Uo be converted to others games?

    You can try add vendor without spawner, just use "[set cantwalk true" to keep vendor on fixed place. Or just set Home and HomeRange properties on your vendor.
  3. Juzzver

    Need a little help with this captcha script...

    o_O Proactivity is more productive than reactivity. Try to focus on what you are doing. Or try to convey the information clearly, with the complete code, and details of the errors that occur.
  4. Juzzver

    Can Uo be converted to others games?

    It's possible. Try find here soft to work with client files. if you want to use clients from other games in the runuo / servuo emulator, it is possible, but this client must be open source in order to make changes to algorithms and protocols. It's simple. Change your pictures of land tiles and...
  5. Juzzver

    Blank Staidx & Statics

    Please give an example. How much can you reduce the size?
  6. Juzzver

    Map Converter (ML to KR)

    Good job. It will be good to solve the memory problem (for example, divide the conversion algorithm into blocks) so that your program becomes more usable for users.
  7. 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...
  8. Juzzver

    ServUO Pub 57 - DB

    Possible, why not? But for what? It was always possible.
  9. 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...
  10. 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...
  11. 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
  12. Juzzver

    Hue room help please

    for spaces need use quotes "Green Acres"
  13. 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...
  14. 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...
  15. 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.
  16. 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.
  17. Juzzver

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

    Still accepting work orders. Contacts: Skype: Juzzver Discord: Juzzver
  18. 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
  19. 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...
  20. 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 +...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back