Jump to content

MindScape

Game Masters
  • Content Count

    275
  • Joined

  • Last visited

  • Days Won

    5

MindScape last won the day on October 23 2022

MindScape had the most liked content!

Community Reputation

66 Excellent

9 Followers

About MindScape

  • Rank
    Advanced Member

Recent Profile Visitors

4484 profile views
  1. Hello! To clear gobs made by a spell, use ".phase cleartemp #radius". This clears temporary objects that have a GUID of 0.
  2. Late reply; We'll be looking at updating what addons are included with the launch of SL and alternative ways to offer optional addons as well.
  3. Your best place for help is going to be on our discord, in the #tech-support channel, so we can help in real time. This issue can sometimes be that the game is launching and just still downloading content it needs to fully open, and is going slow. You can check this in Task Manager and make sure there’s a WoW.exe background process (may be a sub-process of Epsilon.exe).
  4. Your best place for support is in Discord, in the #tech-support channel. Frequent solutions to clicking Play and it just says "Launching" and then opens in the task manager but doesn't fully open: Patience. This happens on the first time launching the game because it's downloading files in the background that it needs to open. If it's taking too long, try using Cloudflare's 1.1.1.1 with WARP, especially if you're not in Europe. Ensure your Epsilon folder is not set to Read-Only (right-click folder, click Properties, remove Read Only; you only need to do this once, the properties menu will always return to saying that Read Only is enabled when it's opened again). Ensure you have all the Epsilon pre-requisites downloaded - These are all Microsoft pre-reqs for software & games, just download & run to install: - DirectX 11: https://www.microsoft.com/en-us/download/details.aspx?id=35 - .NET Framework 4.7.2: https://dotnet.microsoft.com/download/dotnet-framework/net472 - VC Redist: https://aka.ms/vs/17/release/VC_redist.x64.exe
  5. You can trigger standard looking cast bars already by using the Show Castbar action, like so: Just make sure to do false for both the icon & shield. You can also use a TRP3e controlled Castbar that follows the stock cast bar style also: Side note: The shield is actually retail-style also, for certain abilities, supposedly? Idk, those are all Stock WoW Assets I am using for the castbar still lol
  6. I can't speak on behalf of the Merchant addon & it's author, they may be interested in adding this. I'll pass it along. In the meantime: You can replicate this using Gossip & Arcanum spells! TL;DR is: you would create an ArcSpell that checks if you have the required crafting items, removes them, and then adds your final item. Then you can add this spell to an NPC gossip with some flavor text (i.e., "Craft a Sword" or whatever). Longer version: Create an ArcSpell with the Name, Description, and CommID you want. See the Arcanum User Guide for more info/help here. Make the first action a "Stop This ArcSpell If..." with a delay of 0, and set the input script as... if (GetItemCount(itemID1) >= #numberRequired and GetItemCount(itemID2) >= #numberRequired) then return false; else print("You don't have the required items to craft this."); return true; end Make sure to add in your item ID's and the number of each you need to craft. If you need more than two items, just add another "and GetItemCount(itemID) >= #numberRequired" after the last one in the script above [ but before that last closing parenthesis, ), after the numberRequired ]. Feel free to adjust the print message to be more specific or worded how you want - this is just to clarify that the spell didn't 'fail' to cast because of some other issue, just that they didn't have the needed items. Add new actions now at 0.1 delay to remove each item and the quantity of that item. Add a final action for adding your crafted item. Optional: Add an action to show a message that they successfully crafted the item.
  7. No longer need the 2nd idea for Arc buttons (which became Sparks)- but the idea is still there for being able to make trigger points in phases that can do way more.
  8. Late reply, but responding in case anyone else is looking for the answer too; You can chat in the global player chat using the ".ann" command. Do note that you will need to verify your discord first before being able to chat in ".ann" however. This can be done from the account tools page: https://epsilonwow.net/account/profile/ and DM'ing the @Epsilon Chatbot in discord with the !VERIFY code given there.
  9. Introducing... Kinesis (kinesis - latin, greek: to move, motion, movement) Kinesis brings two common features from Sandbox & RPG games: 'Creative Mode' style flight toggle controls (i.e., Minecraft style double-jump to fly), and Shift-Sprinting. Kinesis is your one-stop shop for all things movement! Customise your sprint, fly and swim speeds! Append spells and arcanums to your sprint or flight! Quickly toggle sprint by hitting shift like all of your favourite RPGs, and toggle flight like you're playing in a true creative mode. All this and more, quickly and all with keybinds - instead of filling your macro slots. Features: Shift to Sprint! Ditch the macros & stop typing '.mod speed'! Tap or Hold SHIFT to start sprinting! Customize your Sprint to anything from a simple run, to an ominous hover, complete with Aura & Arcanum functionality. Set your speeds for ground, flight and swim separately, & switch between hold and toggle options! TL;DR: Tap or Hold SHIFT to start sprinting! Use '/kn' to configure Sprint Speeds & Spells! Hit that Spacebar, let's fly! Double or triple Jump to enable/disable fly mode, also complete with Aura/Arcanum functionality! Complete with auto-land to disable flying, you can customize how long it takes before auto-land takes effect - or disable it entirely! Customize how fast your double/triple jumps will need to connect to enable/disable flight. TL;DR: Double/Triple Jump to Fly, Double Jump again to land! Use '/kn' to configure Flight Toggle customization options & Spells! You can toggle spells when you start flying and/or start sprinting, and then toggle them again when you stop; these can be default spells, or an Arcanum Spell! And integration goes both ways: Arcanum also includes loads of Kinesis actions to allow you to make adjustments on the fly* (for example: A Dragonform spell that also changes your Flight & Sprint spells to include different spells than your humanoid [elf.. it's an elf, let's be real] form)! We also included lots of options to change how the controls work and function to make sure it felt comfortable to everyone! You can also toggle it completely off if you really hate it! There's no Mini-Map button or other intrusive UI added to your game; access all settings either in the Interface -> AddOns section of your Game Menu, or using "/kinesis" or "/kn" in chat. If you experience any issues, have any feedback or suggestions, or anything else, please reply below, or feel free to reach out on Discord to @mindscape Preview of Kinesis in Action (Thanks to 'T'!) https://i.imgur.com/99If9w5.mp4 https://i.imgur.com/J18Xcux.mp4
  10. Add support for linking spells, cast BY the NPC onto the player, when they click that Gossip option. Arcanum already allows you to link those type spells to an NPC Gossip option, but you can't make an NPC cast a spell onto the player without officer permissions, so not feasible for most cases where someone wants the NPC to actually cast the spell on the character. Other ideas when doing this include adding options also for triggering ".npc say/yell/textemote/follow/stop" and ".npc cast area/creature" subcommands.
  11. This should hopefully be fixed once we move to Shadowlands, as the implementation for our Editor has been changed to kindly share graphics access instead of requiring full control. In the mean time: If you're on Windows 11: No current solution. If you are on Windows 10: you may have a program interfering in the background, such as an overlay or monitor program. Disabling those should allow the editor to function in the mean time.
  12. lol - utter lies - aight. As I mentioned before, discord is the best place for support vs the forums. Someone is much more likely to assist there, and can help troubleshoot what issues you are having.
  13. Did it work previously for you? Perhaps you need to install the VC_Redist again. This & more can be found in the Discord's #tech-support channel, but I'll link the download for the newest VC_Redist from microsoft too: https://aka.ms/vs/17/release/VC_redist.x64.exe
  14. We haven't been able to pinpoint what in Win11 is causing this, and it's not for everyone either so it's even harder to find.
  15. From skylar via discord: - separate .phase toggle teleport setting for .phase teleport vs .teleport it would be beneficial if players could tp to defined locations instead of getting into inaccessible areas
×