[ENG] RG Skill Cool Down menu

User Tag List

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 51
  1. #31
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    delete the whole line with chinese, eg BossActor_List.Add(new DAV_KeyActor("Agnidox", ActorSnoEnum._x1_unique_monster_generic_projectile_fire), new DAV_BossSkill("Agnidox", "火焰飛彈", 1f, 4, "", "凝聚橙紅色光斑,然後發射 3 枚火球,造成火焰傷害\n發射方向始終瞄準目標\n無法打斷"));


    for english, delete the line /* // Agnidox
    & */ (line 387)

    [ENG] RG Skill Cool Down
  2. #32
    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)
    Hi s4000. Can you help me with exeptions
    minimap draw error (System.NullReferenceException: Object reference not set to an instance of an object.
    at SharpDX.DirectWrite.TextLayout.GetMetrics(TextMetrics& textMetrics)
    at Turbo.Plugins.User.DAV_BossCDPlugin.BossSkillPaint(DAV_BossSkill skillData, Double preCDvalue, Single bosslife, Single& yref)
    at Turbo.Plugins.User.DAV_BossCDPlugin.PaintWorld(WorldLayer layer)
    at ‏*​*‫‫**‏**‫​*‬‏‬*‎‏‬‬‎​‪*.‏‪‎***‫*‬‬‬‏**‪*‬‏‪****‪**‎*‪ ‫**.‪****‏​*‎‪‪​‬*‪***‬*****‪‪*‪*()
    at ‏*​*‫‫**‏**‫​*‬‏‬*‎‏‬‬‎​‪*.‬‬‪‫​**‏‪​‪*​*‫*‬**‏ ‏*(IPlugin , String , Action )
    at ‏*​*‫‫**‏**‫​*‬‏‬*‎‏‬‬‎​‪*.‪​‫*‏‪*‬**‎**‎‫*‬​‏​***‏*‏ ‏*(Object , EventArgs )
    at **‎**‬**‎*‫‏‏*‪‏‏‎**‫**​*.‏*​*‪‬*‪‫*‏‏*‎‏*‏**‎​**‫‪ ‬*())

    it occurs when there is a RG

  3. #33
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Romanmas View Post
    Hi s4000. Can you help me with exeptions
    minimap draw error (System.NullReferenceException: Object reference not set to an instance of an object.
    at SharpDX.DirectWrite.TextLayout.GetMetrics(TextMetrics& textMetrics)
    at Turbo.Plugins.User.DAV_BossCDPlugin.BossSkillPaint(DAV_BossSkill skillData, Double preCDvalue, Single bosslife, Single& yref)
    at Turbo.Plugins.User.DAV_BossCDPlugin.PaintWorld(WorldLayer layer)
    at ‏*​*‫‫**‏**‫​*‬‏‬*‎‏‬‬‎​‪*.‏‪‎***‫*‬‬‬‏**‪*‬‏‪****‪**‎*‪ ‫**.‪****‏​*‎‪‪​‬*‪***‬*****‪‪*‪*()
    at ‏*​*‫‫**‏**‫​*‬‏‬*‎‏‬‬‎​‪*.‬‬‪‫​**‏‪​‪*​*‫*‬**‏ ‏*(IPlugin , String , Action )
    at ‏*​*‫‫**‏**‫​*‬‏‬*‎‏‬‬‎​‪*.‪​‫*‏‪*‬**‎**‎‫*‬​‏​***‏*‏ ‏*(Object , EventArgs )
    at **‎**‬**‎*‫‏‏*‪‏‏‎**‫**​*.‏*​*‪‬*‪‫*‏‏*‎‏*‏**‎​**‫‪ ‬*())

    it occurs when there is a RG
    Have you modified the code?

  4. #34
    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 s4000 View Post
    Have you modified the code?
    I didn't change the code. maybe this is due to the fact that I play in windowed mode? not in windowed (fullscreen)

  5. #35
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Romanmas View Post
    I didn't change the code. maybe this is due to the fact that I play in windowed mode? not in windowed (fullscreen)
    Never seen that exception, try to add the follow code

    public void BossSkillPaint(DAV_BossSkill skillData, double preCDvalue, float bosslife, ref float yref) {
    if (skillData == null) return;

  6. #36
    phly2011's Avatar Member
    Reputation
    1
    Join Date
    Nov 2017
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, was wondering if there's anything to update for this mod for the new patch.

    Update: hehe anyone have the english version?
    Last edited by phly2011; 03-14-2020 at 07:31 PM.

  7. #37
    M1SHAKE's Avatar Member
    Reputation
    7
    Join Date
    Jul 2018
    Posts
    94
    Thanks G/R
    5/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is anyway to remove this texts?
    Screenshot_1.png

  8. #38
    ParaAvis's Avatar Member
    Reputation
    1
    Join Date
    Nov 2020
    Posts
    2
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi. I have exepciton when play in party

    minimap draw error (System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта.
    в SharpDX.DirectWrite.TextLayout.GetMetrics(TextMetrics& textMetrics)
    в Turbo.Plugins.User.DAV_BossCDPlugin.BossSkillPaint(DAV_BossSkill skillData, Double preCDvalue, Single bosslife, Single& yref)
    в Turbo.Plugins.User.DAV_BossCDPlugin.PaintWorld(WorldLayer layer)
    в *‎​*‏‪**‪*****‪**‫****​� �‪**.‏*​​‏*‏‬‫‫‬‫‫*‬‪‪� ��‫*​*‏*.*​**‏*‬*‎‬*‫� �*‎‫‬*​‬‬***‪*()
    в *‎​*‏‪**‪*****‪**‫****​� �‪**.‏*‬​‫‪‬‏‬‎*‪**‏ ‬‏*‫‏*(IPlugin , String , Action )
    в *‎​*‏‪**‪*****‪**‫****​� �‪**.**‎‫‪**‏‪‪‏‬‎​‎‏‏**� ��**‏*‫*‎**‏*(Object , EventArgs )
    в **‏*‏​*‪****‬**‬‪*​‎​ ‏​‬*.**‏‫*​*‏*‎* *‫*‏*‬‪*‫‬*())

  9. #39
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ParaAvis View Post
    Hi. I have exepciton when play in party

    minimap draw error (System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта.
    в SharpDX.DirectWrite.TextLayout.GetMetrics(TextMetrics& textMetrics)
    в Turbo.Plugins.User.DAV_BossCDPlugin.BossSkillPaint(DAV_BossSkill skillData, Double preCDvalue, Single bosslife, Single& yref)
    в Turbo.Plugins.User.DAV_BossCDPlugin.PaintWorld(WorldLayer layer)
    в *‎​*‏‪**‪*****‪**‫****​� �‪**.‏*​​‏*‏‬‫‫‬‫‫*‬‪‪� ��‫*​*‏*.*​**‏*‬*‎‬*‫� �*‎‫‬*​‬‬***‪*()
    в *‎​*‏‪**‪*****‪**‫****​� �‪**.‏*‬​‫‪‬‏‬‎*‪**‏ ‬‏*‫‏*(IPlugin , String , Action )
    в *‎​*‏‪**‪*****‪**‫****​� �‪**.**‎‫‪**‏‪‪‏‬‎​‎‏‏**� ��**‏*‫*‎**‏*(Object , EventArgs )
    в **‏*‏​*‪****‬**‬‪*​‎​ ‏​‬*.**‏‫*​*‏*‎* *‫*‏*‬‪*‫‬*())
    updated, hope no exception for that anymore

  10. #40
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ParaAvis View Post
    Hi. I have exepciton when play in party

    minimap draw error (System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта.
    в SharpDX.DirectWrite.TextLayout.GetMetrics(TextMetrics& textMetrics)
    в Turbo.Plugins.User.DAV_BossCDPlugin.BossSkillPaint(DAV_BossSkill skillData, Double preCDvalue, Single bosslife, Single& yref)
    в Turbo.Plugins.User.DAV_BossCDPlugin.PaintWorld(WorldLayer layer)
    в *‎​*‏‪**‪*****‪**‫****​� �‪**.‏*​​‏*‏‬‫‫‬‫‫*‬‪‪� ��‫*​*‏*.*​**‏*‬*‎‬*‫� �*‎‫‬*​‬‬***‪*()
    в *‎​*‏‪**‪*****‪**‫****​� �‪**.‏*‬​‫‪‬‏‬‎*‪**‏ ‬‏*‫‏*(IPlugin , String , Action )
    в *‎​*‏‪**‪*****‪**‫****​� �‪**.**‎‫‪**‏‪‪‏‬‎​‎‏‏**� ��**‏*‫*‎**‏*(Object , EventArgs )
    в **‏*‏​*‪****‬**‬‪*​‎​ ‏​‬*.**‏‫*​*‏*‎* *‫*‏*‬‪*‫‬*())
    updated, hope no exception for that anymore

  11. Thanks BeeAntOS (1 members gave Thanks to s4000 for this useful post)
  12. #41
    phly2011's Avatar Member
    Reputation
    1
    Join Date
    Nov 2017
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I go this error: Plugins\DAV\DAV_BossCDPlugin.cs(473,50) : error CS1026: ) expected, wondering if anyone is having this problem?

  13. #42
    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 phly2011 View Post
    I go this error: Plugins\DAV\DAV_BossCDPlugin.cs(473,50) : error CS1026: ) expected, wondering if anyone is having this problem?
    you have a missing parenthesis in line 473

  14. #43
    phly2011's Avatar Member
    Reputation
    1
    Join Date
    Nov 2017
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Romanmas View Post
    you have a missing parenthesis in line 473
    Line 473 is: if (!string.IsNullOrEmpty(skillData.HintShort))

    Solved: Right click - unblock *.cs file

  15. #44
    bbrandao85's Avatar Member
    Reputation
    1
    Join Date
    Apr 2020
    Posts
    15
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello. I know I'm asking a lot, but can you give me a tip on how to fix this plugin? After the latest TurboHUD LightningMOD v5.7 update, the plugin concentrates information in the top left corner. The boxes also disappeared. It seems like you lost the positioning reference. Any ideas? Thanks. DAV_BossCDPlugin.jpg

  16. #45
    ezequiel56's Avatar Member
    Reputation
    1
    Join Date
    Apr 2019
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bbrandao85 View Post
    Hello. I know I'm asking a lot, but can you give me a tip on how to fix this plugin? After the latest TurboHUD LightningMOD v5.7 update, the plugin concentrates information in the top left corner. The boxes also disappeared. It seems like you lost the positioning reference. Any ideas? Thanks. DAV_BossCDPlugin.jpg
    Same issue reported,
    check for resolution: https://www.ownedcore.com/forums/dia...ml#post4435841

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Replies: 1
    Last Post: 07-31-2018, 05:33 PM
  2. Reset all cool downs for Brawlers fights
    By drm420 in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 03-21-2014, 05:32 PM
  3. [New] Reset Random Dungeoun Q Cool Down
    By godmodeon in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 10-05-2011, 09:51 AM
  4. [server restart] How to make the cool down on your hearth stone low
    By ~Jagris in forum World of Warcraft Exploits
    Replies: 22
    Last Post: 06-09-2009, 11:54 AM
  5. No global cool down on Curse of Agony (maybe other instant casts to)
    By ~Jagris in forum World of Warcraft Exploits
    Replies: 51
    Last Post: 07-18-2008, 11:03 AM
All times are GMT -5. The time now is 05:38 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