Conversation Between Interest07 and ajcm
Showing Visitor Messages 1 to 1 of 1
-
Interest07! Can you help me with one thing?
Is that possible to create an application that answers trivia questions? Yuna anda Luna?
i´ve used PGrind from surrosoft and there is a script section. I made an script that works perfectly. See an example above.
Is possible to guide me to make an program that works on PWBR? I dont want to pay a license only for this. nowadays Auto cultivation works perfectly for me. I dont need the bot anymore, but this feature is very really good.
Please help me. You are able to make this in few days.
Program Trivia;
var i : Integer;
var npc: String;
Begin
Print(IntToStr(GetTarget));
npc := IntToStr(GetTarget);
for i := 0 to 14 do
begin
OpenNPC(StrToInt(npc));
Getquest(23788);
Returnquest(23911, 0);
Returnquest(23912, 0);
Returnquest(23913, 0);
Return others quest just to save space;
Returnquest(26588, 0);
Print('Baú de nº : ' + InttoStr(i+1));
end;
DisableNPCdialog;
End.