givepkm, species, level
all you have to do is change the species; convert their dex number to hex and you just replace them.
case 0x10C:
com.Name = "GivePokèmon";
com.parameters.Add(reader.ReadUInt16()); //Id Pokèmon
com.parameters.Add(reader.ReadUInt16());
com.parameters.Add(reader.ReadUInt16()); //Item
com.parameters.Add(reader.ReadUInt16()); //Level
break;
just search the script file that's used in aspertia and it's quite obvious which one it is.
narc : a/0/5/6, file : 854, script : 7