Author Topic: Stoping Spam summoning of mounts, like paladins  (Read 416 times)

Legacy_ShadowM

  • Hero Member
  • *****
  • Posts: 1373
  • Karma: +0/-0
Stoping Spam summoning of mounts, like paladins
« on: January 17, 2015, 03:47:15 pm »


               

So how do you guys stopping the paladin from summoning endless mounts for say the whole party?


I'm adding summoned mounts in other spells and with animal companions. Just some thoughts. Thanks.



               
               

               
            

Legacy_Kato -

  • Hero Member
  • *****
  • Posts: 747
  • Karma: +0/-0
Stoping Spam summoning of mounts, like paladins
« Reply #1 on: January 17, 2015, 04:05:42 pm »


               

No horses on my server. I have disabled the paladin's summon mount feat in code, and I delete the horse menu feat at PC login and levelup, with nwnx_funcs. 



               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
Stoping Spam summoning of mounts, like paladins
« Reply #2 on: January 17, 2015, 04:38:41 pm »


               


No horses on my server. I have disabled the paladin's summon mount feat in code, and I delete the horse menu feat at PC login and levelup, with nwnx_funcs. 




'<img'> probably not what he meant but yes Im doing the same (or I was doing that...)


 


even if you intent to use horses to summon free horse is just stupid idea ever...


 


anyway, shouldnt be paladin the only one who can mount his horse?


               
               

               
            

Legacy_GIANTSWORD

  • Full Member
  • ***
  • Posts: 175
  • Karma: +0/-0
Stoping Spam summoning of mounts, like paladins
« Reply #3 on: January 17, 2015, 04:50:21 pm »


               

Open up x3_s3_palmount and add a variable check on the PC before they can summon it.


 


You just need to remember to zero out that variable before they can summon it again.  Could do it when they rest. or you could put a timer on it if you wanted to.


 


@Kato_Yang, If there are no horses in your server, is disabling the horse menu feat necessary?  I only ask because my module doesn't have conventional horses and I'm curious if I need to do this as well.  


 


I handle them as an appearance only that happens when you blow different mount horns, there are no actual mountable horses to be found.


               
               

               
            

Legacy_Tarot Redhand

  • Hero Member
  • *****
  • Posts: 4165
  • Karma: +0/-0
Stoping Spam summoning of mounts, like paladins
« Reply #4 on: January 17, 2015, 05:41:18 pm »


               

In PnP D&D (at least in 2e AD&D) a paladin gets to summon one and only one mount ever. Not only that but this mount does not suddenly appear out of thin air. Instead the paladin has to go on a quest to find it. Once found they may well have to tame it before it can be ridden.


 


TR



               
               

               
            

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
Stoping Spam summoning of mounts, like paladins
« Reply #5 on: January 17, 2015, 05:53:26 pm »


               

TheKrit's Alternate Horse scripts take care of this issue.



               
               

               
            

Legacy_ShadowM

  • Hero Member
  • *****
  • Posts: 1373
  • Karma: +0/-0
Stoping Spam summoning of mounts, like paladins
« Reply #6 on: January 17, 2015, 07:22:57 pm »


               

Thanks, I found out what I missed '<img'>. I will look over krit stuff to when I get the chance.



               
               

               
            

Legacy_Kato -

  • Hero Member
  • *****
  • Posts: 747
  • Karma: +0/-0
Stoping Spam summoning of mounts, like paladins
« Reply #7 on: January 18, 2015, 02:48:37 am »


               


@Kato_Yang, If there are no horses in your server, is disabling the horse menu feat necessary?  I only ask because my module doesn't have conventional horses and I'm curious if I need to do this as well.  


 


I handle them as an appearance only that happens when you blow different mount horns, there are no actual mountable horses to be found.




Not sure if it is necessary, apart from looking cleaner on the radial menu. (to me the horse system is like a disease in middle of the face)


               
               

               
            

Legacy_GIANTSWORD

  • Full Member
  • ***
  • Posts: 175
  • Karma: +0/-0
Stoping Spam summoning of mounts, like paladins
« Reply #8 on: January 18, 2015, 03:39:49 am »


               


TheKrit's Alternate Horse scripts take care of this issue.




 


Got a link to this system?


               
               

               
            

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
Stoping Spam summoning of mounts, like paladins
« Reply #9 on: January 18, 2015, 02:21:26 pm »


               

I've put the ERF in my dropbox for you. If I can find the documentation I'll post that as well.


 


https://www.dropbox....HorseTK.7z?dl=0


 


After you import the ERF, you'll want to build the module and compile all the scripts. The_Krit renamed several functions, but otherwise you shouldn't have any difficulty using it. It GREATLY improves horses and also has his skin fix.



               
               

               
            

Legacy_GIANTSWORD

  • Full Member
  • ***
  • Posts: 175
  • Karma: +0/-0
Stoping Spam summoning of mounts, like paladins
« Reply #10 on: January 18, 2015, 05:53:09 pm »


               

Thanks Pstemarie!


 


I've got my own system up and running but I love taking a look at other systems to see if I can take away or add anything to mine.