Author Topic: Need Help of our PW WIP  (Read 558 times)

Legacy_TheGmork

  • Jr. Member
  • **
  • Posts: 60
  • Karma: +0/-0
Need Help of our PW WIP
« on: October 18, 2013, 12:10:43 am »


                We have a problem where players are losing their PC Properties skin at different times when transitioning. Whould not be a problem but it seems as soon as they lose it they cant move any more. Very frustrating. Any one have any ideas what could be causing this?
               
               

               
            

Legacy_kalbaern

  • Hero Member
  • *****
  • Posts: 1531
  • Karma: +0/-0
Need Help of our PW WIP
« Reply #1 on: October 18, 2013, 01:45:12 am »


               All players or just specific ones? If all, is it specific classes involved? Is it after any transition or specific ones?
               
               

               
            

Legacy_TheGmork

  • Jr. Member
  • **
  • Posts: 60
  • Karma: +0/-0
Need Help of our PW WIP
« Reply #2 on: October 18, 2013, 02:05:39 am »


               From what I have seen so far, there has been no pattern. We are in a beta test at the moment but not many people testing just yet. Mostly just the team. So far it has happened 3 times to 3 different players with different classes at different times.
               
               

               
            

Legacy_The Amethyst Dragon

  • Hero Member
  • *****
  • Posts: 2981
  • Karma: +0/-0
Need Help of our PW WIP
« Reply #3 on: October 18, 2013, 02:30:51 am »


               As one useful tool for figuring this out, I would suggest adding to your module's on-unaquired script a check for the PC properties skin tag...if it matches, get the PC's name, classes/levels, current location (area name), and anything else you might want to know, combine it all into a single text string, and have the game do a timestamped log entry with the info.  If there's a pattern, that may help.

Also, I would check any area enter/exit scripts you may be using, as well as on-client-enter scripting to see if it's stripping out the PC properties item for some reason.
               
               

               
            

Legacy_henesua

  • Hero Member
  • *****
  • Posts: 6519
  • Karma: +0/-0
Need Help of our PW WIP
« Reply #4 on: October 18, 2013, 02:46:30 am »


               TAD's debugging tip is a good one.

Also I was wondering if you have installed the Krit's Remove PC Properties.
               
               

               
            

Legacy_TheGmork

  • Jr. Member
  • **
  • Posts: 60
  • Karma: +0/-0
Need Help of our PW WIP
« Reply #5 on: October 18, 2013, 05:11:34 am »


               Thank you Amethest, we will give that a shot.
Henesua, no we don't have that.
               
               

               
            

Legacy_henesua

  • Hero Member
  • *****
  • Posts: 6519
  • Karma: +0/-0
Need Help of our PW WIP
« Reply #6 on: October 18, 2013, 05:36:42 am »


               you might want to check it out then.
               
               

               
            

Legacy_TheGmork

  • Jr. Member
  • **
  • Posts: 60
  • Karma: +0/-0
Need Help of our PW WIP
« Reply #7 on: October 18, 2013, 05:41:56 am »


               Will it interfere with our horse system?
               
               

               
            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
Need Help of our PW WIP
« Reply #8 on: October 18, 2013, 06:03:03 am »


               It sounds like a problem in the horse system.  Does it happen when the PC moves from an indoor area to an outdoor area?    

Not that I remember the fix for it,  But it may be a place to start.
               
               

               
            

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
Need Help of our PW WIP
« Reply #9 on: October 18, 2013, 11:35:30 am »


               GMork, if you are using the 1.69 Horse System, download the Krit's Alternate Horse Scripts and skip the download Henesua mentioned (its included in the one I linked). This script set makes the 1.69 Horse System run smoother and cleans up almost all the issues with it. I had a similar thing happening in my module and installing these scripts fixed it.
               
               

               


                     Modifié par Pstemarie, 18 octobre 2013 - 10:37 .
                     
                  


            

Legacy_TheGmork

  • Jr. Member
  • **
  • Posts: 60
  • Karma: +0/-0
Need Help of our PW WIP
« Reply #10 on: October 19, 2013, 01:32:45 am »


               I'll look into it. We were using a custom system that uses 1.69 I think. The guy who made it for us is no longer around unfortunately so, we are not %100 how he did it.