Author Topic: Pickpocket DC issue [nwnx probably]  (Read 420 times)

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
Pickpocket DC issue [nwnx probably]
« on: December 17, 2012, 09:30:26 am »


               Recently, we added two nwnx plugins and players reported that the pickpocket DC is incredibly high and even in case of roll exceeding DC the roll still reports "failed".

Those plugins were nwnx_defenses and nwnx_weapons (linux server), I don't see his feature in them anywhere. Had anyone idea what could cause it? We also updated nwnx core to latest virusman beta.
               
               

               
            

Legacy_leo_x

  • Sr. Member
  • ****
  • Posts: 403
  • Karma: +0/-0
Pickpocket DC issue [nwnx probably]
« Reply #1 on: December 17, 2012, 10:43:18 am »


               nwnx_defenses hooks pickpocket DC:
http://nwn.virusman...._PickPocketDC.c
http://nwn.virusman....tDCAdjustment.c

Looks like the adjustment uses Spot skill as the DC.  It wouldn't normally be compiled unless you built it with -DNWNX_DEFENSES_HG tho...  Maybe there is a bug in the hook itself.
               
               

               


                     Modifié par pope_leo, 17 décembre 2012 - 01:36 .
                     
                  


            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
Pickpocket DC issue [nwnx probably]
« Reply #2 on: December 20, 2012, 09:27:08 pm »


               thanks for pointing me into this direction, removing the entire hook fixed the issue seems there is a bug in it