Author Topic: horse mounting  (Read 5655 times)

Offline Elessar Telrunya

  • Hero Member
  • *****
  • Posts: 2095
    • View Profile
horse mounting
« on: February 16, 2009, 05:35:25 PM »
I have a feeling this belongs under script request....

Anyways, how do I prevent people from mounting a horse that isn't theirs?  I have a feeling that I'll need to change a bioware script, but their scripts are usually much longer and much more complicated than what I deal with.

Offline Soul Sojourner

  • Resident Awesome
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2748
  • Nothing is true; everything is permitted.
    • View Profile
    • Email
Re: horse mounting
« Reply #1 on: February 16, 2009, 06:17:20 PM »
420 to the rescue...

Offline 420

  • Hero Member
  • *****
  • Posts: 4087
    • View Profile
    • Email
Re: horse mounting
« Reply #2 on: February 16, 2009, 06:36:27 PM »
I have a feeling this belongs under script request....

Anyways, how do I prevent people from mounting a horse that isn't theirs?  I have a feeling that I'll need to change a bioware script, but their scripts are usually much longer and much more complicated than what I deal with.
It's been a long time since I customized the horse system for Smith Hold so I this may not be completely right.

I believe, as long as a horse has a master (it's considered a henchman) then only the master can mount it. If you want to place NPC horses either assign them as a henchman to one of the other non-rideable NPCs or set a local int to 1 on the horse called X3_HORSE_NOT_RIDEABLE_OWNER.

-420

Offline Elessar Telrunya

  • Hero Member
  • *****
  • Posts: 2095
    • View Profile
Re: horse mounting
« Reply #3 on: February 17, 2009, 09:16:16 AM »
That worked out nicely.  Thanks, 420!