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

[Plugin] Arcanum Enchanter 1.1.4

I have always have problems with this plugin when it comes to re-roll Crit Dmg, one time I watched it re-roll 100% crit dmg...so after that, I have never used it.
 
It keep showing previous item's option. like I did ring and I want to do amulet later but this plugin keep showing ring's option.

any solution?
 
Updated version to 1.10.

* When you place an item in enchanter Arcanum should now properly show the Min/Max for the new item.

Also, about damage rolling. To make sure it doesn't throw away a higher roll regardless of Element type, use CTRL/SHIFT to select all the damage type rows and then enchant.

It made more sense when there was a need to enchant a specific type of element.
 
Updated version to 1.10.

* When you place an item in enchanter Arcanum should now properly show the Min/Max for the new item.

Also, about damage rolling. To make sure it doesn't throw away a higher roll regardless of Element type, use CTRL/SHIFT to select all the damage type rows and then enchant.

It made more sense when there was a need to enchant a specific type of element.

oh!! new version!!!

Thank you so much for your hard work.

This plugin is really helpful to make 100% or 50% critical damage!

Thank you one more time!
 
Doesn't work :( Demonboddy 414 and 535


Maybe it's because I have Russian game client?
 
It does not work this plugin. I have a Russian game client. I tried on different Demonboddy, result is zero :(
 
Doesn't work :( Demonboddy 414 and 535


Maybe it's because I have Russian game client?

Thanks exactly why, it reads the text and expects it to be in English. It may support Russian if somebody can translate the search strings.

They need to match EXACTLY to what the game client says (case-sensitive) and may need to be tweaked due to sentence structure differences.

var regex = new Regex(@"(?<value>[\d\.,]+)(?<=[^\.])|(?<1>% Life)|(?<2>Armor)|(?<3>Critical Hit Chance)|(?<4>Critical Hit Damage)|Increases (?<5>.*) Damage|(?<6>Life per Spirit)|(?<7>Dexterity)|(?<8>Strength)|(?<9>Intelligence)|(?<10>Vitality)|(?<11>Area Damage)|(?<12>cooldown)|(?<13>resource costs)|(?<14>Durability)|(?<15>Physical Resist)|(?<16>Cold Resist)|(?<17>Fire Resist)|(?<18>Lightning Resist)|(?<19>Arcane Resist)|(?<20>Poison Resist)|(?<21>Extra Gold)|(?<22>damage per hit)|(?<23>Health Pickup)|(?<24>Chance to Chill)|(?<25>Ignores Durability)|(?<26>Potions Grant)|(?<27>Level Req)|(?<28>Movement)|(?<29>All Elements)|(?<30>Monster kills)|(?<31>Immobilize)|(?<32>Blind)|(?<33>Control Impair)|(?<34>Cold skills)|(?<35>Fire skills)|(?<36>Holy skills)|(?<37>Lightning skills)|(?<38>Poison skills)|(?<39>Physical skills)|(?<40>Wrath Regen)|(?<41>Attack Speed)|(?<42>Life per Hit)|(?<43>damage from elites)|(?<44>Bleed)|(?<45>Hatred Regen)|(?<46>Sockets)|(?<!\]%|%)(?<47> Fire Damage| Arcane Damage| Poison Damage| Lightning Damage| Cold Damage| Holy Damage| Damage)(?!\sper|\.)|(?<48>Life per Wrath)|(?<49>Maximum Wrath)|(?<50>Life per Fury)|(?<51>Spirit Regen)|(?<52>damage against elites)|(?<53>Life after Each)|(?<54>Maximum Mana)|(?<55>Maximum Arcane)|(?<56>damage from melee)|(?<57>damage from ranged)|(?<58>Maximum Spirit)|(?<59>Maximum Fury)|(?<60>Chance to Block)|(?<61>Chance to Fear)|(?<62>Chance to Stun)|(?<63>Chance to Freeze)|(?<64>Chance to Slow)|(?<65>Chance to Knock)|(?<66>Regenerates)|(?<67>Maximum Discipline)|(?<68>Critical Hits grant)|(?<69>Arcane skills)|(?<70>Mana Regeneration)|(?<71> Damage(?!\sper|\.))");

also the button text...


else if (EnchantButton.Text.ToLowerInvariant().Contains("place an item"))
state = EnchantingState.NoItemSelected;


else if (EnchantButton.Text.ToLowerInvariant().Contains("select a property to replace"))
state = EnchantingState.SelectPropertyToEnchant;


else if (EnchantButton.Text.ToLowerInvariant().Contains("select property"))
state = EnchantingState.SelectNewEnchant;


else if (EnchantButton.Text.ToLowerInvariant().Contains("replace property"))
 
I found something that's not on Arcanum
on a source you can Enchant to increase damage against elities
 
Last edited:
This is one of the most useful plugins I ever used, thanks a lot xzjv :)
 
It's compatible as long as you have QuestTools installed. QT doesn't have to be enabled for this plugin to work.
 
I'm also having trouble with it. I enable the plugin and when I go to the tab, nothing shows up (even after enchanting something 1+ times).
 
Back
Top