Jump to content

Cre

Members
  • Content Count

    132
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Cre


  1. 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.

    cbd88dd285d42633e437a5524cb323ad.png

    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, @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:

    1. Full Client Torrent: https://forums.epsilonwow.net/topic/1385-epsilons-full-client/
    2. Starter Pack (Streams content as you play): https://ross.support/downloads/EpsilonWoWStarter.rar
    3. Connection Guide: https://forums.epsilonwow.net/topic/1269-epsilon-connection-guide/

    Addons:

    1. !CrossFaction - Needed to see other faction member's TRP profiles.
    2. TRP3 Version 1.3.5.3 - The working version for the server's current patch.
    3. Epsilon Mogit - So you can browse all of our custom items for making a nice set.
    4. Elephant - Store your chatlogs, useful for building if you forget a gobject name/ID.
    5. SpellList - Browse all of the spells in the game that you can use cosmetically.
    6. Misspelled - Because grammar.
    7. 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.

    1. .teleport - As the name suggests. .tele start takes you back to the starting zone where people hang out.
    2. .help - Displays all of the available commands to you
    3. .lookup - How to search for items, objects, creatures, etc in-game
    4. .additem - How to add items to your inventory
    5. .announce - How to speak in the global chat channel
    6. .phase - How to create/enter/modified phases (Modifying requires the phase officer or phase owner rank)
    7. .gobject - How to spawn objects to decorate or create buildings, town, or cities in your phase

    Other Resources:

    1. Discord: https://discord.gg/epsilon
    2. How To Guides: https://forums.epsilonwow.net/forum/17-narthalas-academy/
    3. Other Useful Addons: https://forums.epsilonwow.net/forum/38-releases/
    4. Recruiting Guilds: https://forums.epsilonwow.net/forum/13-lorlathil/

  3. 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:

    1. Full Client Torrent: https://forums.epsilonwow.net/topic/1385-epsilons-full-client/
    2. Starter Pack (Streams content as you play): https://ross.support/downloads/EpsilonWoWStarter.rar
    3. Connection Guide: https://forums.epsilonwow.net/topic/1269-epsilon-connection-guide/

    Addons:

    1. !CrossFaction - Needed to see other faction member's TRP profiles.
    2. TRP3 Version 1.3.5.3 - The working version for the server's current patch.
    3. Epsilon Mogit - So you can browse all of our custom items for making a nice set.
    4. Elephant - Store your chatlogs, useful for building if you forget a gobject name/ID.
    5. SpellList - Browse all of the spells in the game that you can use cosmetically.
    6. Misspelled - Because grammar.
    7. 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.

    1. .teleport - As the name suggests. .tele start takes you back to the starting zone where people hang out.
    2. .help - Displays all of the available commands to you
    3. .lookup - How to search for items, objects, creatures, etc in-game
    4. .additem - How to add items to your inventory
    5. .announce - How to speak in the global chat channel
    6. .phase - How to create/enter/modified phases (Modifying requires the phase officer or phase owner rank)
    7. .gobject - How to spawn objects to decorate or create buildings, town, or cities in your phase

    Other Resources:

    1. Discord: https://discord.gg/epsilon
    2. How To Guides: https://forums.epsilonwow.net/forum/17-narthalas-academy/
    3. Other Useful Addons: https://forums.epsilonwow.net/forum/38-releases/
    4. 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.


  4. 14 hours ago, DeadofPool said:

    2. As .toggle appear stays on through login/logout if you don't turn it off yourself, maybe have a notification pop up that tells you it's on if it's on when you log onto the char, either that or just turn off it staying on through log out. Some people are forgetful, after all.

    Could be done with an addon. I'll look at making one unless somebody else does first.


  5. 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


  6. 1 hour ago, Valertne said:

    Hey, I can't seem to get past "connecting" when trying to log in. There's no timeout or anything, just connecting. I dunno if it could have something to do with the tinyclient not being completely downloaded, though I was under the impression that you could play while it downloads.

    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.


  7. 7 minutes ago, Nortstrad said:

    Yes, it happens around 2-5 seconds after I double-click Epsilon's .exe. Here's the information you requested.

    • OS: Windows 7 Home Premium (I can update to 10 if needed)

    • Nvidia GeForce GT 230

    • DirectX 11

    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


  8. 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


  9. 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


  10. 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:

     


  11. 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


  12. 1 hour ago, Paralax said:

    Hey guys! I'm really hopeless with all things technical and I tried to download the entire client instead of just downloading TinyClient and then run the executable. I didn't manage to download the entire client before I ran out of my free 50 GB, so my question is, is there another way to download the TinyClient?

    Yours sincerely,
    Ungifted retard  

    You have a few options. Allow me to outline them for you.

    1. 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.
       
    2. 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
       
    3. 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)

×