What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Log Me Out Plugin.

right how can we edit the files as it only goes as far as skill level 600. works perfect up until that point as you can not created a higher number than 600. come on you devs dint be shy
 
right how can we edit the files as it only goes as far as skill level 600. works perfect up until that point as you can not created a higher number than 600. come on you devs dint be shy
frmSettings.Designer.cs

Code:
this.numTrainingSkillLevel.Maximum = new decimal(new int[] {
            600,
            0,
            0,
            0});

That what you talking about? Possibly change number higher?
 
frmSettings.Designer.cs

Code:
this.numTrainingSkillLevel.Maximum = new decimal(new int[] {
            600,
            0,
            0,
            0});

That what you talking about? Possibly change number higher?
This worked perfectly Thank You So Much
 
frmSettings.Designer.cs

Code:
this.numTrainingSkillLevel.Maximum = new decimal(new int[] {
            600,
            0,
            0,
            0});

That what you talking about? Possibly change number higher?
There is a setting missing as it did not log out BUT it did mention theat it was going to log out due to trigger but sadly no logout so must be more setting to change
 
Back
Top