Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...
it was an older plugin from PsychosPlugins
Code://http://turbohud.freeforums.net/thread/3843/v7-1-international-psycho-riftguardianaddsmarkerplugin //namespace Turbo.Plugins.PsychosPlugins namespace Turbo.Plugins.User { using System.Linq; using Turbo.Plugins.Default; public class RiftGuardianAddsMarkerPlugin : BasePlugin, IInGameWorldPainter { public WorldDecoratorCollection RiftGuardianAddDecorator { get; set; } private bool GuardianIsAlive { get { return riftQuest == null || riftQuest.QuestStepId == 16; } } private IQuest riftQuest { get { return Hud.Game.Quests.FirstOrDefault(q => q.SnoQuest.Sno == 337492); } } public RiftGuardianAddsMarkerPlugin() { Enabled = true; } public override void Load(IController hud) { base.Load(hud); RiftGuardianAddDecorator = new WorldDecoratorCollection( new GroundCircleDecorator(Hud) { Brush = Hud.Render.CreateBrush(200, 17, 255, 69, 2, SharpDX.Direct2D1.DashStyle.Dash), Radius = 4f, }); } public void PaintWorld(WorldLayer layer) { if (Hud.Game.SpecialArea != SpecialArea.GreaterRift || !GuardianIsAlive) return; var monsters = Hud.Game.AliveMonsters.Where(m => m.Rarity != ActorRarity.Boss); foreach (var monster in monsters) { //temp removed //RiftGuardianAddDecorator.Paint(layer, monster, monster.FloorCoordinate, string.Empty); } } } }
Last edited by hkjhkh; 12-13-2018 at 03:58 PM.
Works fine for me! I don't play without extern Plugins, though.
Thank you very much!
18.12.13.2 is working nice for me (bounties, rifts, grifts). Thanks KJ for excellent work!!
Last edited by aaa111952; 12-13-2018 at 04:37 PM.
Supported version for all Resu plugins
13.2 -> Everything is fine! Thx KJ!
all fine, thx
I need to know if there is anybody who
- 18.12.13.0 is failing but 18.12.13.2 is fine
- 18.12.13.0 is failing and 18.12.13.2 too
'Failing' means HUD starts but does not recognize or display anything in a game.
Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...
I have 18.12.13.0 is failing, but 18.12.13.2 is fine!
2018.12.14 06:41:19.373 new context [18.12.13.2] [Microsoft Windows NT 10.0.17134.0 / Windows 10]
2018.12.14 06:41:25.502 scan started [18.12.13.2]
2018.12.14 06:41:25.604 header load time: 99
2018.12.14 06:41:25.613 ObjectManager found, ingame flag: 1
2018.12.14 06:41:25.653 PK #1
2018.12.14 06:41:25.654 scan finished in 49 ms
2018.12.14 06:41:25.932 new run: 武僧, The Survivors' Enclave, Difficulty: t13
--------------------------------------------------------------------------------------------------------------------------------
All plugins work fine~~
I have 18.12.13.0 is failing, but 18.12.13.2 is fine!