-
Content count
301 -
Joined
-
Last visited
Everything posted by Fulzamoth
-
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.
-
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.
-
To fix chat issues,delete: WTF/Account/<name>/<realm>/<toon name>/chat-cache.txt
-
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.
-
Check the permissions on everything under the WTF folder.
-
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.
-
If you can login to the game, try changing using the in-game command: .account password oldpass newpass newpass
-
Use #1 in the script.
-
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
-
I've a script that helps get your setup going: https://github.com/fulzamoth/Elysium-WoW-cfg-Mac/releases
-
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.
-
Every addon customization lost and won't save
Fulzamoth replied to Metadopa's topic in Help & Support
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. -
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.
-
/use isn't available until 2.0.1, so not in Vanilla.
-
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.
-
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".
-
Try: https://github.com/fulzamoth/Vanilla-WoW-cfg/releases It fixes most disconnects.
-
Read above. Everyone trying to restore will have same problem right now. There is no restores taking place.
-
How can transfer my character in nightheaven to lightbringer?
Fulzamoth replied to Serfeld's topic in Help & Support
You can't. The two projects have nothing to do with each other. -
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
-
You can't. They'll be on Stratholme when it's up. Nighthaven is a fresh realm.
-
Nighthaven is a fresh server. Old toons will be on Stratholme when the merge of the three old servers is done.
-
Fake news. The new server is a fresh server. Old toons will appear on Stratholme when they get the merge done.
-
Yep. Responsibility falls to the player though.
-
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.
