lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Patches

Category: LotRO PatchesWardenEase2 Gambit Patch
This file is a Patch for WardenEase2 by Stever1388. You must have that installed before this Patch will work.
Interface Information
Download
How do I install this? (FAQ)
Name: WardenEase2 Gambit Patch   Popular!
Author:
Date: 03-23-2023 09:09 PM
Size: 4.08 Kb
Version: 1.0.1
Rate File: 5 out of 5 with 1 votes  
Pictures
Click to enlarge 

Views: 0
Size: 312.04 Kb
Dimensions: 1920 x 1080
 
Click to enlarge 

Views: 0
Size: 309.59 Kb
Dimensions: 1920 x 1080
 
Click to enlarge 

Views: 0
Size: 310.09 Kb
Dimensions: 1920 x 1080
 
Click to enlarge 

Views: 0
Size: 311.79 Kb
Dimensions: 1920 x 1080
 
Description
LOTRO update patch 35 introduced 6 new gambits (actually 12 since there are ranged and melee versions of each):

Deflection (Assailment and Determination versions): 3-2-1
Spear of Fate/Javelin of Fate: 3-1-3-1-3
Cauterizing Steel/Ranged Cauterizing Steel: 1-2-1-2-1
Unseen Strikes/Ranged Unseen Strikes: 1-3-1-3-1
Readied Blade (Assailment and Determination versions): 2-3-1
Shield Up (Assailment and Determination versions): 2-1-3

WardenEase2 continues to work great, these new gambits simply have to be added to the __init__.lua file. I added them to the end of the English list which begins with...
Code:
else
  SDRPlugins.WardenEase2.Gambits["Adroit Manoeuvre"] = {1,3,2,1}
...and ends with...
Code:
  SDRPlugins.WardenEase2.Gambits["Warden's Triumph"] = {1,3,2,1,3}
The exact lines added are:
Code:
  SDRPlugins.WardenEase2.Gambits["Deflection"] = {3,2,1}
  SDRPlugins.WardenEase2.Gambits["Ranged Deflection"] = {3,2,4}
  SDRPlugins.WardenEase2.Gambits["Spear of Fate"] = {3,1,3,1,3}
  SDRPlugins.WardenEase2.Gambits["Javelin of Fate"] = {3,4,3,4,3}
  SDRPlugins.WardenEase2.Gambits["Cauterizing Steel"] = {1,2,1,2,1}
  SDRPlugins.WardenEase2.Gambits["Ranged Cauterizing Steel"] = {4,2,4,2,4}
  SDRPlugins.WardenEase2.Gambits["Unseen Strikes"] = {1,3,1,3,1}
  SDRPlugins.WardenEase2.Gambits["Ranged Unseen Strikes"] = {4,3,4,3,4}
  SDRPlugins.WardenEase2.Gambits["Readied Blade"] = {2,3,1}
  SDRPlugins.WardenEase2.Gambits["Ranged Readied Blade"] = {2,3,4}
  SDRPlugins.WardenEase2.Gambits["Shield Up"] = {2,1,3}
  SDRPlugins.WardenEase2.Gambits["Ranged Shield Up"] = {2,4,3}
There is also an equivalent list for the German language client. I do not speak German, I just used Google Translate. Here are the lines to add to the bottom of the German gambit list, right under this line:
Code:
  SDRPlugins.WardenEase2.Gambits["Triumph des H\195\188ters"] = {1,3,2,1,3}
Code:
  SDRPlugins.WardenEase2.Gambits["Ablenkung"] = {3,2,1}
  SDRPlugins.WardenEase2.Gambits["Fernablenkung"] = {3,2,4}
  SDRPlugins.WardenEase2.Gambits["Speer des Schicksals"] = {3,1,3,1,3}
  SDRPlugins.WardenEase2.Gambits["Fernkampfspeer des Schicksals"] = {3,4,3,4,3}
  SDRPlugins.WardenEase2.Gambits["Kauterisieren von Stahl"] = {1,2,1,2,1}
  SDRPlugins.WardenEase2.Gambits["Fernkauterisierender Stahl"] = {4,2,4,2,4}
  SDRPlugins.WardenEase2.Gambits["Unsichtbare Schläge"] = {1,3,1,3,1}
  SDRPlugins.WardenEase2.Gambits["Unsichtbare Fernschläge"] = {4,3,4,3,4}
  SDRPlugins.WardenEase2.Gambits["Fertige Klinge"] = {2,3,1}
  SDRPlugins.WardenEase2.Gambits["Fernkampfbereite Klinge"] = {2,3,4}
  SDRPlugins.WardenEase2.Gambits["Schild hoch"] = {2,1,3}
  SDRPlugins.WardenEase2.Gambits["Fernkampfschild hoch"] = {2,4,3}
I have tested this with the English client and it works as expected: The new gambits are added and display sorted among the other gambits using whatever scheme WardenEase2 uses for sorting. I did not test with the German client. If I got the translations wrong let me know and I will fix them – but you can blame Google, not me!

This patch is a replacement __init__.lua file for an existing installation of WardenEase2. You need to download and install WardenEase2 in order to use this patch! It is not a stand-alone plugin, I am not the author of WardenEase2!

To install on a Mac, drop the __init__.lua file into your ~/Documents/The Lord of the Rings Online/Plugins/SDRPlugins/WardenEase2 folder and allow it to replace the __init__.lua file already there. The file path for you Windows users is *\My Documents\The Lord of the Rings Online\Plugins\SDRPlugins\WardenEase2 – the same place as on a Mac, just Windows-a-fied.

Here's hoping the author returns and updates this fantastic plugin himself, I literally would not play my Warden without it and I really love playing my Warden! So I'm very happy that WardenEase2 exists and was so easy to update for the new gambits in the u35 patch.

Change Log:
1.0 Initial Release
1.0.1 Whoops! It's "Javelin of Fate" not "Ranged Spear of Fate"! The German translation appears to be identical but the English entry has been corrected.
Archive List (Old Versions)
File Name
Version
Size
Author
Date
1.0
4.22 Kb
JohnMHammer
03-22-2023 02:58 PM
File Statistics
User Rating:
5 out of 5 with 1 votes
Downloads: 5490
Views: 11030
Favorites: 3
Uploaded By:
 
Last Modified: N/A

View Pictures. Download Now! Post A Comment


Post A Reply
Author Comments Comment Options
Unread 01-29-2024, 10:48 AM  
JohnMHammer
The Indomitable
 
JohnMHammer's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 49
Uploads: 2
Hi, OpaZocker! Yes, WardenEase2 (with this patch applied) works in the current version of LOTRO and includes all available Gambits.

Last edited by JohnMHammer : 01-29-2024 at 10:49 AM.
JohnMHammer is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-13-2023, 11:56 PM  
mercster
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Thank you so much!

Thanks for the update!
mercster is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 06:02 PM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui