Search results

  1. Random Loot question

    If I wanted to make monsters drop randomly one of 50 items, would there be an easier way than doing { base.OnDeath( c ); if ( Utility.RandomDouble() < 0.95 ) c.DropItem( new EmberStaff() ); if ( Utility.RandomDouble() < 0.55 )...
  2. Skill Increase Book

    Well I meant so players wouldnt waste it on unused skills :P (Server that doesnt use chivalry but thats in this era)
  3. Newb question about clothing

    Thanks I'll try :)
  4. Skill Increase Book

    Would there be a way to remove some skills like chivalry?
  5. Newb question about clothing

    But how does it know the ID of the custom shirt?
  6. Newb question about clothing

    lol thanks :) Heres the error + Custom/newshirtlol.cs: CS1519: Line 10: Invalid token ':' in class, struct, or interface member declaration CS1031: Line 10: Type expected CS8124: Line 10: Tuple must contain at least two elements. CS1026: Line 10: ) expected CS1519: Line 10...
  7. Newb question about clothing

    What am I doing wrong here? Just trying to add a new piece of clothing using System; using Server; namespace Server.Items { public class newshirtlol : BaseClothing { [Constructable] public newshirtlol : (0x558F) { Name = "<BASEFONT...
  8. ConPVP error

    I am getting this upon launching with ConPVP, I am not sure what I need to fix in playermobile.cs Errors: + Custom/ConPVP/Tournament.cs: CS1061: Line 3181: 'PlayerMobile' does not contain a definition for 'DuelPlayer' and no accessible extension method 'DuelPlayer' accepting a first...
  9. Problem with Xpot timers

    I wanted to add a timer of 10 seconds between xpots but I am unsure how to do so, did some researches and I found this but I am uncertain to where I should place it in baseexplosionpotion.cs public override void Drink( Mobile from ) { if ( Core.AOS && (from.Paralyzed ||...
  10. AOS Protections

    Hi! What would I need to tweak to remove AOS protections (Fire, energy etc..) so damage is only based on min/max/AR/magic resist like on UOR? (I'd like my server to be set to AOS without the AOS protections, thanks!)
  11. Need some small tweaks on some scripts pls thanks!

    Thanks alot for your help I will take a look at this and yeah, youre right it might get messy lol
  12. Dye tub not coloring?

    Duplicate, delete please
  13. Custom region in a box

    Sorry, I figured it out.
  14. Need some small tweaks on some scripts pls thanks!

    Im pretty awful at this but I'd like to learn, there's a few script sequences that I cannot get right, thanks for your help +1 to x skill upon double-clicking x item public override void OnDoubleClick( Mobile from // The entity (in most cases the player) which clicked on the...
  15. Peacock mount

    Newbie question, whenever I spawn the mount in game they appear invisible and I see the name in the corner of my screen, I am guessing I am not installing this right, is there a method?
  16. Enabling Rising Tide

    02:21:36 Enabling Rising Tide Server hangs up after this happens? But I do not provoke it, anyone knows what causes it? thank you 1599278018 Fixed nvm
  17. Mortis' NONPK Consenual PvP system from RunUO

    Would there be a way to make it so whenever youre flagged PVP everyone who is also flagged PVP is orange to you? (Except guildmates and party)
  18. There is a way to choose between pvm and pvp character?

    Would there be a way to make it so whenever youre flagged PVP everyone who is also flagged PVP is orange to you? (Except guildmates and party)
  19. MobKilledPlayer and palyerkilledplayer

    Is there a way to see location as well?
  20. (ServUO Pub 57) Staff casting spells without freeing hands up

    Just add in the spellchannelling attribute from AOS

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back