-
Member
Remove number above skill
Hello,
- Can you explain me how to remove number above skill please, i dont need it.
- And how to remove name of item on the ground please because i have it in french with the game and in english with HUD
- And how can i have the stack of Bane of the Stricken in map, when im fighting boss for example.
Thanks
Last edited by wolfstein68; 05-16-2019 at 04:34 AM.
-
Legendary
1)
Hud.GetPlugin<OriginalSkillBarPlugin>().SkillPainter.EnableSkillDpsBar = false;
Hud.GetPlugin<OriginalSkillBarPlugin>().SkillPainter.EnableDetailedDpsHint = false;
2) Right now I do not know, but ... you know you can change the language of TH to French? (renaming selected_language_example.txt to selected_language.txt, and edit this file changing enUS by frFR)
3) https://www.ownedcore.com/forums/dia...kenplugin.html ([v7.3] [ENGLISH] [glq] BaneOfTheStrickenPlugin)
-
Post Thanks / Like - 1 Thanks
wolfstein68 (1 members gave Thanks to RNN for this useful post)
-
Member
Thank you very much 2) and 3) are perfect. I didnt know for change language 
For 1) maybe i did wrong because it doesnt work. I put those 2 lines in user/PluginEnablerOrDisablerPlugin.cs
And i try also to change true in false in plugins\Default\SkillBars\OriginalSkillBarPlugin.cs
Nothing works.
-
Legendary
Maybe another plugin re-enable them, or I did not understand what number you were referring to
Check the entire file PluginEnablerOrDisablerPlugin.cs