Search results

  1. D4rkh0bb1T

    Custom "HitEffect" Property - Please Help!

    I'm glad to help! Attachments are your best friends. ^^
  2. D4rkh0bb1T

    Custom "HitEffect" Property - Please Help!

    You need XmlSpawner for it to work. You should not need to do your "public virtual void DoBUFF" but using "OnWeaponHit" instead, as shown in XmlLifeDrain, XmlLightning, XmlManaDrain, XmlStamDrain, etc. (all contained in XmlAttachments folder) Im not sure about the absorb damage part, which...
  3. D4rkh0bb1T

    Custom "HitEffect" Property - Please Help!

    XmlAttachment can be attached to your weapon using the OnWeaponHit method? public override void OnWeaponHit(Mobile attacker, Mobile defender, BaseWeapon weapon, int damageGiven) The XmlLifeDrain does it pretty well and simulates the Life Leech property. The same way, you can script your own...
  4. D4rkh0bb1T

    Change stat

    I would do something like this... Not tested, these are just from my own code snippets but this might be useful. Resistance : TimeSpan duration = TimeSpan.FromSeconds( 120 ); //or any calculs int amount = 10; //or any calculs ResistanceMod mod1 = new ResistanceMod( ResistanceType.Energy, +...
  5. D4rkh0bb1T

    Freyd's Vampire System

    Bats to give a small chance of infection is a nice idea here! I will also inspired myself with this file. Thanks mate! In my actual system, Vampirism could be done by drinking a blood potion ONCE A WEEK ? To gain in Stages, I was thinking of something like the Pet Bond system, for each week the...
  6. D4rkh0bb1T

    Freyd's Vampire System

    Awesome ! I love attachments cause they are independant of any core modifications. I'll take this file and see what else I can do with it, this is a good starting point I guess, thanks a lot my friend!
  7. D4rkh0bb1T

    Freyd's Vampire System

    Hi again! So did you manage to make this system work on your RunUO 2.0? I'm searching everywhere to add vamp/werewolves myself, can't get this one working since it crashes my playermobile, i'm kinda afraid of it right now. That's odd, this system is set for 2.1, but the codes seem to fit my...
  8. D4rkh0bb1T

    Freyd's Vampire System

    You may have better luck than me using RunUO 1.0 ^^ But beware using this system. Installation went fine for me (RunUO 2.2). I tested the system using potions of vampirism/werewolf and the cure potions. Something was wrong with the bat or wolf form not being canceled upon death, which made the...
  9. D4rkh0bb1T

    AOS - House Decay Level

    Thanks for replying. I want my houses to decay, but they totally decayed after few days instead of months. I have set the return Core.ML to Core.AOS, it seems to have fix my issue since it was looking for another expansion. (AoS here)
  10. D4rkh0bb1T

    XMLquestleaderboard

    http://www.uoroleplay.com/resources/XMLSpawner/XML_Spawner_Unzipped/xmlspawner.15.forumer.com/XML%20Spawner/xmlspawner.15.forumer.com/a/reset-xml-quest-points_post1494.html Searching XmlQuestPoints attachment with XmlFind command, select and delete on the right. Best try on yourself first yeah.
  11. D4rkh0bb1T

    AOS - House Decay Level

    Good evening, i'm having issue with the decay level of houses. Not sure what should be done in scripts to make my house decay over few months for exemple. Right now, houses decay very rapidly in a matter of days, not good at all! Grandfathered decay's level does not fit what's written in my...
  12. D4rkh0bb1T

    Creating fonts

    Well thanks to all of you helping me on this forum! :D This is my first attempt so far, trying with Diablo fonts for now, it looks good already, needs some polish but it works very well if everything is tight in photoshop. With patience everyone should be able to do it.
  13. D4rkh0bb1T

    Creating fonts

    Its okay. I just thought maybe there was a way around, couldn't believe it LOL This is how I will achieve my goal if anyone reading this or interested in modding fonts for their client : Created my font grid with transparency using a bmp font generator like above with average fonts size i...
  14. D4rkh0bb1T

    Creating fonts

    Having myself 90 exported bmp files of every single letter from fiddler. Having to edit the 90 files from GIMP WAS an option I could not believe. UO FIddler can Read/Export/Import/Save/Replace.... UO Fiddler cannot Edit nor change the color of the fonts. Whatever they used to generate these...
  15. D4rkh0bb1T

    Creating fonts

    Add More??? No. I want to replace, change what is already existent... Pretty sure i'm having different fonts.mul with different colored fonts and different type of fonts also. I'm sure you know about this : http://uoo.su/uo-desktop/desks_e.htm How people created the letters in first place (used...
  16. D4rkh0bb1T

    Creating fonts

    Hi everyone! I've been searching the entire google for this and couldnt find anything... I can see with UOFiddler a lot of clients having a custom fonts.mul I Could borrow the entire fonts, but i want mine. How to change the current Fonts.mul ? How to create custom and colored fonts ready...
  17. D4rkh0bb1T

    ClassicUO - Gump Crash

    So I enjoy my new discovery of this great client so far and always find a work around to make things work correcly, but i'm having a client crash when opening one of my gump in game, and this, I don't know how to fix. This only happens with one particular gump (shard info gump), all other gumps...
  18. D4rkh0bb1T

    RUNUO - Clients Alternative?

    ClassicUO is just amazing! How could I not have discovered this before, the zoom both for the main screen and for the backpack is perfect, not to mention the fact that it is possible to repair the frameskip ... that's something I need to share. thank you man. FPS patch - "sends Packets faster...
  19. D4rkh0bb1T

    RUNUO - Clients Alternative?

    RunUO - [www.runuo.com] Version 2.2, Build 4782.3756 Hi ! I myself use the 2D client 5.0.9.1 (always been pleased with 2D clients) on the server, which runs under RunUO 2.2. I am not very familiar with the types of official or unofficial clients, 3rd party applications, etc. So I introduce UO...
  20. D4rkh0bb1T

    Help for gump

    J'utilise GumpStudio pour la création de mes propres gump. L'application te permet d'exporter ton gump sous format script c# pour RunUO. Tu dois toi-même éditer quelques éléments à l'intérieur du script mais c'est assez simple. L'export ajoute au script une commande personnel que tu peux...
Back