Jump to content

Rolffus

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Rolffus's Achievements

Rookie

Rookie (2/14)

  • One Year In
  • First Post Rare
  • Conversation Starter Rare
  • One Month Later
  • Dedicated Rare

Recent Badges

2

Reputation

  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 fairly sure you need a script to do what you want. I couldnt get the summoner attack with mele, without writing a script. Documentation : https://neo279.github.io/l2project-doc/index.html
  3. Rolffus

    Cubics

    Is it on purpose that cubics only last 15min?
  4. Once you get a bit up in levels (s-grade) adena pretty much stops to matter. You can buy D, C, B and A-grade weapons in giran, and they dont cost a whole lot.
  5. 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...