Page 1 of 1

Accepting the price for the Teleporter, need help

Posted: Fri Jan 28, 2011 8:59 am
by Treegardener
Hi,

i've encountered a problem using the teleporter guy (called "Sturobold" in my client)... I'm using the

Code: Select all

player:target_NPC("Sturobold"); yrest(1000); sendMacro("ChoiceOption(3);"); yrest(9000);
in this case, but after choosing the destination of the teleport, he asks me for money and i dont know how to accept this.

please help..

Re: Accepting the price for the Teleporter, need help

Posted: Fri Jan 28, 2011 7:09 pm
by rock5
There are addons that auto accept payments. I believe Streamline can auto accept teleport costs.

Re: Accepting the price for the Teleporter, need help

Posted: Sat Jan 29, 2011 4:39 am
by wizzyslo
Try with this:

Code: Select all

sendMacro("StaticPopup_OnClick(StaticPopup1, 1);");

Re: Accepting the price for the Teleporter, need help

Posted: Sun Jan 30, 2011 10:12 am
by Treegardener
Both methods are working like a charm, thank you very much! :)