PAY FOR IT

02/01/2021 01:56 netraxes#1
Hello good, how can I get the id of a new client.


example (28044)

class OreCountModule
{
public const short ID = 28044; <------

public OreTypeModule oreType;

public double count;

public OreCountModule(OreTypeModule oreType, double count)
{
this.oreType = oreType;
this.count = count;
}

public void read(ByteParser parser)
{
parser.readShort();
oreType = new OreTypeModule(-1);
oreType.read(parser);
count = parser.readDouble();
}
}

I would pay for it all the id would need the id

thank you very much for your attention.
02/01/2021 14:17 PNTX#2
finding ids in a new client version is mostly seraching. or pattern scanning.
02/02/2021 01:31 netraxes#3
Quote:
Originally Posted by PNTX View Post
finding ids in a new client version is mostly seraching. or pattern scanning.

find me the refinement and quest and I'll give you 30 euros

they are 20 ids