Jump to content

Cre

Members
  • Content Count

    132
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Cre

  1. Cre

    RemindMe: Appear

    RemindMe: Appear Based off of this post: https://forums.epsilonwow.net/topic/1371-player-appearing-notifications/#comment-9333 A very simple addon that will display a popup message if .toggle appear is set to on. This will only appear at login and upon /reload. Download link: https://ross.support/downloads/Addons/RemindMe_Appear.zip If you break the addon in any way then feel free to let me know. Known Issues: Opening certain UI panels (guild, dungeon) will trigger the popup. (This is because the addon uses 'ADDON_LOADED' without a load manager) To Be Added: Load manager for 'ADDON_LOADED' trigger. Change Log: 28/09/2018: UnregisterEvent("ADDON_LOADED") added to line 21. Appears to resolve the issue of ADDON_LOADED firing several times / the addon displaying the popup when opening interface panels such as guild, dungeon, or friends. Duh, makes sense now that I read it back.
  2. Welcome to the server @Bergrisst
  3. Welcome to the server, @Thatchet As I try to do with all of our new comers, here is a list of some useful links and resources that should make your first days here a little bit easier. Feel free to message me if you're stuck with anything! Downloading & Connecting: Full Client Torrent: https://forums.epsilonwow.net/topic/1385-epsilons-full-client/ Starter Pack (Streams content as you play): https://ross.support/downloads/EpsilonWoWStarter.rar Connection Guide: https://forums.epsilonwow.net/topic/1269-epsilon-connection-guide/ Addons: !CrossFaction - Needed to see other faction member's TRP profiles. TRP3 Version 1.3.5.3 - The working version for the server's current patch. Epsilon Mogit - So you can browse all of our custom items for making a nice set. Elephant - Store your chatlogs, useful for building if you forget a gobject name/ID. SpellList - Browse all of the spells in the game that you can use cosmetically. Misspelled - Because grammar. UnlimitedChatMessage - Remove the 255 character limit from chatbox. Useful Commands: This is no where near close to what else could be deemed useful, but for just starting out this should serve you well. .teleport - As the name suggests. .tele start takes you back to the starting zone where people hang out. .help - Displays all of the available commands to you .lookup - How to search for items, objects, creatures, etc in-game .additem - How to add items to your inventory .announce - How to speak in the global chat channel .phase - How to create/enter/modified phases (Modifying requires the phase officer or phase owner rank) .gobject - How to spawn objects to decorate or create buildings, town, or cities in your phase Other Resources: Discord: https://discord.gg/epsilon How To Guides: https://forums.epsilonwow.net/forum/17-narthalas-academy/ Other Useful Addons: https://forums.epsilonwow.net/forum/38-releases/ Recruiting Guilds: https://forums.epsilonwow.net/forum/13-lorlathil/
  4. Welcome to the server, @audiomedic! I'll go ahead and try to give a quick tl;dr of all the important stuff you need to know. Downloading & Connecting: Full Client Torrent: https://forums.epsilonwow.net/topic/1385-epsilons-full-client/ Starter Pack (Streams content as you play): https://ross.support/downloads/EpsilonWoWStarter.rar Connection Guide: https://forums.epsilonwow.net/topic/1269-epsilon-connection-guide/ Addons: !CrossFaction - Needed to see other faction member's TRP profiles. TRP3 Version 1.3.5.3 - The working version for the server's current patch. Epsilon Mogit - So you can browse all of our custom items for making a nice set. Elephant - Store your chatlogs, useful for building if you forget a gobject name/ID. SpellList - Browse all of the spells in the game that you can use cosmetically. Misspelled - Because grammar. UnlimitedChatMessage - Remove the 255 character limit from chatbox. Useful Commands: This is no where near close to what else could be deemed useful, but for just starting out this should serve you well. .teleport - As the name suggests. .tele start takes you back to the starting zone where people hang out. .help - Displays all of the available commands to you .lookup - How to search for items, objects, creatures, etc in-game .additem - How to add items to your inventory .announce - How to speak in the global chat channel .phase - How to create/enter/modified phases (Modifying requires the phase officer or phase owner rank) .gobject - How to spawn objects to decorate or create buildings, town, or cities in your phase Other Resources: Discord: https://discord.gg/epsilon How To Guides: https://forums.epsilonwow.net/forum/17-narthalas-academy/ Other Useful Addons: https://forums.epsilonwow.net/forum/38-releases/ Recruiting Guilds: https://forums.epsilonwow.net/forum/13-lorlathil/ Feel free to pop into the Discord and ask questions if you're stuck with anything.
  5. We have launched our guild website and forums! Check them out and feel free to sign up. https://aote.online/
  6. Could be done with an addon. I'll look at making one unless somebody else does first.
  7. Cre

    Misspelled

    Evening everyone, I've made a tiny change to the Misspelled addon (Credit of course goes to the author Nipieper). When changing between the available dictionaries in the Interface > Addons a LUA error displays and does not allow you to complete the change between the dictionaries. This is due to a change with API PlaySound. I have updated all instances of PlaySound for 7.3.5 and the dictionaries can now be changed between freely. Changes: Changed every instance of: PlaySound("igMainMenuOptionCheckBoxOn") to: PlaySound(856, "Master") Changed every instance of: PlaySound("igMainMenuOptionCheckBoxOff"); to: PlaySound(857, "Master"); Download is available here
  8. Issue resolved by OP upgrading system to Windows 10. Uncertain about the cause of the crashes as I was unable to analyze the crash logs before OP updated. Locking thread and moving to archive.
  9. Glad to hear it. Locking and moving this topic to the archive.
  10. Hi there @Valertne, Can you please go into the WTF folder in your Epsilon directory. Inside you should find a file named config.wtf. Please right click this and choose the edit option. The top line should be set to: SET portal "play.epsilonwow.net" Please confirm if that is the case.
  11. Hiya folks, Many people ask how to use the allied races customisation options on normal races. E.g. Void Elf hair on a Blood Elf, or Nightborne hair on a Night Elf. Below I have listed the pre-requisites you have to follow to make this work, and the morph IDs that you will have to use. Make a base race. (If you want Void Elf hair on a Blood Elf for example, you have to make a Blood Elf!) You will need to do .mod native $nativeID Open the barber interface using .cheat barber Toggle the options to find your specified customisations Click Okay (If you cannot click okay on the barber interface then you will have to use .char cust instead) Native ID List: Highmountain Tauren Male: 75080 Highmountain Tauren Female: 75081 Lightforged Draenei Male: 75084 Lightforged Draenei Female: 75085 Nightborne Male: 75078 Nightborne Female: 75079 Void Elf Male: 75082 Void Elf Female: 75083 Example: Make a Blood Elf Male Do .mod native 75082 Do .cheat barber Toggle hair options to find Void Elf hair Click Okay Disclaimer: Some of the customisation options will either NOT work or be untextured. You will have to test several options to see what - if any - works. If you have any trouble with the instructions I have listed then feel free to comment down below or tag me in the Discord.
  12. Much appreciated, @Nortstrad. I will need to take a look at your crash logs produced by the game client to see where the error is occuring. Can you please direct message me @Ross#1832 on Discord? If you do not use Discord then you are welcome to private message me on the forums. Kind regards, Ross
  13. Hi @Nortstrad, Thank you! The program has stopped responding can be caused by several issues. This is occurring after you launch the game you said? You are not making it into the game world before this happens, correct? That error message certainly helps! I need some information to better help diagnose the issue: Operating System Graphics Card / Graphics Chip Model DirectX Version (You can locate this by using DXDiag) Once you return this information then I may have a better understanding of the issue. Kind regards, Ross
  14. Hi there @Nortstrad, Can you please post a screenshot of the exact error message you are receiving? Kind regards, Ross
  15. Hi there @VernDagon, As per our discussion and troubleshooting in Discord, we understand that you have noticed some graphical issues in both World of Warcraft and other games that you regularly play. You cited that you often experience crashes, too. We recommend that you perform a clean install of your AMD graphics drivers using DDU. I will provide a download and tutorial link for you to follow. Please ensure that your DirectX version is up to date by performing Windows update, too. DDU Download DDU Tutorial Please let us know how this goes for you. Kind Regards, Ross
  16. Welcome to the bug box! First and foremost, thank you for taking the time to report a bug. Please ensure that there are no existing threads regarding the bug which you have encountered. Each patch release on Epsilon means a plethora of bug fixes. Unfortunately, much like a Hydra, when one bug is fixed three more take its place. To ensure continuity and clarity when reporting a bug, we would ask that you use the below template when reporting an issue. This will allow our developers to easily understand the nature of the bug that you are reporting and how they may begin problem solving it. If you have any additional information not covered by the template then feel free to include it. Be sure to remain factual and to the point. Bullet point or numbered lists are an excellent format for these reports. • Type of Bug: • Description: • Evidence (Chat message/Screenshot): • Steps to reproduce: • Expected result: • Observed result: • Reproduction rate: • Additional information: Example:
  17. Cre

    Gob Near

    Did not see a thread regarding .gob near. Adding one just as a reassurance. (Stealing Riot's bug reporting template because it's easy to follow) • Type of Bug: In-Game bug. • Description: Gob near returns result "0" • Evidence (Chat message/Screenshot): 20:32:23 Found nearby gameobjects (distance 10.000000): 0 20:32:29 Found nearby gameobjects (distance 500.000000): 0 • Steps to reproduce: Type .gob near • Expected result: Return object GUIDS & coordinates based on #distance provided • Observed result: No results returned • Reproduction rate: 10/10
  18. @Graydon Rogue Class Hall: .world -934 4431 707 1220
  19. Cre

    Project Epsiway

    Thought it might be fun to get a "Rate that Transmog" forum game on the go. I'll start with my character Rhistel! Rate the one above you and then post yours.
  20. We have now updated our guild post to reflect the IC changes that have occurred post Shimmersail Masquerade Ball. We have a few events and guild arcs coming up that we hope you will all be interested in!
  21. @Paralax No problem at all. If you feel that my response has solved your problem then please let me know so that we may lock this thread. Resolved. Locking.
  22. You have a few options. Allow me to outline them for you. You can download the Starter Pack (TinyClient) and extract it to a brand new directory in C:\ or C:\Program Files (x86)\ - Upon launching the executable it will download the bare minumum files to launch your game. Over time you will stream the remaining files. If you have an existing World of Warcraft installation, then you can extract the Starter Pack (TinyClient) into the folder to upgrade/downgrade the client to 7.3.5 You can download the full 60GB client using our torrent. We have at least 8MB download speed on the torrent thanks to a seedbox. Please find the attached links for the Starter Pack and Torrent file. If you have any problems then feel free to @ me on the forums or Discord (Ross#1832)
×