Rolffus Posted March 17, 2022 Share Posted March 17, 2022 (edited) im trying to make a very simple script that should buy 10 soes from trader Holly in Aden. But it seems im not doing it right. Anyone willing to give a hand? async function main() { Select("Holly"); await sleep(1000); Send.ReqBypassToServer("00"); await sleep(1000); Engine.NpcTrade(false, [736,10]); } Edited March 17, 2022 by Rolffus Quote Link to comment Share on other sites More sharing options...
caplan Posted March 29, 2022 Share Posted March 29, 2022 example Register and/or login to see this content. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.