[question]how to auto shopping?

01/04/2010 14:22 yxkf8888#1
Now,I find the call which can auto open NPC.
such as

procedure OpenGroceryStore;
var
Address: pointer;
begin
Address:=Pointer($63857A18);
asm
PUSH $0010F000
MOV ECX,DWORD PTR DS:[dwPParam1]
MOV ECX,DWORD PTR DS:[ECX+$4]
MOV ECX,DWORD PTR DS:[ECX+$18]
PUSH $000000EE
CALL Address
end;
end;

but,after you open the NPC,you must click "continue button" ,then click "shop button"
I can't find the call that can auto click these two buttons.
If someone know how to find this call,Please help me,thx.
01/04/2010 23:11 Uncreative.#2
Try and make it so clicking the continue button brings you to the shop.
01/07/2010 13:25 yxkf8888#3
I think you don't understand what i said.
i find "mod_kukulite" can auto directshop,i want to know how to directshop.
i am just can auto open NPC now,but can't auto directshop.
01/18/2010 11:47 annken#4
here you go