What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Gem of Ease - Work of Cathan - Request

alainbuddy

New Member
Joined
Jun 14, 2014
Messages
166
Reaction score
3
Would be a great feature if there was an option in Adventurer to consume gem of ease on your gear (once it's rank 25) to remove level requirement. Then I could level characters by myself instead of asking for people to run me through Torment 6 Neph Rifts and risk them seeing that I bot 24/7 once they are stuck in my recent player list.

Also, would just be nice overall to have no level requirement on gear!
 
Just run a low rift to get a Gem of Ease, then mule it off, then run another...and so on until you get the amount you want, then transfer them all to the stash and bot to level them. Just make sure you don't run rifts too high or you'll over level them.

With some crappy gear including a leorics signet, leoric's crown, hellfire ring and amulet and a high level gem of ease in a weapon, you can hit 70 by rifting in like 30 minutes.
 
Another idea would be an option (or default behaviour change) to consider that one maxed out at level 25 unless everything else is at 0% upgrade chance, since even on weapon removing level req (and using an actual gem) is surely a better option than slotting the gem of ease.
 
Equipping the Gem of Ease in a weapon is far superior to simply using it. The xp per kill adds up pretty quickly. I've got a gem of ease at something like level 70, I think, just for this purpose.
The other gems are just damage or recovery, which is superfluous with an ancient weapon and other gear that's had the level requirement removed.
 
Anyway, if someone wants gem of ease to stop leveling at 25, all you have to do is edit Plugins\Aventurer\Settings\AdventurerGem.cs (and not AdventurerGems.cs !) and change this at line 44:
Code:
MaxRank = (Rank == 50 && (SNO == 428355 || SNO == 405796 || SNO == 405797 || SNO == 405803));
to
Code:
MaxRank = (Rank == 50 && (SNO == 428355 || SNO == 405796 || SNO == 405797 || SNO == 405803)) || (Rank >= 25 && SNO == 405783);
 
Back
Top