Jump to content

EinBaum

Player
  • Content count

    43
  • Joined

  • Last visited

Everything posted by EinBaum

  1. Taking BoE items from mail has some random chance to make them soulbound. Proof: https://imgur.com/a/pKUBQ I wrote a GM ticket. The GM Lynck said that GMs are unable to fix these soulbound items. I got told to make a bug report. WHAT THE FUCK
  2. EinBaum

    Ban Appeals Section

    I agree, potential cheaters could see those 1000 pages of appeals and got scared. Also you could secretly laugh when you saw someone writing an appeal... someone that you have reported. FeelsGoodMan
  3. https://forum.elysium-project.org/topic/53358-new-hardware-funds/
  4. EinBaum

    Queue at 9k

    Don't blame your bad internet connection and lack of skill on the server. There is no delay. Bye.
  5. EinBaum

    Queue at 9k

    That is not true. The game is perfectly playable at 9k, there is no noticable ability delay. Personally I'd like to see an increase in the queue max. size. The large amount of players makes the world feel very alive. It's fun to meet people everywhere (to either talk to them or to do world PvP).
  6. EinBaum

    NA/EU Whats your MS?

    More like 2k ms
  7. EinBaum

    NA/EU Whats your MS?

    3 ms - Central Germany
  8. EinBaum

    Sp_overpower

    I have fixed it. New version: https://github.com/EinBaum/SP_Overpower
  9. EinBaum

    Sp_overpower

    Works for me, homie. I've also uploaded an update where you can set the bar size and alpha. To fix your problem: Send me a forum PM with a screenshot of your combat log where a yellow attack is dodged. Thank you!
  10. EinBaum

    Farewell

    Please be real
  11. EinBaum

    World PVP in Bird Culture

    I think you should kill everyone.
  12. EinBaum

    Keeping addons up to date

    If that's the case then you can't update them with my bash script. But there's a solution (it's too bothersome, I haven't done this): Clone the Atlas addon somewhere else (not in Interface\Addons) and create symbolic links to the 3 separate addons inside the Addons directory. No problem.
  13. EinBaum

    Keeping addons up to date

    I use git bash. Of course my script only works if you have cloned the addon repositories using the "git clone" command. Doesn't work with addons that you've downloaded as a zip file. https://www.youtube.com/watch?v=ljEP7mS7x8Y
  14. EinBaum

    [AddOn] MapTarget

    AddOn for hunters. Changes what mouse clicks on your minimap do: Normal click: Targets whatever you are clicking Alt/Ctrl-click: Creates a ping Shift-click: Creates a ping but the X and Y coords of the ping are multiplied by 5 Why? Tracking: This AddOn makes all "red dots" on the minimap clickable. It's a great way of targeting players who are hiding behind objects or inside buildings Eagle Eye: Did you know that you can cast Eagle Eye and target a place on the minimap? Using the shift-click feature you can cast Eagle Eye on very very far away places https://github.com/EinBaum/MapTarget/releases Happy hunting!
  15. EinBaum

    [AddOn] MapTarget

    I've updated the addon and I'm looking for hunters to give me some feedback. Short video demo: https://www.youtube.com/watch?v=9RwBYzuGHRo
  16. EinBaum

    Keeping addons up to date

    I use a bash script that is located in my AddOns directory. It executes "git pull" for each git repository. #!/bin/bash back=`pwd`; for d in `find . -type d -name .git` ; do printf "%s: " "$d" ; cd "$d/.."; git pull ; cd $back ; done
  17. EinBaum

    [AddOn] SuperIgnore

    SuperIgnore Download: https://github.com/EinBaum/SuperIgnore/releases UNLIMITED ignore list size! Temporary (timed) ignores! Ignore only in selected chat channels Uses default WoW interface and /ignore command Extra Modules Special Snowflake Blocker Blocks messages sent by players who have special characters in their names ChatSanitizer Blocks spam and advertisements (including gold seller spam) Custom Filter Create your own list of banned phrases Players writing these phrases will be temporarily blocked Notes Please post bugs and issues on the GitHub issue tracker. Post suggestions in this thread! Author's note: Don't be a pussy that ignores everyone who has a different opinion in chat. This AddOn should be used to block gold spammers! Enjoy! :)
  18. EinBaum

    [AddOn] SuperIgnore

    Yeah, it does.
  19. EinBaum

    [AddOn] SuperIgnore

    I've included ChatSanitizer into my own addon to auto-ignore gold spammers. It's great! Credits go to the author Rhena. Link: https://forum.elysium-project.org/topic/33896-addon-chatsanitizer-an-answer-to-gold-spamming/
  20. A GM is not supposed to send such mail. Looking forward to see him getting kicked from the team.
  21. Low level world PvP twinking is real and it's alive. Try Stranglethorn Vale. I know some players who have been between level 30-40 for months just to fight there. It's fun and challenging. Fights are imbalanced, you often have to improvise a strategy against big enemy groups.
  22. Bug reports go here: https://github.com/elysium-project/server/issues
  23. Bugs are reported here: https://github.com/elysium-project/server/issues
×