Jump to content

Rolffus

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Rolffus

  1. Does anyone have a version of this script that works?

    The version i have, halts at the line

    const packet = new PacketReader(p.splice(2, p.length - 2)); // PacketReader is embedded with the bot

    and i never played around with packets and stuff before, so i have no idea on how to fix it.

  2. 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]);

    }

×
×
  • Create New...