G
Groma
var
npc: tl2npc;
begin
while delay(1000) do begin
if npclist.byid(31027,npc) or//Cabrio chest
npclist.byid(31028,npc) or//Kernon chest
npclist.byid(31029,npc) or//Golkonda chest
npclist.byid(31030,npc) then//Hallate chest
begin
engine.settarget(npc);
engine.movetotarget(-50);
engine.dlgopen;
engine.dlgsel(1);
engine.dlgsel(1);
end;
end;
end.
© krn from lineage2bot.com
npc: tl2npc;
begin
while delay(1000) do begin
if npclist.byid(31027,npc) or//Cabrio chest
npclist.byid(31028,npc) or//Kernon chest
npclist.byid(31029,npc) or//Golkonda chest
npclist.byid(31030,npc) then//Hallate chest
begin
engine.settarget(npc);
engine.movetotarget(-50);
engine.dlgopen;
engine.dlgsel(1);
engine.dlgsel(1);
end;
end;
end.
© krn from lineage2bot.com