Search results

  1. Juzzver

    Starting Eqip for Profession Warrior invisible

    I did not find any obvious problems in the code. Most likely there are some bugs in the ClassicUO code. You can contact the ClassicUO developers and report a problem. Or just use a hook: updating the state of things after putting on.
  2. Juzzver

    Starting Eqip for Profession Warrior invisible

    Try to test it on original client.
  3. Juzzver

    Starting Eqip for Profession Warrior invisible

    Are you using original UO client or ClassicUO ?
  4. Juzzver

    After Spell.Cast(), Targeting

    You can't invoke InternalTarget because it's private method, your namespace just can't see this method in list. You can just try to change this method to "public" to make it visible. But don't do that! It will incorrect from the point of view of the principles of programming and OOP, as well as...
  5. Juzzver

    Add delay to a simple command please?

    Try to use default action lockers: [Usage("Doom")] [Description("Display Doom points")] static void OnCommand(CommandEventArgs e) { PlayerMobile pm = e.Mobile as PlayerMobile; if (pm.CanBeginAction(pm)) {...
  6. Juzzver

    Any help

    I think you just forgot to change the DataPath on the remote machine :)
  7. Juzzver

    Learning General Programming And C#

    that should be enough today to start, just need to find a full course.
  8. Juzzver

    Tithe Deed?

    Do you mean deed to add TithingPoints for pets? It's simple, but how do you want to use it further?
  9. Juzzver

    How I can add resistence buff to an equippable item?

    mods[5] = null, coz you have array from 6 elements, from 0 to 5; You have added resist mod not from array list: from.AddResistanceMod(new ResistanceMod(ResistanceType.Physical, incremento); but you're trying to remove it from array (mod[5]), which element = null; So just try to change to...
  10. Juzzver

    Trying to get Apiculture working... few errors.

    Right. Method GetStaticTiles returns StaticTile Array type.
  11. Juzzver

    Private server

    The latest ServUO publications no longer support the T2A/UOR era. And also considering the number of modern content in this emulator, which is not inherent in Renaissance eras, it would be more correct to use the RunUO emulator. To set server T2A Expansion, you have to change next line in...
  12. Juzzver

    latest client encryption LoginKey

    new LoginKey("7.0.91.15", 0x3C3B124D, 0xAAA61E7F),
  13. 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
  14. 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...
  15. 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
  16. 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.
  17. 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.
  18. 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.
  19. 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...
  20. 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 ... ... .

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back