Author Topic: Horse on my head  (Read 369 times)

Legacy_archer4217

  • Full Member
  • ***
  • Posts: 206
  • Karma: +0/-0
Horse on my head
« on: April 25, 2012, 09:05:09 pm »


               Hi all,
It's been a very long time since I've come looking for help. I strayed and dabbled with Lotro, but I've come back to what I love most...building my mod.

So, here's my difficulty. When I mount a horse, it ends up on top of my head, instead of me on it's back. Why is it doing that and how do I fix it?

Thank you in advance
*hugs all her old friends* ':wizard:'
               
               

               
            

Legacy_The Amethyst Dragon

  • Hero Member
  • *****
  • Posts: 2981
  • Karma: +0/-0
Horse on my head
« Reply #1 on: April 25, 2012, 09:07:45 pm »


               It sounds like your character's phenotype is not being changed to "normal, mounted" (or "large, mounted") before the horse is added as a tail model.

Are you using the default scripts?  Perhaps something that prevents your character from changing phenotypes?
               
               

               
            

Legacy_archer4217

  • Full Member
  • ***
  • Posts: 206
  • Karma: +0/-0
Horse on my head
« Reply #2 on: April 25, 2012, 10:09:15 pm »


               hi and thanks for replying.
I'm pretty sure the scripts are default. In the mod properties, on activate item, I have zep_on_act_rev, which has x3_inc_horse...if that's even where I should be looking. Hard to believe how much I've forgotten in the past few months. *sheepish*
               
               

               
            

Legacy_WhiZard

  • Hero Member
  • *****
  • Posts: 2149
  • Karma: +0/-0
Horse on my head
« Reply #3 on: April 25, 2012, 10:16:34 pm »


               

The Amethyst Dragon wrote...

It sounds like your character's phenotype is not being changed to "normal, mounted" (or "large, mounted") before the horse is added as a tail model.

Are you using the default scripts?  Perhaps something that prevents your character from changing phenotypes?


The appearance also needs to be changed to a mounted appearance (482-495) based on race and gender. 
               
               

               


                     Modifié par WhiZard, 25 avril 2012 - 09:17 .
                     
                  


            

Legacy_WhiZard

  • Hero Member
  • *****
  • Posts: 2149
  • Karma: +0/-0
Horse on my head
« Reply #4 on: April 25, 2012, 10:20:26 pm »


               

archer4217 wrote...

hi and thanks for replying.
I'm pretty sure the scripts are default. In the mod properties, on activate item, I have zep_on_act_rev, which has x3_inc_horse...if that's even where I should be looking. Hard to believe how much I've forgotten in the past few months. *sheepish*


Do you have the variables set from the OnClientEnter? Are you using a modified skin?
               
               

               
            

Legacy_archer4217

  • Full Member
  • ***
  • Posts: 206
  • Karma: +0/-0
Horse on my head
« Reply #5 on: April 25, 2012, 10:29:18 pm »


               The OnClientEnter has x3_mod_def_enter, which I'll post if you need to see it, and I'm not using modified skins, that I know of.
               
               

               
            

Legacy_WhiZard

  • Hero Member
  • *****
  • Posts: 2149
  • Karma: +0/-0
Horse on my head
« Reply #6 on: April 25, 2012, 10:36:54 pm »


               

archer4217 wrote...

The OnClientEnter has x3_mod_def_enter, which I'll post if you need to see it, and I'm not using modified skins, that I know of.


Not sure what it is then.  Do you have any module haks or overrides?
               
               

               
            

Legacy_archer4217

  • Full Member
  • ***
  • Posts: 206
  • Karma: +0/-0
Horse on my head
« Reply #7 on: April 25, 2012, 11:42:15 pm »


               I think I have a partial answer....it seems I can mount a horse properly with any other character other than my main one, which leads me to believe she's bugged somehow.
Any suggestions on what to check for concerning this one character?
               
               

               
            

Legacy_WhiZard

  • Hero Member
  • *****
  • Posts: 2149
  • Karma: +0/-0
Horse on my head
« Reply #8 on: April 25, 2012, 11:46:29 pm »


               

archer4217 wrote...

I think I have a partial answer....it seems I can mount a horse properly with any other character other than my main one, which leads me to believe she's bugged somehow.
Any suggestions on what to check for concerning this one character?


What race and appearance does the main character use.  If either are non-standard, then there would not be a mounted appearance.
               
               

               
            

Legacy_archer4217

  • Full Member
  • ***
  • Posts: 206
  • Karma: +0/-0
Horse on my head
« Reply #9 on: April 25, 2012, 11:51:52 pm »


               Race and appearance are both human...6 in Leto.
               
               

               
            

Legacy_WhiZard

  • Hero Member
  • *****
  • Posts: 2149
  • Karma: +0/-0
Horse on my head
« Reply #10 on: April 26, 2012, 01:17:56 am »


               

archer4217 wrote...

Race and appearance are both human...6 in Leto.



Then the best suggestion I could make is to reset the variables (just run the script "x3_fix_horse") and see if that fixes it.
               
               

               


                     Modifié par WhiZard, 26 avril 2012 - 12:18 .
                     
                  


            

Legacy_Ed Venture

  • Full Member
  • ***
  • Posts: 200
  • Karma: +0/-0
Horse on my head
« Reply #11 on: January 19, 2013, 01:56:51 pm »


               I don't know who any of you are, but let me say Thank You. I had the same problem. I ran the fix horse script in the game, and it worked. I then Added the line,
ExecuteScript("x3_fix_horse", oPC); after the ExecuteScript for pre_enter, on the mod on enter script.
Problem solved. Thank You again.   Ed