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

[beta] compatible Gem Leveler

Status
Not open for further replies.
one thing dark that i'm not sure if it's a bug or just an oversight or w/e, but the "globally ignored gems" list resets anytime you reload your gems (to update what is where and such), would be nice if that was persistent so i dont accidentally end up lvling my cast on dmg taken set (again <.<) and can just perm blacklist the gems from being leveled.

beyond that i've been using it to lvl gems up to sell and it's been working like a charm as long as i remember to refresh it whenever i put in new ones or move things around
 
The OP should update the script with the fix darkbluefirefly posted. Also, if possible, it'd be nice if the plugin UI showed the current gem levels. When you're leveling a ton of gems at once, it's a pain to look through them each to see if any of them hit lvl 20 yet.
 
one thing dark that i'm not sure if it's a bug or just an oversight or w/e, but the "globally ignored gems" list resets anytime you reload your gems (to update what is where and such), would be nice if that was persistent so i dont accidentally end up lvling my cast on dmg taken set (again <.<) and can just perm blacklist the gems from being leveled.

beyond that i've been using it to lvl gems up to sell and it's been working like a charm as long as i remember to refresh it whenever i put in new ones or move things around
The original code looks good.
Code:
                        if (GemLevelerSettings.Instance.IgnoredByNameGlobal.Contains(gem.Name))
                            continue;

Might have to get push to help with this one, i'm familiar with get/set values for the Json.
 
I've tried for hours making these files.. No succes.. Im running against a wall here... Could someone upload a working plugin? It would be highly appreciated!

Have a nice day :)
 
Ok here's the updated one with gem levels in it. Um looking at the fix for the ignore gems, give me a little time, still learning things.
I don't have visual installed so i can't access any api, and going on a whim lol.

View attachment GemLeveler.zip

edit * added gem level percentage
thanks for pushedx for the help.
 
Last edited:
dunno how to parse json with a textbox, so i'll prob change it to datagrid for parsing, and setting the global ignore gems.
 
the new beta has one built in. check it out under plugins, and read the changelog when things get updated.. it was mentioned there.
 
getting this gemleveler error when starting the bot
Compiler Error: d:\exile\Plugins\GemLeveler\ConfigWindow.cs(21,68) : error CS1061: 'GemLeveler.GemLevelerSettings' does not contain a definition for 'EnabledGems' and no extension method 'EnabledGems' accepting a first argument of type 'GemLeveler.GemLevelerSettings' could be found (are you missing a using directive or an assembly reference?)
im using the beta version atm.
 
This Plagin work or not work ???

I put this Plagin in \Exilebuddy 0.1.2942.85\Plugins, but bot dont see this mod!

How i can levelUP gems if my bot can't lvlUP any GEMs??... it's just awful...
 
Awful are people like you that dont give one minute to do a search or take a closer look what EB has feature-wise.

There is already a GemLeveler that comes with EB, you just have to activate it . . .
 
Going to close this thread now. It's an older thread, before the current Beta had a plugin built in, and the old plugin has known issues that would need to be fixed first.
 
Status
Not open for further replies.
Back
Top