Recent content by sheivan

  1. Achievement System

    Anyone had this issue before? I replaced with multiple gump files and none of them fixed it
  2. Alternative to animal lore

    But people still can stand by and control them without bushido right? Bushido would only make it so they can ride them
  3. Alternative to animal lore

    I was wondering, If I wanted to make a pet that would require ie ninjitsu instead of lore/taming, how should I proceed? Thanks!
  4. Factions resetting

    nvm, was simply because faction werent generated correctly so they werent saving
  5. Factions resetting

    I am using a very simple version of factions, I decided not to use faction stones so I only have join stones but I just realized that everytime I reset the server everyone gets kicked from factions, is it because I didnt do ''generate factions'' and only added the join stones? Thanks!
  6. Not recognizing players faction

    PlayerState pl = PlayerState.Find(from); else if (pl.Faction == Factions.DauntlessVanguard) from.PrivateOverheadMessage(MessageType.Regular,0 , false, "You cannot steal your own flag!", from.NetState); Is there something I am missing? 1610844837
  7. KilledBy (Servuo)

    I was wondering if there was a way to implement KilledBy (public override void OnKilledBy(Mobile mob)) on DamageableItems Thank you!
  8. autostable region

    Yeah thats why I'm trying to find a fix :) I'm trying to figure out a no mount zone
  9. autostable region

    I looked at it, looking pretty neat but after testing it, it seems like it doesnt like tamers very much :P Its considering dragons and stuff as mounts and sending them to stable, any way to fix this?
  10. God powers

    ?_?
  11. autostable region

    That sounds a bit annoying to always bank ethereal to enter a region :p I'm thinking about the disabled ethereal mount from region control and if doubleclick base mount return or something similar but I'm too awful at this to figure it out lol :( [CommandProperty(AccessLevel.GameMaster)]...
  12. autostable region

    I got an autostable region but its not very effective since 1. people can still mount ethereals 2. if people enter the region with their mount to their side they can mount them.. Can someone save me alot of headaches? :P thank you!
  13. How to make this not require mana?

    Tried to make a rope for dexxers but I cant figure out how to make it so it doesnt require mana, for some reason it still leeches 11 mana (its based off kal ankurs mask), also, any way to remove the spell mantra from this?
  14. Faction Contract

    Trying to do something pretty simple, just so people that arent sheriff can actually ''hire'' guards Im getting a few errors, also, the npc aren't controlled when spawned, only wandering + Custom/factionguards/fgc.cs: CS1061: Line 59: 'Mobile' does not contain a definition for 'Faction'...
  15. ServUO Trap issues

    Exactly, Thanks alot! :)
Back