Jump to content

EffToyz

Player
  • Content count

    166
  • Joined

  • Last visited

Everything posted by EffToyz

  1. EffToyz

    English client

    http://bit.ly/2jqTKmY
  2. EffToyz

    [AddOn] aux and more

    No, chat has its own history. But if lock/unlock were one togglable command you could easily enter 2 commands in a row. Easy unlock and then easy lock.
  3. EffToyz

    [AddOn] aux and more

    Oh, btw, wanted to say, what if you combine /ccwatch unlock and /ccwatch lock and make it toggle? Because the only purpose of unlock is to move the bars and then lock again, so toggle would me much easier, enter, up, enter. In the case of separate commands, you have to modify your command. Not a big deal, of course, but toggle is more user friendly.
  4. EffToyz

    [AddOn] aux and more

    Oh, this is downside of being smart and using git pull :D You miss the moment when repository changes its name. Thanks man gonna update it again.
  5. EffToyz

    [AddOn] aux and more

    Hey Bit, smee again. ;) Updated aurae and now I'm getting these: Error: attempt to index global `aurae_EFFECTS' (a nil value) File: Interface\AddOns\aurae\aurae.lua Line: 376 Count: 3 Did I miss something?
  6. EffToyz

    Ret Pala or dps Warrior?

    Or you will get this sweet 2H axe with debuff, then guild will tolerate you as ret paly.
  7. By the way, in the light of last database leak from some other private server, we can see that many people using same login and password for many other resources. In this case I would recommend to install something like LastPass or KeePass (this one is available on any platform) and then you can generate passwords like KwmhG2xGacKUW1vc, unique for every game, you don't have to type this every time, you can Ctrl-C, Ctrl-V and all you need to remember is your master password.
  8. EffToyz

    modui

    +1 to this question (already asked). I would love to have an option to turn off enemy cast bars, both on unitframe and nameplate.
  9. Wait, what? Poly requires face opponent? Anyway, I bet all character spinning and walking functions on API will be protected for Blizzard addons only usage.
  10. Good question. To change your password and 2FA, you need to prove that you are you. You can recover 2FA password, if you have access to your email (that's why it's always good idea to use email with 2FA as well). 2FA is harder to restore if you didn't save your serial number in safe place. You can't just get new serial number through email, because first what good hacker does is getting access to your email. ;) So the best option you have - write code down and put somewhere home. If your home got some major issues as robbery, fire, flood I bet last thing you will care about is access to your Elysium account. And no gold seller will get these extreme measures to get into your account as breaking into your house to steal code, so we can say that writing down code is pretty secure.
  11. Time is the time on your clock when you trying to login. Every minute you get new number. The beauty of 6-digit code is that you can openly use it, keylogging this code doesn't help to restore your serial number.
  12. Man, come on, if you get keylogger you probably will lose it anyway with serial number. Whole idea of 2FA is keeping app on separate device. Tablets and smartphones are really cheap, you can buy like for 100 bucks some acer phone or something like this, put google auth and secure your email as well. I have 8 or 9 different codes in my google auth.
  13. Generally how it works: you get big serial number and app generates 6 digit numbers every minute. This function also predictable, so knowing this serial number and current time you can always generate this number. This function as hash works only in one direction. Knowing time and 6 digit number (or even set of these numbers) you cannot reverse it and find out your serial number, that's why you want to keep it secretly in your app (and on a piece of paper in your deposit box in your bank). This is how you prove that you are you. Server asks for number, server can generate it as well, because it also knows your serial number. Technically it just adds 16 digit serial number to your password, you can have a really simple password now. But again this is not recommended, because with man-in-the-middle type attack you can trick user and turn off his 2FA.
  14. No, I have same auth codes on my phone and tablet. I know, this is technically security flaw, but if I lose one of devices, I will replace 2FA everywhere this instant. And yes, serial code you can write down and enter anytime you want later on new device.
  15. When you adding your auth to your account, you can write down serial number and save somewhere in any book at your place. Nobody anyway reads books these days.
  16. Hey! I reported couple bugs on github. Generally emote spam doesn't work, also made a screenshot with Thunderfury spam.
  17. EffToyz

    Has dodgykebab been banned?

    Oh right! I forgot to unsub! thanks for reminder.
  18. EffToyz

    THE FINAL COUNTDOWN

    fap fap fap fap fap!
  19. there are addons which can change scale of fonts but leave UI scale intact.
  20. EffToyz

    Hide Stancebar

    I guess, you need run your ShapeshiftBarFrame:Hide() on some event. Or, if you using modui or other addon, maybe they turn shiftbar on.
  21. EffToyz

    Auto loot?

    Especially unfun no auto-loot when you picking pockets on rogue. Even shift doesn't help.
  22. Ninja style is part of vanilla experience. Got scammed? Use addons like opium, noteit, notes u need and other to put a tooltip on this guy and never ever group with him again. Spread the word in your guild and among your friends. Want fair loot distribution? Gather your own group, set master loot and decide what and how to share. This is best part of vanilla wow. Leveling was long and painful, you had no service as name change, so if you were behaving as arse hole, eventually people will refuse to deal with you.
  23. EffToyz

    Account

    Did you confirm your account. Also one our guy was having same problem, and what he did: turned off running in compatibility mode, and "run as administrator". I hope that helped.
  24. EffToyz

    I am looking for addon! Need help.

    this is just price import. addon itself is aux and to show prices you have to run /aux tooltip vendor-sell
×