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

[Fix] Gem cap levels

plsfixbugs

Member
Joined
Feb 16, 2016
Messages
80
Reaction score
1
So as far as i know there is only 3 caps left.

If u want to make bot level ur swiftnes, ease etc find AdventurerGem.cs in Adventurer/Settings and change:

Code:
        public static Dictionary<int, int> GemCaps = new Dictionary<int, int>
        {
            {428355, 50},
            {405796, 50},
            {405797, 50},
            {405803, 50},
            {405783, 25},
            {428033, 100},  //ActorId: 428033, Type: Item, Name: Esoteric Alteration
        };

=>

Code:
        public static Dictionary<int, int> GemCaps = new Dictionary<int, int>
        {
            {428355, 50}, // Iceblink
            {405797, 50}, // Invigorating Gemstone
            {405803, 50}, // Boon of the Hoarder
            {428033, 100} // Esoteric Alteration
        };

I actaully dont know about 100 level caps, but i doubt that some one can bot that high.
Anyway xzjv probably will update Adventurer with correct caps someday.


EDIT: This problem is fixed in latest adventurer (1.3.4.28+)
 
Last edited:
Back
Top