[v7.6] [INTERNATIONAL] [Resu] AriadnesThreadPlugin menu

User Tag List

Page 5 of 5 FirstFirst 12345
Results 61 to 75 of 75
  1. #61
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Romanmas View Post
    Answer "Yes" on two question
    I'd rather add this to my "hunter's vengeance plugin" then
    Supported version for all Resu plugins

    [v7.6] [INTERNATIONAL] [Resu] AriadnesThreadPlugin
  2. #62
    Romanmas's Avatar Member
    Reputation
    11
    Join Date
    Mar 2017
    Posts
    187
    Thanks G/R
    9/9
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by User5981 View Post
    I'd rather add this to my "hunter's vengeance plugin" then
    on this plugin it works only 120m.

  3. #63
    Gilavar's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    67
    Thanks G/R
    17/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    He actually needs it at least for 450 yards. That is for the new bosskiller meta (necromancer).

  4. #64
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gilavar View Post
    He actually needs it at least for 450 yards. That is for the new bosskiller meta (necromancer).
    I don't think we can have data from that far
    Supported version for all Resu plugins

  5. #65
    alex1788's Avatar Member Authenticator enabled
    Reputation
    2
    Join Date
    Dec 2019
    Posts
    12
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi. Now there are problems with this plugin, are there any plans to fix this?

  6. #66
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alex1788 View Post
    Hi. Now there are problems with this plugin, are there any plans to fix this?
    Hi, I have uninstalled D3 since november 2019 but I can try to fix, what are the problems ?
    Supported version for all Resu plugins

  7. #67
    alex1788's Avatar Member Authenticator enabled
    Reputation
    2
    Join Date
    Dec 2019
    Posts
    12
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the quick response. After updating the TX to version 20.6.25.0 and higher for D3 2.6.9.68722, the lines began to lead to all the pylons and wells, they became the same color (purple) and stopped disappearing after using wells or pylons. Quest lines (yellow) behave correctly. Perhaps this is due to a change in the D3 code.

  8. #68
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,043
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Line 280
    Code:
    var markers = Hud.Game.Markers.OrderBy(i => Hud.Game.Me.FloorCoordinate.XYDistanceTo(i.FloorCoordinate));
    replace with this
    Code:
    var markers = Hud.Game.Markers.Where(m => !m.IsPylon && !m.IsShrine && !m.IsPoolOfReflection && !m.IsHealingWell).OrderBy(i => Hud.Game.Me.FloorCoordinate.XYDistanceTo(i.FloorCoordinate));

  9. Thanks alex1788, HoaryWitch, rvj, 731113 (4 members gave Thanks to RNN for this useful post)
  10. #69
    alex1788's Avatar Member Authenticator enabled
    Reputation
    2
    Join Date
    Dec 2019
    Posts
    12
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Many thanks! This really solved the problem.

  11. #70
    wad1532's Avatar Member
    Reputation
    7
    Join Date
    Mar 2019
    Posts
    94
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    Line 280
    Code:
    var markers = Hud.Game.Markers.OrderBy(i => Hud.Game.Me.FloorCoordinate.XYDistanceTo(i.FloorCoordinate));
    replace with this
    Code:
    var markers = Hud.Game.Markers.Where(m => !m.IsPylon && !m.IsShrine && !m.IsPoolOfReflection && !m.IsHealingWell).OrderBy(i => Hud.Game.Me.FloorCoordinate.XYDistanceTo(i.FloorCoordinate));
    Can you post it RNN??? My folder is all not in a line....??

  12. #71
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wad1532 View Post
    Can you post it RNN??? My folder is all not in a line....??
    If you use notepad, use Ctrl + F to search and look for line that contains (Hud.Game.Markers.OrderBy)

  13. #72
    Shokunin's Avatar Member
    Reputation
    1
    Join Date
    Jul 2020
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to change mph -> Km and Change Yard-> Km.
    Tks u!!!
    Last edited by Shokunin; 07-03-2020 at 10:23 PM.

  14. #73
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shokunin View Post
    How to change mph -> Km and Change Yard-> Km.
    Tks u!!!
    MetricSystem = true;
    If I helped you, click "Give Thanks!"

  15. #74
    rvj's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    8
    Thanks G/R
    11/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    Line 280
    Code:
    var markers = Hud.Game.Markers.OrderBy(i => Hud.Game.Me.FloorCoordinate.XYDistanceTo(i.FloorCoordinate));
    replace with this
    Code:
    var markers = Hud.Game.Markers.Where(m => !m.IsPylon && !m.IsShrine && !m.IsPoolOfReflection && !m.IsHealingWell).OrderBy(i => Hud.Game.Me.FloorCoordinate.XYDistanceTo(i.FloorCoordinate));
    After the change, the pool of reflection only appears very close, and others (Pylons, Shrine, Healing Well) appear at a great distance.
    Can you fix this, please.
    Sorry for my english.
    Last edited by rvj; 03-21-2021 at 08:45 PM.

  16. #75
    ipaman's Avatar Member
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    7
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi how to remove lines to pylon??

Page 5 of 5 FirstFirst 12345

Similar Threads

  1. [v7.3] [INTERNATIONAL] [Resu] ParagonPercentagePlugin
    By User5981 in forum TurboHUD Community Plugins
    Replies: 89
    Last Post: 03-29-2021, 10:18 PM
  2. [v7.3] [INTERNATIONAL] [Resu] CraftersDelightPlugin
    By User5981 in forum TurboHUD Community Plugins
    Replies: 194
    Last Post: 03-07-2021, 05:56 AM
  3. [v7.3] [INTERNATIONAL] [Resu] UrshisGiftPlugin
    By User5981 in forum TurboHUD Community Plugins
    Replies: 55
    Last Post: 12-04-2020, 05:45 PM
  4. [v7.3] [INTERNATIONAL] [Resu] BattleTagAboveBannerPlugin
    By User5981 in forum TurboHUD Community Plugins
    Replies: 56
    Last Post: 08-01-2019, 05:03 AM
  5. [v7.3] [INTERNATIONAL] [Resu] TimeEverywherePlugin
    By User5981 in forum TurboHUD Community Plugins
    Replies: 4
    Last Post: 08-30-2017, 05:20 PM
All times are GMT -5. The time now is 12:42 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search