AutoBuy
Posted: 01.12.2009 12:52
I'm not able to make a script to buy a particular item, but to sell worked perfectly.
Я не в состоянии сделать сценария купить определенный пункт, а продавать работали прекрасно.
Sell:
[code]Program Sell;
{$Include 'all.inc'}
uosay('Tak Sell');
AutoSell($1F03,$0000,10);
wait(2000);[/code]
Buy:
[code]Program Buy;
{$Include 'all.inc'}
begin
if not GetAutoBuyMode then SetAutoBuyMode(true);
SetAutoBuyDelay(400);
AutoBuy($175D,$0000,20);
UOSay('Chiin buy'); [/code]
Where is the problem?
Где ошибка?
thanks.
Я не в состоянии сделать сценария купить определенный пункт, а продавать работали прекрасно.
Sell:
[code]Program Sell;
{$Include 'all.inc'}
uosay('Tak Sell');
AutoSell($1F03,$0000,10);
wait(2000);[/code]
Buy:
[code]Program Buy;
{$Include 'all.inc'}
begin
if not GetAutoBuyMode then SetAutoBuyMode(true);
SetAutoBuyDelay(400);
AutoBuy($175D,$0000,20);
UOSay('Chiin buy'); [/code]
Where is the problem?
Где ошибка?
thanks.