1. someone on onyxia

    a random player whispered me on the progression server and commented on my early playerid on the server (im guessing its based on date created?

    he knew i was around the very earliest players on the server, i was only logged in for a short time as well.

    how could someone get this info? would it be a gm?, hacker?, or just a regular add-on that gives someone this info?

  2. I have noticed in the armory it sorts by date created. Namely when you look up boss kills or guild rosters the players near the top of the list are older toons. Not sure how you could see this elsewhere though.

  3. UnitGUID incluyes your player id iirc

  4. Something I wrote with the invaluable help of chatgpt:

    Code:
    /run s = UnitGUID("target"); if not s then print("No character selected"); return; end; hex_E = s:sub(-6); int_E = tonumber(hex_E, 16); print("This character's id is " .. int_E)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •