Jump to content

Moxie

Player
  • Content count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Moxie

  • Rank
    Newcomer

Recent Profile Visitors

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

  1. TL;DR here's the addon: https://github.com/xntp800/HonorSpy I've been working on an update to resolve the memory/loading issues since I got merged in from Zeth'Kur. On that server the addon worked just fine, without too many active pvpers, but as you know things are different on Elysium. With standings lists exceeding 4000 players. My initial focus was on adding a slash command to allow players to limit the number of results in the standings table. As it turns out manipulating the database/looking up information is not particularly resource intensive. What really taxes the system is drawing 4000 lines in the table. I forked the github and went to work on my changes, but I also incorporated the changes of another person who had also forked the repo. You can see the changes they made here: https://github.com/kakysha/HonorSpy/compare/master...orgasmix:master To put it simply: Their changes add two additional commands to the addon. One to lookup your own information, and one to lookup an arbitrary player name. These commands never draw any table so they use virtually no resources. Finally they restricted the standings table strictly to 200 players. They also made some changes to the way standing/bracket/RP is calculated. I am not familiar with the math or the history behind these things so whether they are accurate or not I leave up to you to decide. Suffice to say my statistics didn't seem to change much from the old numbers to the new ones so it can't be too far off. I worked off of their additions to add my own command here: https://github.com/orgasmix/HonorSpy/compare/master...xntp800:master Again to summarize: I added a slash command /hs players 0-10000 to allow you to set the amount of standings displayed yourself. I set the default to 750, and entering 0 returns ALL the results in the database, not recommended. I find that performance really starts to suffer after displaying about 1000 players. Anyway, here is the addon in it's current state: https://github.com/xntp800/HonorSpy Follow the usual instructions for installing. Rename folder etc. You must also delete the HonorSpy database file in your WTF folder for this update. Don't worry it will get repopulated quick. If you find any bugs/have any ideas for improvements or changes please feel free to let me know. I've been using the new version for a couple days now and it is infinitely more usable than it was before. That being said this is the first addon I've worked on to this extent, so the whole thing has certainly been a learning experience.
  2. Moxie

    Lost Authentication Code Generator

    I was doing a bit of research on this issue since I recently enabled 2FA and while I think it's a great feature the risk of losing my codes is a major concern since I play around with custom roms etc. on my phone quite a bit. First if you are on android and your phone is rooted you can supposedly make backups of the Google Authenticator database as described here The first answer there describes how to do it via ADB, but I assume you could do it via your phone file manager --> copy to computer or other backup solution. Second there are authenticator apps that support some kind of built in backup, Authy for example. However this is not one of the suggested apps on the Elysium website so I cannot say for sure if that would be supported. Finally I have read in passing that if you lose your authentication information(like what happened to you), but you still have the email you received from Elysium with the QR code you used to initialize 2FA it might be as simple as just adding a account in Google Authenticator using that same QR code then proceeding with the generated codes as usual. The logic being that the "code" embedded in the QR code is still in sync with the Elysium 2FA system, so all you need to do is re-initialize it on your phone. Hopefully that helps. I would like to see a more clear backup solution written out by the Elysium folks in the future.
  3. People seem to be a bit confused about what you're asking... You could transfer characters from old Elysium to Anathema(old Nost) when the server was relaunched, and the instructions for how to do so are still there, but I can't say for certain it still works. Though I can't imagine why it wouldn't.
×