GST = General Summer's Token (

)
guess he only wants to take the quest (ID = 21457) at the Mysterious Merchant ("World" 131 862) till he has no Chip Packs anymore:
So simply sendpacket in a loop^^. i dont have your bot so just pseudo code (ofc not tested):
Code:
begin
while (true) do begin
SendPacket('2500070000000C000000d15300000000000000000000'); //take quest
Sleep(2000);
SendPacket('25000600000008000000d153000000000000'); //return quest
Sleep(2000);
end;
end.