Salut
c'est -DzM-
Aujourd'hui je vous partage mon codage pour le Level a AW
il consiste a se que vous métier un logInNumeric a 50 vous serais au level 50
ou un logInNumeric a 20 vous serais level 20
1 Maitre deux <logInNumeric > ou <numericUpDown>
Comme sa :
2 : Double click sur le <logInNumeric > ou <numericUpDown>
qui sera visible ,
il servira a monter le level comme sa ,
1 = level 1 || 2 = level 2 .....
Double click sur le <logInNumeric > ou <numericUpDown>
est entre le codage la
an l'ocuranse le logInNumeric2.Value est ce lui la
est le numericUpDown1.Value est ce lui la
3 : maitre le numericUpDown1
an Visible = false
pour le codage Send Stats pour anvoier Le level
Codage Basic
ATTENTION il faut avoier la Valeur qui est dans le numericUpDown1
est pas dans le
logInNumeric2
Voila le tuto est fini Bon codage a tousse
Si Ta un problème Ni-site pas
-DzM-
Aujourd'hui je vous partage mon codage pour le Level a AW
il consiste a se que vous métier un logInNumeric a 50 vous serais au level 50
ou un logInNumeric a 20 vous serais level 20
1 Maitre deux <logInNumeric > ou <numericUpDown>
Comme sa :
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
2 : Double click sur le <logInNumeric > ou <numericUpDown>
qui sera visible ,
il servira a monter le level comme sa ,
1 = level 1 || 2 = level 2 .....
Double click sur le <logInNumeric > ou <numericUpDown>
est entre le codage la
if (logInNumeric2.Value == 1)
{
numericUpDown1.Value = 800;
}
if (logInNumeric2.Value == 2)
{
numericUpDown1.Value = 2000;
}
if (logInNumeric2.Value == 3)
{
numericUpDown1.Value = 3300;
}
if (logInNumeric2.Value == 4)
{
numericUpDown1.Value = 5300;
}
if (logInNumeric2.Value == 5)
{
numericUpDown1.Value = 7900;
}
if (logInNumeric2.Value == 6)
{
numericUpDown1.Value = 11000;
}
if (logInNumeric2.Value == 7)
{
numericUpDown1.Value = 14900;
}
if (logInNumeric2.Value == 8)
{
numericUpDown1.Value = 19300;
}
if (logInNumeric2.Value == 9)
{
numericUpDown1.Value = 24300;
}
if (logInNumeric2.Value == 10)
{
numericUpDown1.Value = 30100;
}
if (logInNumeric2.Value == 11)
{
numericUpDown1.Value = 36700;
}
if (logInNumeric2.Value == 12)
{
numericUpDown1.Value = 44100;
}
if (logInNumeric2.Value == 13)
{
numericUpDown1.Value = 52300;
}
if (logInNumeric2.Value == 14)
{
numericUpDown1.Value = 61300;
}
if (logInNumeric2.Value == 15)
{
numericUpDown1.Value = 77100;
}
if (logInNumeric2.Value == 16)
{
numericUpDown1.Value = 81700;
}
if (logInNumeric2.Value == 17)
{
numericUpDown1.Value = 93100;
}
if (logInNumeric2.Value == 18)
{
numericUpDown1.Value = 105300;
}
if (logInNumeric2.Value == 19)
{
numericUpDown1.Value = 118300;
}
if (logInNumeric2.Value == 20)
{
numericUpDown1.Value = 132100;
}
if (logInNumeric2.Value == 21)
{
numericUpDown1.Value = 146700;
}
if (logInNumeric2.Value == 22)
{
numericUpDown1.Value = 162200;
}
if (logInNumeric2.Value == 23)
{
numericUpDown1.Value = 178300;
}
if (logInNumeric2.Value == 24)
{
numericUpDown1.Value = 195300;
}
if (logInNumeric2.Value == 25)
{
numericUpDown1.Value = 213100;
}
if (logInNumeric2.Value == 26)
{
numericUpDown1.Value = 231700;
}
if (logInNumeric2.Value == 27)
{
numericUpDown1.Value = 251100;
}
if (logInNumeric2.Value == 28)
{
numericUpDown1.Value = 271300;
}
if (logInNumeric2.Value == 29)
{
numericUpDown1.Value = 292300;
}
if (logInNumeric2.Value == 30)
{
numericUpDown1.Value = 314100;
}
if (logInNumeric2.Value == 31)
{
numericUpDown1.Value = 337100;
}
if (logInNumeric2.Value == 32)
{
numericUpDown1.Value = 361300;
}
if (logInNumeric2.Value == 33)
{
numericUpDown1.Value = 386700;
}
if (logInNumeric2.Value == 34)
{
numericUpDown1.Value = 413300;
}
if (logInNumeric2.Value == 35)
{
numericUpDown1.Value = 441100;
}
if (logInNumeric2.Value == 36)
{
numericUpDown1.Value = 470100;
}
if (logInNumeric2.Value == 37)
{
numericUpDown1.Value = 500300;
}
if (logInNumeric2.Value == 38)
{
numericUpDown1.Value = 531700;
}
if (logInNumeric2.Value == 39)
{
numericUpDown1.Value = 564300;
}
if (logInNumeric2.Value == 40)
{
numericUpDown1.Value = 598100;
}
if (logInNumeric2.Value == 41)
{
numericUpDown1.Value = 633100;
}
if (logInNumeric2.Value == 42)
{
numericUpDown1.Value = 669300;
}
if (logInNumeric2.Value == 43)
{
numericUpDown1.Value = 706700;
} if (logInNumeric2.Value == 44)
{
numericUpDown1.Value = 745300;
} if (logInNumeric2.Value == 45)
{
numericUpDown1.Value = 785100;
} if (logInNumeric2.Value == 46)
{
numericUpDown1.Value = 826100;
} if (logInNumeric2.Value == 47)
{
numericUpDown1.Value = 868300;
} if (logInNumeric2.Value == 48)
{
numericUpDown1.Value = 911700;
} if (logInNumeric2.Value == 49)
{
numericUpDown1.Value = 958300;
} if (logInNumeric2.Value == 50)
{
numericUpDown1.Value = 1002100;
}
{
numericUpDown1.Value = 800;
}
if (logInNumeric2.Value == 2)
{
numericUpDown1.Value = 2000;
}
if (logInNumeric2.Value == 3)
{
numericUpDown1.Value = 3300;
}
if (logInNumeric2.Value == 4)
{
numericUpDown1.Value = 5300;
}
if (logInNumeric2.Value == 5)
{
numericUpDown1.Value = 7900;
}
if (logInNumeric2.Value == 6)
{
numericUpDown1.Value = 11000;
}
if (logInNumeric2.Value == 7)
{
numericUpDown1.Value = 14900;
}
if (logInNumeric2.Value == 8)
{
numericUpDown1.Value = 19300;
}
if (logInNumeric2.Value == 9)
{
numericUpDown1.Value = 24300;
}
if (logInNumeric2.Value == 10)
{
numericUpDown1.Value = 30100;
}
if (logInNumeric2.Value == 11)
{
numericUpDown1.Value = 36700;
}
if (logInNumeric2.Value == 12)
{
numericUpDown1.Value = 44100;
}
if (logInNumeric2.Value == 13)
{
numericUpDown1.Value = 52300;
}
if (logInNumeric2.Value == 14)
{
numericUpDown1.Value = 61300;
}
if (logInNumeric2.Value == 15)
{
numericUpDown1.Value = 77100;
}
if (logInNumeric2.Value == 16)
{
numericUpDown1.Value = 81700;
}
if (logInNumeric2.Value == 17)
{
numericUpDown1.Value = 93100;
}
if (logInNumeric2.Value == 18)
{
numericUpDown1.Value = 105300;
}
if (logInNumeric2.Value == 19)
{
numericUpDown1.Value = 118300;
}
if (logInNumeric2.Value == 20)
{
numericUpDown1.Value = 132100;
}
if (logInNumeric2.Value == 21)
{
numericUpDown1.Value = 146700;
}
if (logInNumeric2.Value == 22)
{
numericUpDown1.Value = 162200;
}
if (logInNumeric2.Value == 23)
{
numericUpDown1.Value = 178300;
}
if (logInNumeric2.Value == 24)
{
numericUpDown1.Value = 195300;
}
if (logInNumeric2.Value == 25)
{
numericUpDown1.Value = 213100;
}
if (logInNumeric2.Value == 26)
{
numericUpDown1.Value = 231700;
}
if (logInNumeric2.Value == 27)
{
numericUpDown1.Value = 251100;
}
if (logInNumeric2.Value == 28)
{
numericUpDown1.Value = 271300;
}
if (logInNumeric2.Value == 29)
{
numericUpDown1.Value = 292300;
}
if (logInNumeric2.Value == 30)
{
numericUpDown1.Value = 314100;
}
if (logInNumeric2.Value == 31)
{
numericUpDown1.Value = 337100;
}
if (logInNumeric2.Value == 32)
{
numericUpDown1.Value = 361300;
}
if (logInNumeric2.Value == 33)
{
numericUpDown1.Value = 386700;
}
if (logInNumeric2.Value == 34)
{
numericUpDown1.Value = 413300;
}
if (logInNumeric2.Value == 35)
{
numericUpDown1.Value = 441100;
}
if (logInNumeric2.Value == 36)
{
numericUpDown1.Value = 470100;
}
if (logInNumeric2.Value == 37)
{
numericUpDown1.Value = 500300;
}
if (logInNumeric2.Value == 38)
{
numericUpDown1.Value = 531700;
}
if (logInNumeric2.Value == 39)
{
numericUpDown1.Value = 564300;
}
if (logInNumeric2.Value == 40)
{
numericUpDown1.Value = 598100;
}
if (logInNumeric2.Value == 41)
{
numericUpDown1.Value = 633100;
}
if (logInNumeric2.Value == 42)
{
numericUpDown1.Value = 669300;
}
if (logInNumeric2.Value == 43)
{
numericUpDown1.Value = 706700;
} if (logInNumeric2.Value == 44)
{
numericUpDown1.Value = 745300;
} if (logInNumeric2.Value == 45)
{
numericUpDown1.Value = 785100;
} if (logInNumeric2.Value == 46)
{
numericUpDown1.Value = 826100;
} if (logInNumeric2.Value == 47)
{
numericUpDown1.Value = 868300;
} if (logInNumeric2.Value == 48)
{
numericUpDown1.Value = 911700;
} if (logInNumeric2.Value == 49)
{
numericUpDown1.Value = 958300;
} if (logInNumeric2.Value == 50)
{
numericUpDown1.Value = 1002100;
}
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
est le numericUpDown1.Value est ce lui la
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
3 : maitre le numericUpDown1
an Visible = false
pour le codage Send Stats pour anvoier Le level
Codage Basic

byte[] lvl = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.Value.ToString()));
PS3.SetMemory( Offset Experience, lvl);
PS3.SetMemory( Offset Experience, lvl);
ATTENTION il faut avoier la Valeur qui est dans le numericUpDown1
est pas dans le
logInNumeric2
Voila le tuto est fini Bon codage a tousse
Si Ta un problème Ni-site pas
-DzM-
Dernière édition: