VANILLA BOT GST SCRIPT

03/23/2015 22:33 TAKONEMA#1
Any one made any script for gst making with vanilla bot? plz post if available ty
03/27/2015 17:13 Vis2k#2
Quote:
Originally Posted by TAKONEMA View Post
Any one made any script for gst making with vanilla bot? plz post if available ty
What is gst?
03/27/2015 19:28 Stark77#3
GST = General Summer's Token ([Only registered and activated users can see links. Click Here To Register...])

guess he only wants to take the quest (ID = 21457) at the Mysterious Merchant ("World" 131 862) till he has no Chip Packs anymore:
[Only registered and activated users can see links. Click Here To Register...]

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.
04/02/2015 02:24 fcffe238cree#4
Quote:
Originally Posted by Stark77 View Post
GST = General Summer's Token ([Only registered and activated users can see links. Click Here To Register...])

guess he only wants to take the quest (ID = 21457) at the Mysterious Merchant ("World" 131 862) till he has no Chip Packs anymore:
[Only registered and activated users can see links. Click Here To Register...]

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.

i tried is not working , not sure how to function it in vanilla bot
04/02/2015 13:39 Stark77#5
25 00 07 00|00 00 0C 00|00 00 D1 53|00 00 00 00|00 00 00 00|00 00

25 00 06 00|00 00 08 00|00 00 D1 53|00 00 00 00|00 00

well you need to send those two packets...however u do it in vanilla bot scripting part... for pGrind its working like i posted before