Search the Community
Showing results for tags 'ignore'.
Found 2 results
-
UPD: thanks to omega, it actually possible to ignore a person with built-in functionality. It works better than what I offer. Recently I found that it is impossible to ignore users on chat box, above. There are times when you do want to have that feature. This script will not disable sounds of their messages, neither won't it hide messages completely (you would be lost if someone in chat started replying to a message you haven't even seen). But it will replace every message of unwanted person with ***. Handy. Install this script in a browser. Use GreaseMonkey analog (I'm using Tampermonkey for Chrome). // ==UserScript== // @name EB chat mute // @namespace http://dimps.ru // @version 0.1 // @description mute messages from certain people // @author Dimps // @match https://exiled-bot.net/community/* // @grant none // ==/UserScript== // this will mute username "babyfart". If for example you want to mute me, replace it with "Dimps". window.setInterval(function(){jQuery("a[data-store=babyfart]").parent().parent().children().find(".shoutbox_text").text("***")}, 100); https://www.dropbox.com/s/eejwmaxrm8nk8b9/EB%20chat%20mute%20v0.1.user.js?dl=0 Areas to improve: -introduce array with unwanted nicknames -attach to an event instead of timer polling -intercept message to prevent sound* -add GUI** UPD: ignore is built into forum engine.
-
TLDR: When farming just Voll, maybe make him just find Voll and ignore other mobs, or have it focus Voll when character does find him; not his minions. Selecting Act 4 and running Voll basically just runs like Dried Lake, but looks for Voll and kills him. An option to just find Voll? Or can be as it currently is, but when it finds Voll it will focus him and not his surrounding summonings. Some of my builds can easily facetank Voll, but in instances that it decides to waver away from focusing Voll and attacks his minions instead, the character often dies because it does not have a stable target to life/ mana leech from.