Search results

  1. Juzzver

    latest client encryption LoginKey

    new LoginKey("7.0.91.15", 0x3C3B124D, 0xAAA61E7F),
  2. Juzzver

    Removing the need for Spellweaving Quest

    In constructor method of Playermobile just add line: Spellweaving = true; for current players in world you can use command: [global set Spellweaving true where playermobile
  3. Juzzver

    Help with explosion potions (pvp)how are supposed to work?

    Ultima is rich in its variety of possibilities. And it's not entirely good that players use only bottles of explosion in order to win. Those who have scripts will always be in priority over regular and new players. Accordingly, you will face the displeasure of players who play for fun, and not...
  4. Juzzver

    Host for players from US?

    The USA is very large, so you need to decide where you will have the most players from. If you focus only on the USA, then it will be more correct to choose a central point so that players from different parts of the country are in plus or minus equal conditions. For Canada + US = North US
  5. Juzzver

    The problem about horse walking or running

    I think on client side. But you can check it on OSI shards. If there it will work correct, then need to check how works current AI, maybe there everytime control commands are switching and packets are spamming.
  6. Juzzver

    Bodyvalues and Pre-AOS

    You can check your Bodyconv.def and Body.def files in client folder. There you can see that for each animation there are other values based on expansion. Try to change it according to your values.
  7. Juzzver

    [ServUO] [Latest Repo] Adding Pigment as Loot

    try do it with "new" operator, for example: PackItem( new PigmentsOfTokuno() { Type = PigmentType.BerserkerRed }); where Type - it's public property of PigmentType.
  8. Juzzver

    Two little problems

    Need more info to understand where are problems. Which type of mobs are you attacking? Are skills decreasing for all mobs or no? Do you use original or custom maps ? Make sure you using correct DataPath config. Server and client should be linked to the same files. Which client version do you...
  9. Juzzver

    Clean Runuo server? Boat Error?

    Try add your maps in BaseBoat.cs in methods: StartCource and DoMovement You can find there next lines: Map != Map.Trammel && Map != Map.Felucca && Map != Map.Tokuno ... ... .
  10. Juzzver

    Clean Runuo server? Boat Error?

    Try change in MapDefinition.cs MultiComponentList.PostHSFormat = true; // OSI Client Patch 7.0.9.0 to MultiComponentList.PostHSFormat = false; // OSI Client Patch 7.0.9.0 if this doesn't solve your problem, try also enabling - TileMatrixPatch TileMatrixPatch.Enabled = true; // OSI Client Patch...
  11. Juzzver

    [ServUO] SetSkills outside Testcenter?

    It should work, because there's set player access. I tested and works fine. CommandSystem.Register("SetSkill", AccessLevel.Player, new CommandEventHandler(SetPlayerSkills_OnCommand)); Make sure that players are using command like (with brakets): [SetSkill Anatomy 100
  12. Juzzver

    UO Custom Paperdolls (2nd Edition)

    The gargoyle looks really good :)
  13. Juzzver

    [ServUO] SetSkills outside Testcenter?

    Idk, you didn't tell what's wrong :) Try just place this file in your Scripts folder and recompile your server. If you have any errors with it, tell there which same.
  14. Juzzver

    How to make an online shop for my players to buy sovereigns and golds?

    For example you can check how it was realized in MyRunUO system (how to include db drivers and connection data, etc) by RunUO: runuo/Config.cs at master · runuo/runuo or just just use google: "database connect C#" - most of examples will work for your server.
  15. Juzzver

    How to make an online shop for my players to buy sovereigns and golds?

    Right. After the successful method, your web server remotely connect the local database of your PC to record the data and values of purchases. Players request the database when opening the game store to show their current balance. After any purchases, you compare the value of the currency with...
  16. Juzzver

    How to make an online shop for my players to buy sovereigns and golds?

    You need to set up a local database and just check for changes using your server.
  17. Juzzver

    [ServUO] SetSkills outside Testcenter?

    If you want, but will need to remove namespaces and usings for it. It's already fully worked script, so you can just copy and create file with that code, then put it anywhere in Scripts folder and it will work.
  18. Juzzver

    [ServUO] SetSkills outside Testcenter?

    It would be better to make special command based on TestCenter speech keywords. If you only need skills it might look like: using System; namespace Server.Commands { public class SetSkillCommand { public static void Initialize() {...
  19. Juzzver

    RunUO - adding iron gate

    or just by value number: [add IronGate 0 [add IronGate 4 etc from 0 to 11
  20. Juzzver

    Disable Bushido and etc. Need to have UOR

    Busido with Ninjutsu are work not only like spells. You also will need to disable abilities. You can do it by override Cast() and Validate(Mobile from) methods. For example: SamuraiSpell.cs public override bool Cast() { Caster.SendMessage("This spell is disabled!")...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back