Recent content by XenoZHI

  1. XenoZHI

    Does anyone have a working Pet Slot Increase deed?

    Nice, your welcome! :)
  2. XenoZHI

    Does anyone have a working Pet Slot Increase deed?

    using System; using Server; using Server.Network; using Server.Prompts; using Server.Items; using Server.Misc; using Server.Mobiles; namespace Server.Items { public class PetSlotDeed : Item { [Constructable] public PetSlotDeed() : base( 5360 ) { base.Weight =...
  3. XenoZHI

    Can't attack any player in game.

    Thanks it was for this. Sorry for the newbie answer :P
  4. XenoZHI

    Can't attack any player in game.

    Hi all, I'm literally new using this emulator. I'm trying to solve my first issue: I can't attack anyone! My character isn't Young, isn't staff and isn't blessed, the defender too. The only way I can attack someone is with my staff player without bless status. Anyone can explain me this? Thanks...
Back