Jump to content

Fulzamoth

Player
  • Content count

    301
  • Joined

  • Last visited

Everything posted by Fulzamoth

  1. Fulzamoth

    Account lost

    Try a password recovery first: https://www.elysium-project.org/main/forgot.html If that fails, roll a new toon and open a GM ticket in game with your info. That's the only way to get stuff into their queue.
  2. Fulzamoth

    Trouble finding my characters

    Your characters from the old realms will be in hibernation on the offline Stratholme realm. Player interest in the World's Greatest Fresh Realm, Nighthaven, has been great - so much so that Stratholme's population was too low to sustain. Come join us on Nighthaven, and roll some fresh new toons.
  3. Fulzamoth

    Chat not working?

    To fix chat issues,delete: WTF/Account/<name>/<realm>/<toon name>/chat-cache.txt
  4. Fulzamoth

    Character restoration

    Most players chose to play on Nighthaven, so Stratholme has been put in hibernation for now. Your toons should be available when TBC comes out a year from now or so. There are no plans to bring characters from the old realms onto the new fresh realm.
  5. Fulzamoth

    Keybinds magically disappear after relogg/dc

    Check the permissions on everything under the WTF folder.
  6. Fulzamoth

    Keybinds magically disappear after relogg/dc

    Make sure the game isn't in Program Files. If your settings don't save it's all but certainly a permissions issue. The game dumps all settings to your WTF folder upon a clean logout. If you DC, settings can be lost. The WoW version of save early, and save often is logging out after each important UI change you make so that it's stored properly.
  7. Fulzamoth

    cant change my account password

    If you can login to the game, try changing using the in-game command: .account password oldpass newpass newpass
  8. Fulzamoth

    Playing on Mac OS, is it real?

    Use #1 in the script.
  9. Fulzamoth

    Mining/Herb track

    You're using the TBC+ version of the OnUpdate function. In Vanilla, OnUpdate is passed just one argument, the elapsed time as arg1. Try: /run if not THO then local f,t,c=CreateFrame("Frame","THO"),1,0 f:SetScript("OnUpdate", function() c=c+arg1 if c>3 then c=0 SetTracking(t) if t==1 then t=2 else t=1 end end end) THO:Hide() end /run if THO:IsVisible() then THO:Hide() else THO:Show() end
  10. Fulzamoth

    Playing on Mac OS, is it real?

    I've a script that helps get your setup going: https://github.com/fulzamoth/Elysium-WoW-cfg-Mac/releases
  11. Fulzamoth

    I got banned asking for help in /1

    Your forum account and game account are separate, which explains the need to create a new account. As far as the ban goes, see the Ban Appeal Forum.
  12. Fulzamoth

    Every addon customization lost and won't save

    Addons save their settings as the game client logs out into the WTF\Account\<account_name> folder. Make sure that folder is not write-protected. It's best to logout immediately after setting up your addons as you like them to make sure a server crash or other event doesn't cause an improper logout.
  13. Fulzamoth

    /use macro broken?

    You can use two API calls (via /script) in succession to swap items into a particular slot. Use this if you need to direct an item to main hand or offhand slots. PickupContainerItem(bagID,slot); -- pickup up the item in your bag PickupInventoryItem(slotID); -- "pickup" the item in your worn inventory to swap If you're just swapping an item that only goes to one slot, like head or chest, you can just use and item directly. UseContainerItem(bagID,slot) -- use an item from your inventory Important safety tip! Calling UseContainerItem() with a vendor window open will sell the item.
  14. Fulzamoth

    /use macro broken?

    /use isn't available until 2.0.1, so not in Vanilla.
  15. Fulzamoth

    2 Quests in Tanris not obtainable.

    The client you're running (we all run) is version 1.12, but the game content on the server side is still only 1.2, and won't get to 1.12 until next fall.
  16. Fulzamoth

    Mac help? I want to play!

    Try https://github.com/fulzamoth/Elysium-WoW-cfg-Mac/releases, and select any of the old realms. Once done, edit WTF/config.wtf and change the realmName line to "Nightraven".
  17. Fulzamoth

    Can't login

    Try: https://github.com/fulzamoth/Vanilla-WoW-cfg/releases It fixes most disconnects.
  18. Fulzamoth

    Can't restore character

    Read above. Everyone trying to restore will have same problem right now. There is no restores taking place.
  19. You can't. The two projects have nothing to do with each other.
  20. Fulzamoth

    Can't login

    Your username/password for the forums is not connected to the game. You have to create a separate account for the game itself. https://elysium-project.org/main/signup.html
  21. Fulzamoth

    How to Transfer?

    You can't. They'll be on Stratholme when it's up. Nighthaven is a fresh realm.
  22. Nighthaven is a fresh server. Old toons will be on Stratholme when the merge of the three old servers is done.
  23. Fulzamoth

    What has happened to my account?

    Fake news. The new server is a fresh server. Old toons will appear on Stratholme when they get the merge done.
  24. Fulzamoth

    Accidental Equipment Drop...

    Yep. Responsibility falls to the player though.
  25. Fulzamoth

    New player, registration does not work

    Registration is working. Make sure you're on https://elysium-project.org/main/signup.html, and note that your forum account and in-game account are different. You need to create each separately.
×