Search results

  1. Anon the Felon

    Adding to pets stats via deed.

    Open the script Visam kindly wrote for you, and change: bc.SetHits ((bc.HitsMax + (Utility.RandomMinMax (25, 25)))); bc.SetStam ((bc.StamMax + (Utility.RandomMinMax (25, 25)))); bc.SetMana ((bc.ManaMax + (Utility.RandomMinMax (25, 25)))); to bc.SetHits (bc.HitsMax + 5); bc.SetStam...
  2. Anon the Felon

    Adding to pets stats via deed.

    m.SetHits ((m.HitsMax + (Utility.RandomMinMax (25, 50)))); m.SetStam ((m.StamMax + (Utility.RandomMinMax (25, 50)))); m.SetMana ((m.ManaMax + (Utility.RandomMinMax (25, 50)))); The above code will take m, which must be a mobile, and add 25-50 to the max values of each core stat.
  3. Anon the Felon

    Custom mob creating software?

    You can just add stuff like that to BaseCreature, and check again either type, bodyvalue, or slayertype even.
  4. Anon the Felon

    Magic Reflection does not work

    Yup, magicabsorb is just miss named, it does handle the bounce effect.
  5. Anon the Felon

    my server is running but enemies don't damage me

    You will need a separate account. You can use the StaffOrb to temporarily become a player, but a second account is preferred for the long term.
  6. Anon the Felon

    How can I edit the contents of an item in UOFiddler?

    Right click, find in tiledata, go to tiledata tab.
  7. Anon the Felon

    [ServUO] We Can Add Buffs, But Can We Revert Them?

    Are you just trying to write new descriptions for an otherwise stock strength buff? Because of the way buffs and buff icons work, you will need to use different buff icons if you intend to make buffs that are just iterations of stock stuff. Say you put your custom str buff on a rock players...
  8. Anon the Felon

    [ServUO] We Can Add Buffs, But Can We Revert Them?

    You don't need to "remove" stat buffs. They naturally go away at the end of the timer. Have you looked at how bless handles it?
  9. Anon the Felon

    Fatal crash only on my computer.... even fresh master... works on other PC and VPS

    The error is in there, actually. The file is in use. I think you've got a rather simple problem: either the computer in question is already running the server process and it wasn't killed cleanly, or you have your user permissions set to restrictively. Just a guess though. Edit: Also, you...
  10. Anon the Felon

    Loosing stamina When heal is low

    Probably Bandage.cs
  11. Anon the Felon

    How to remove Britain's bank?

    Have you tried running it as admin, you know, elevating it's permission level?
  12. Anon the Felon

    How to remove Britain's bank?

    I think just familiarizing yourself with Centred+ will get you a lot further.
  13. Anon the Felon

    Ultima Online Builder (Various tools)

    Link is dead, would anyone mind rehosting world builder?
  14. Anon the Felon

    Need assistance with CentrED+ installation

    Have... Have you tried just hitting ok? I'm not trying to be flippant, this is a regular error, and doesn't appear to actually mean anything. I too, get that message, and it hasn't meant anything for the years I've been using CED.
  15. Anon the Felon

    Some general questions for a ServUO/Admin noob

    You can change the default light levels by changing the integers in /Scrips/Misc/LightCycle.cs.
  16. Anon the Felon

    CrashGuard.cs not sending email

    You need to be running a mail server stack to actually send the emails.
  17. Anon the Felon

    Damage to mana first?

    You need to supply more code. What is the method you're overriding? Does that method exist in RunUO even?
  18. Anon the Felon

    Damage to mana first?

    This already exists. Take a look at the Mana Shield skill mastery.
  19. Anon the Felon

    ServUO Vet Rewards Errors

    Clilocs are defined by the client data you are using. They're numbers that associate with strings of text in the cliloc file, translating based on the language desired by the end user. If you're using ML client data, there is no way for the client to know about more modern clilocs. You can...
  20. Anon the Felon

    Looking for general advice on implementing a faction system.

    Yeah, no one needs to write a new client for this kind of thing.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back