Recent content by morgur

  1. morgur

    Autocamp script for auto timed logout

    I saw a few requests for this type of script so I'm sharing this basic one that I put together for the community. Feel free to improve upon it. This will camp out your toon out after a specified period of time. It just does a basic timer countdown and then logs out, but it does a few checks...
  2. morgur

    auto accept raid/group invites

    simple join group - accept invite script Thanks for the tip. Here's what I did and it works fine. It auto quits the script once I'm grouped as well. ;group.iss autoaccepts any invite for group/raid, etc. function main() { do { if ${Me.GroupCount} <= 1 {...
  3. morgur

    auto accept raid/group invites

    Just reaching out to see if anyone has a simple script to accept raid or group invites? thanks!
Top Bottom