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

The new bot names Cast When Damage Taken as Cast "when" Damage Taken.

Klacid

Member
Joined
May 29, 2014
Messages
173
Reaction score
2
Please name your ignore list correctly, as the capitalization matters. You don't want the bot levelling it. :P
 
Please name your ignore list correctly, as the capitalization matters. You don't want the bot levelling it. :P

Too late. Have two that are already 8 levels in as I watched The Flash. Guess I am leveling my blood rage to 20 at this point.
 
You mean GGG :p

Code:
[1411] [Metadata/Items/Gems/SupportGemCurseOnHit] [Curse On Hit]
[1413] [Metadata/Items/Gems/SupportGemCastOnCrit] [Cast On Critical Strike]
[1414] [Metadata/Items/Gems/SupportGemCastOnKill] [Cast on Melee Kill]
[1424] [Metadata/Items/Gems/SupportGemCastOnDeath] [Cast on Death]
[1425] [Metadata/Items/Gems/SupportGemCastOnDamageTaken] [Cast when Damage Taken]

Adding a case insensitive compare to the plugin makes sense though. I'll try to get that in the next version.
 
You mean GGG :p

Code:
[1411] [Metadata/Items/Gems/SupportGemCurseOnHit] [Curse On Hit]
[1413] [Metadata/Items/Gems/SupportGemCastOnCrit] [Cast On Critical Strike]
[1414] [Metadata/Items/Gems/SupportGemCastOnKill] [Cast on Melee Kill]
[1424] [Metadata/Items/Gems/SupportGemCastOnDeath] [Cast on Death]
[1425] [Metadata/Items/Gems/SupportGemCastOnDamageTaken] [Cast when Damage Taken]

Adding a case insensitive compare to the plugin makes sense though. I'll try to get that in the next version.

Da fuq is up with the inconsistent names?
 
Well, pretty sure GGG never intended for the names to be mined anyway, kek.

But they work with them themselves so wouldn't it be better to make them all consistent? Little things like that can make you a better programmer as your code's easier to read.
 
Back
Top