Does mounting ethy still reveal hidden players?

Discussion in 'Renaissance Discussion' started by Cheapsuit, Aug 27, 2019.

  1. Cheapsuit

    Cheapsuit Well-Known Member
    UO:R Donor

    Joined:
    Jun 12, 2013
    Messages:
    787
    Likes Received:
    264
    Is this still the case?
  2. WarrenBuffet

    WarrenBuffet Well-Known Member
    UO:R Donor

    Joined:
    Aug 21, 2018
    Messages:
    1,017
    Likes Received:
    905
  3. Chris

    Chris Renaissance Staff
    Renaissance Staff

    Joined:
    May 14, 2012
    Messages:
    3,385
    Likes Received:
    6,195
    Mounting is considered casting a spell, so it will reveal you like any other casting action. You can however do clever stuff like run on an ethereal. Cast invis. Target yourself. Dismount and then stealth away quickly.
  4. Cheapsuit

    Cheapsuit Well-Known Member
    UO:R Donor

    Joined:
    Jun 12, 2013
    Messages:
    787
    Likes Received:
    264
    Which spell book is mounting in?
  5. Mr. Green

    Mr. Green Well-Known Member

    Joined:
    Jun 4, 2017
    Messages:
    686
    Likes Received:
    1,028
    The Kama Sutra
  6. Chris

    Chris Renaissance Staff
    Renaissance Staff

    Joined:
    May 14, 2012
    Messages:
    3,385
    Likes Received:
    6,195
    As designed by OSI back in the day they created the mounting action as a spellcast.

    Code:
    public override void OnDoubleClick( Mobile from )
    		{
                if (Validate(from))
                {
                    new EtherealSpell(this, from).Cast();
                }
    		}
    Custom servers over the years have removed this to suit their own tastes, but as Renaissance is a classic server based on the mechanics from around the time of Publish one we stick to the old rules.

    It provides good balance with other mechanics for it to work this way. Might not be the preferred method for everyone but at least you can earn your ethereal here. As I understand it on most other servers you have to either pay $$ for one, or give gold to someone who did. So they are more likely to make them more . . over powered so that they increase their cash sales.
    Blendax, Fatty Mike and Dash like this.

Share This Page